#bf99da color space conversions
Hex:
        #bf99da
        RGB:
        191, 153, 218
        CMY:
        25, 40, 15
        CMYK:
        12, 30, 0, 15
      HSL:
        275°, 46.7626%, 72.7451%
        HSV (HSB):
        275°, 29.8165%, 85.4902%
        XYZ:
        45.5320, 38.9208, 71.4423
        xyY:
        0.2921, 0.2497, 38.9208
      CIE-Lab:
        68.6938, 26.1678, -27.7676
        CIE-LCH:
        68.6938, 38.1549, 313.3010
        CIE-Luv:
        68.6938, 16.1063, -47.4571
        Hunter-Lab:
        62.3865, 21.0994, -24.2258
      #bf99da color charts
#bf99da RGB chart
      #bf99da CMYK chart
      #bf99da RGB pie chart
      #bf99da color shades, tints & tones
#bf99da color schemes
#bf99da color preview, HTML & CSS examples
           This text has a color of #bf99da        
        
          <p style="color:#bf99da;">Text here</p>
        
        
          .mytext {color:#bf99da;}
        
        Text color #bf99da
      
           This box has a color of #bf99da        
        
          <div style="background-color:#bf99da;">Content here</div>
        
        
          .mybackground {background-color:#bf99da;}
        
        Background color #bf99da
      
           Border around this has a color of #bf99da        
        
          <div style="border:2px solid #bf99da;">Content here</div>
        
        
          .myborder {border:2px solid #bf99da;}
        
        Border color #bf99da