#bfbfec color space conversions
Hex:
        #bfbfec
        RGB:
        191, 191, 236
        CMY:
        25, 25, 7
        CMYK:
        19, 19, 0, 7
      HSL:
        240°, 54.2169%, 83.7255%
        HSV (HSB):
        240°, 19.0678%, 92.5490%
        XYZ:
        55.2570, 54.3941, 86.9436
        xyY:
        0.2811, 0.2767, 54.3941
      CIE-Lab:
        78.6910, 9.1536, -22.2875
        CIE-LCH:
        78.6910, 24.0940, 292.3282
        CIE-Luv:
        78.6910, -2.6448, -36.6986
        Hunter-Lab:
        73.7524, 4.6697, -18.2679
      #bfbfec color charts
#bfbfec RGB chart
      #bfbfec CMYK chart
      #bfbfec RGB pie chart
      #bfbfec color shades, tints & tones
#bfbfec color schemes
#bfbfec color preview, HTML & CSS examples
           This text has a color of #bfbfec        
        
          <p style="color:#bfbfec;">Text here</p>
        
        
          .mytext {color:#bfbfec;}
        
        Text color #bfbfec
      
           This box has a color of #bfbfec        
        
          <div style="background-color:#bfbfec;">Content here</div>
        
        
          .mybackground {background-color:#bfbfec;}
        
        Background color #bfbfec
      
           Border around this has a color of #bfbfec        
        
          <div style="border:2px solid #bfbfec;">Content here</div>
        
        
          .myborder {border:2px solid #bfbfec;}
        
        Border color #bfbfec