#bbddbd color space conversions
Hex:
        #bbddbd
        RGB:
        187, 221, 189
        CMY:
        27, 13, 26
        CMYK:
        15, 0, 14, 13
      HSL:
        124°, 33.3333%, 80.0000%
        HSV (HSB):
        124°, 15.3846%, 86.6667%
        XYZ:
        55.5353, 65.9518, 57.9471
        xyY:
        0.3095, 0.3676, 65.9518
      CIE-Lab:
        84.9718, -17.2197, 12.0127
        CIE-LCH:
        84.9718, 20.9958, 145.0998
        CIE-Luv:
        84.9718, -17.1835, 20.6909
        Hunter-Lab:
        81.2107, -20.0530, 14.5417
      #bbddbd color charts
#bbddbd RGB chart
      #bbddbd CMYK chart
      #bbddbd RGB pie chart
      #bbddbd color shades, tints & tones
#bbddbd color schemes
#bbddbd color preview, HTML & CSS examples
           This text has a color of #bbddbd        
        
          <p style="color:#bbddbd;">Text here</p>
        
        
          .mytext {color:#bbddbd;}
        
        Text color #bbddbd
      
           This box has a color of #bbddbd        
        
          <div style="background-color:#bbddbd;">Content here</div>
        
        
          .mybackground {background-color:#bbddbd;}
        
        Background color #bbddbd
      
           Border around this has a color of #bbddbd        
        
          <div style="border:2px solid #bbddbd;">Content here</div>
        
        
          .myborder {border:2px solid #bbddbd;}
        
        Border color #bbddbd