#bf99dc color space conversions
Hex:
        #bf99dc
        RGB:
        191, 153, 220
        CMY:
        25, 40, 14
        CMYK:
        13, 30, 0, 14
      HSL:
        274°, 48.9051%, 73.1373%
        HSV (HSB):
        274°, 30.4545%, 86.2745%
        XYZ:
        45.7954, 39.0261, 72.8293
        xyY:
        0.2905, 0.2475, 39.0261
      CIE-Lab:
        68.7702, 26.5916, -28.7534
        CIE-LCH:
        68.7702, 39.1647, 312.7632
        CIE-Luv:
        68.7702, 15.8688, -49.1353
        Hunter-Lab:
        62.4709, 21.5284, -25.3913
      #bf99dc color charts
#bf99dc RGB chart
      #bf99dc CMYK chart
      #bf99dc RGB pie chart
      #bf99dc color shades, tints & tones
#bf99dc color schemes
#bf99dc color preview, HTML & CSS examples
           This text has a color of #bf99dc        
        
          <p style="color:#bf99dc;">Text here</p>
        
        
          .mytext {color:#bf99dc;}
        
        Text color #bf99dc
      
           This box has a color of #bf99dc        
        
          <div style="background-color:#bf99dc;">Content here</div>
        
        
          .mybackground {background-color:#bf99dc;}
        
        Background color #bf99dc
      
           Border around this has a color of #bf99dc        
        
          <div style="border:2px solid #bf99dc;">Content here</div>
        
        
          .myborder {border:2px solid #bf99dc;}
        
        Border color #bf99dc