#bbfbde color space conversions
Hex:
        #bbfbde
        RGB:
        187, 251, 222
        CMY:
        27, 2, 13
        CMYK:
        25, 0, 12, 2
      HSL:
        153°, 88.8889%, 85.8824%
        HSV (HSB):
        153°, 25.4980%, 98.4314%
        XYZ:
        68.1755, 84.8331, 81.8884
        xyY:
        0.2902, 0.3612, 84.8331
      CIE-Lab:
        93.8111, -25.7480, 7.4499
        CIE-LCH:
        93.8111, 26.8041, 163.8628
        CIE-Luv:
        93.8111, -31.6265, 15.8050
        Hunter-Lab:
        92.1049, -29.0588, 11.7600
      #bbfbde color charts
#bbfbde RGB chart
      #bbfbde CMYK chart
      #bbfbde RGB pie chart
      #bbfbde color shades, tints & tones
#bbfbde color schemes
#bbfbde color preview, HTML & CSS examples
           This text has a color of #bbfbde        
        
          <p style="color:#bbfbde;">Text here</p>
        
        
          .mytext {color:#bbfbde;}
        
        Text color #bbfbde
      
           This box has a color of #bbfbde        
        
          <div style="background-color:#bbfbde;">Content here</div>
        
        
          .mybackground {background-color:#bbfbde;}
        
        Background color #bbfbde
      
           Border around this has a color of #bbfbde        
        
          <div style="border:2px solid #bbfbde;">Content here</div>
        
        
          .myborder {border:2px solid #bbfbde;}
        
        Border color #bbfbde