#bbfeda color space conversions
Hex:
        #bbfeda
        RGB:
        187, 254, 218
        CMY:
        27, 0, 15
        CMYK:
        26, 0, 14, 0
      HSL:
        148°, 97.1014%, 86.4706%
        HSV (HSB):
        148°, 26.3780%, 99.6078%
        XYZ:
        68.5902, 86.5104, 79.4128
        xyY:
        0.2925, 0.3689, 86.5104
      CIE-Lab:
        94.5301, -27.9415, 10.5412
        CIE-LCH:
        94.5301, 29.8637, 159.3305
        CIE-Luv:
        94.5301, -32.9877, 20.7985
        Hunter-Lab:
        93.0110, -31.1357, 14.4859
      #bbfeda color charts
#bbfeda RGB chart
      #bbfeda CMYK chart
      #bbfeda RGB pie chart
      #bbfeda color shades, tints & tones
#bbfeda color schemes
#bbfeda color preview, HTML & CSS examples
           This text has a color of #bbfeda        
        
          <p style="color:#bbfeda;">Text here</p>
        
        
          .mytext {color:#bbfeda;}
        
        Text color #bbfeda
      
           This box has a color of #bbfeda        
        
          <div style="background-color:#bbfeda;">Content here</div>
        
        
          .mybackground {background-color:#bbfeda;}
        
        Background color #bbfeda
      
           Border around this has a color of #bbfeda        
        
          <div style="border:2px solid #bbfeda;">Content here</div>
        
        
          .myborder {border:2px solid #bbfeda;}
        
        Border color #bbfeda