#bbfced color space conversions
Hex:
        #bbfced
        RGB:
        187, 252, 237
        CMY:
        27, 1, 7
        CMYK:
        26, 0, 6, 1
      HSL:
        166°, 91.5493%, 86.0784%
        HSV (HSB):
        166°, 25.7937%, 98.8235%
        XYZ:
        70.5900, 86.3000, 93.0578
        xyY:
        0.2824, 0.3453, 86.3000
      CIE-Lab:
        94.4405, -23.2382, 0.6155
        CIE-LCH:
        94.4405, 23.2463, 178.4829
        CIE-Luv:
        94.4405, -32.0628, 4.9517
        Hunter-Lab:
        92.8978, -26.9349, 5.6363
      #bbfced color charts
#bbfced RGB chart
      #bbfced CMYK chart
      #bbfced RGB pie chart
      #bbfced color shades, tints & tones
#bbfced color schemes
#bbfced color preview, HTML & CSS examples
           This text has a color of #bbfced        
        
          <p style="color:#bbfced;">Text here</p>
        
        
          .mytext {color:#bbfced;}
        
        Text color #bbfced
      
           This box has a color of #bbfced        
        
          <div style="background-color:#bbfced;">Content here</div>
        
        
          .mybackground {background-color:#bbfced;}
        
        Background color #bbfced
      
           Border around this has a color of #bbfced        
        
          <div style="border:2px solid #bbfced;">Content here</div>
        
        
          .myborder {border:2px solid #bbfced;}
        
        Border color #bbfced