#bddcaa color space conversions
Hex:
        #bddcaa
        RGB:
        189, 220, 170
        CMY:
        26, 14, 33
        CMYK:
        14, 0, 23, 14
      HSL:
        97°, 41.6667%, 76.4706%
        HSV (HSB):
        97°, 22.7273%, 86.2745%
        XYZ:
        53.8352, 64.9075, 47.7212
        xyY:
        0.3234, 0.3899, 64.9075
      CIE-Lab:
        84.4360, -19.2200, 21.2460
        CIE-LCH:
        84.4360, 28.6496, 132.1338
        CIE-Luv:
        84.4360, -15.2401, 33.6890
        Hunter-Lab:
        80.5652, -21.7120, 21.2764
      #bddcaa color charts
#bddcaa RGB chart
      #bddcaa CMYK chart
      #bddcaa RGB pie chart
      #bddcaa color shades, tints & tones
#bddcaa color schemes
#bddcaa color preview, HTML & CSS examples
           This text has a color of #bddcaa        
        
          <p style="color:#bddcaa;">Text here</p>
        
        
          .mytext {color:#bddcaa;}
        
        Text color #bddcaa
      
           This box has a color of #bddcaa        
        
          <div style="background-color:#bddcaa;">Content here</div>
        
        
          .mybackground {background-color:#bddcaa;}
        
        Background color #bddcaa
      
           Border around this has a color of #bddcaa        
        
          <div style="border:2px solid #bddcaa;">Content here</div>
        
        
          .myborder {border:2px solid #bddcaa;}
        
        Border color #bddcaa