#bdd08a color space conversions
Hex:
        #bdd08a
        RGB:
        189, 208, 138
        CMY:
        26, 18, 46
        CMYK:
        9, 0, 34, 18
      HSL:
        76°, 42.6829%, 67.8431%
        HSV (HSB):
        76°, 33.6538%, 81.5686%
        XYZ:
        48.1296, 57.7655, 32.6579
        xyY:
        0.3474, 0.4169, 57.7655
      CIE-Lab:
        80.6083, -17.8847, 32.6889
        CIE-LCH:
        80.6083, 37.2616, 118.6839
        CIE-Luv:
        80.6083, -8.0841, 47.2515
        Hunter-Lab:
        76.0036, -19.9706, 27.7263
      #bdd08a color charts
#bdd08a RGB chart
      #bdd08a CMYK chart
      #bdd08a RGB pie chart
      #bdd08a color shades, tints & tones
#bdd08a color schemes
#bdd08a color preview, HTML & CSS examples
           This text has a color of #bdd08a        
        
          <p style="color:#bdd08a;">Text here</p>
        
        
          .mytext {color:#bdd08a;}
        
        Text color #bdd08a
      
           This box has a color of #bdd08a        
        
          <div style="background-color:#bdd08a;">Content here</div>
        
        
          .mybackground {background-color:#bdd08a;}
        
        Background color #bdd08a
      
           Border around this has a color of #bdd08a        
        
          <div style="border:2px solid #bdd08a;">Content here</div>
        
        
          .myborder {border:2px solid #bdd08a;}
        
        Border color #bdd08a