#bfbbee color space conversions
Hex:
        #bfbbee
        RGB:
        191, 187, 238
        CMY:
        25, 27, 7
        CMYK:
        20, 21, 0, 7
      HSL:
        245°, 60.0000%, 83.3333%
        HSV (HSB):
        245°, 21.4286%, 93.3333%
        XYZ:
        54.6888, 52.7901, 88.1960
        xyY:
        0.2795, 0.2698, 52.7901
      CIE-Lab:
        77.7509, 11.7705, -24.7950
        CIE-LCH:
        77.7509, 27.4470, 295.3942
        CIE-Luv:
        77.7509, -0.9734, -41.1817
        Hunter-Lab:
        72.6568, 7.2077, -21.1107
      #bfbbee color charts
#bfbbee RGB chart
      #bfbbee CMYK chart
      #bfbbee RGB pie chart
      #bfbbee color shades, tints & tones
#bfbbee color schemes
#bfbbee color preview, HTML & CSS examples
           This text has a color of #bfbbee        
        
          <p style="color:#bfbbee;">Text here</p>
        
        
          .mytext {color:#bfbbee;}
        
        Text color #bfbbee
      
           This box has a color of #bfbbee        
        
          <div style="background-color:#bfbbee;">Content here</div>
        
        
          .mybackground {background-color:#bfbbee;}
        
        Background color #bfbbee
      
           Border around this has a color of #bfbbee        
        
          <div style="border:2px solid #bfbbee;">Content here</div>
        
        
          .myborder {border:2px solid #bfbbee;}
        
        Border color #bfbbee