#bdddaa color space conversions
Hex:
        #bdddaa
        RGB:
        189, 221, 170
        CMY:
        26, 13, 33
        CMYK:
        14, 0, 23, 13
      HSL:
        98°, 42.8571%, 76.6667%
        HSV (HSB):
        98°, 23.0769%, 86.6667%
        XYZ:
        54.0984, 65.4340, 47.8089
        xyY:
        0.3233, 0.3910, 65.4340
      CIE-Lab:
        84.7069, -19.7142, 21.6199
        CIE-LCH:
        84.7069, 29.2587, 132.3602
        CIE-Luv:
        84.7069, -15.7528, 34.2965
        Hunter-Lab:
        80.8913, -22.1826, 21.5819
      #bdddaa color charts
#bdddaa RGB chart
      #bdddaa CMYK chart
      #bdddaa RGB pie chart
      #bdddaa color shades, tints & tones
#bdddaa color schemes
#bdddaa color preview, HTML & CSS examples
           This text has a color of #bdddaa        
        
          <p style="color:#bdddaa;">Text here</p>
        
        
          .mytext {color:#bdddaa;}
        
        Text color #bdddaa
      
           This box has a color of #bdddaa        
        
          <div style="background-color:#bdddaa;">Content here</div>
        
        
          .mybackground {background-color:#bdddaa;}
        
        Background color #bdddaa
      
           Border around this has a color of #bdddaa        
        
          <div style="border:2px solid #bdddaa;">Content here</div>
        
        
          .myborder {border:2px solid #bdddaa;}
        
        Border color #bdddaa