#bf98ec color space conversions
Hex:
        #bf98ec
        RGB:
        191, 152, 236
        CMY:
        25, 40, 7
        CMYK:
        19, 36, 0, 7
      HSL:
        268°, 68.8525%, 76.0784%
        HSV (HSB):
        268°, 35.5932%, 92.5490%
        XYZ:
        47.8544, 39.5890, 84.4761
        xyY:
        0.2784, 0.2303, 39.5890
      CIE-Lab:
        69.1758, 30.6323, -36.9209
        CIE-LCH:
        69.1758, 47.9738, 309.6816
        CIE-Luv:
        69.1758, 14.3946, -63.2081
        Hunter-Lab:
        62.9198, 25.6508, -35.5590
      #bf98ec color charts
#bf98ec RGB chart
      #bf98ec CMYK chart
      #bf98ec RGB pie chart
      #bf98ec color shades, tints & tones
#bf98ec color schemes
#bf98ec color preview, HTML & CSS examples
           This text has a color of #bf98ec        
        
          <p style="color:#bf98ec;">Text here</p>
        
        
          .mytext {color:#bf98ec;}
        
        Text color #bf98ec
      
           This box has a color of #bf98ec        
        
          <div style="background-color:#bf98ec;">Content here</div>
        
        
          .mybackground {background-color:#bf98ec;}
        
        Background color #bf98ec
      
           Border around this has a color of #bf98ec        
        
          <div style="border:2px solid #bf98ec;">Content here</div>
        
        
          .myborder {border:2px solid #bf98ec;}
        
        Border color #bf98ec