#bdd5ae color space conversions
Hex:
        #bdd5ae
        RGB:
        189, 213, 174
        CMY:
        26, 16, 32
        CMYK:
        11, 0, 18, 16
      HSL:
        97°, 31.7073%, 75.8824%
        HSV (HSB):
        97°, 18.3099%, 83.5294%
        XYZ:
        52.4205, 61.4633, 49.1451
        xyY:
        0.3215, 0.3770, 61.4633
      CIE-Lab:
        82.6272, -15.0790, 16.6310
        CIE-LCH:
        82.6272, 22.4493, 132.1980
        CIE-Luv:
        82.6272, -11.7352, 26.6071
        Hunter-Lab:
        78.3985, -17.8450, 17.7123
      #bdd5ae color charts
#bdd5ae RGB chart
      #bdd5ae CMYK chart
      #bdd5ae RGB pie chart
      #bdd5ae color shades, tints & tones
#bdd5ae color schemes
#bdd5ae color preview, HTML & CSS examples
           This text has a color of #bdd5ae        
        
          <p style="color:#bdd5ae;">Text here</p>
        
        
          .mytext {color:#bdd5ae;}
        
        Text color #bdd5ae
      
           This box has a color of #bdd5ae        
        
          <div style="background-color:#bdd5ae;">Content here</div>
        
        
          .mybackground {background-color:#bdd5ae;}
        
        Background color #bdd5ae
      
           Border around this has a color of #bdd5ae        
        
          <div style="border:2px solid #bdd5ae;">Content here</div>
        
        
          .myborder {border:2px solid #bdd5ae;}
        
        Border color #bdd5ae