#bffbfb color space conversions
Hex:
        #bffbfb
        RGB:
        191, 251, 251
        CMY:
        25, 2, 2
        CMYK:
        24, 0, 0, 2
      HSL:
        180°, 88.2353%, 86.6667%
        HSV (HSB):
        180°, 23.9044%, 98.4314%
        XYZ:
        73.3956, 87.0358, 104.1980
        xyY:
        0.2774, 0.3289, 87.0358
      CIE-Lab:
        94.7534, -18.6660, -6.1351
        CIE-LCH:
        94.7534, 19.6484, 198.1946
        CIE-Luv:
        94.7534, -29.9068, -6.4674
        Hunter-Lab:
        93.2930, -22.8328, -0.9154
      #bffbfb color charts
#bffbfb RGB chart
      #bffbfb CMYK chart
      #bffbfb RGB pie chart
      #bffbfb color shades, tints & tones
#bffbfb color schemes
#bffbfb color preview, HTML & CSS examples
           This text has a color of #bffbfb        
        
          <p style="color:#bffbfb;">Text here</p>
        
        
          .mytext {color:#bffbfb;}
        
        Text color #bffbfb
      
           This box has a color of #bffbfb        
        
          <div style="background-color:#bffbfb;">Content here</div>
        
        
          .mybackground {background-color:#bffbfb;}
        
        Background color #bffbfb
      
           Border around this has a color of #bffbfb        
        
          <div style="border:2px solid #bffbfb;">Content here</div>
        
        
          .myborder {border:2px solid #bffbfb;}
        
        Border color #bffbfb