#bdadaa color space conversions
Hex:
        #bdadaa
        RGB:
        189, 173, 170
        CMY:
        26, 32, 33
        CMYK:
        0, 8, 10, 26
      HSL:
        9°, 12.5828%, 70.3922%
        HSV (HSB):
        9°, 10.0529%, 74.1176%
        XYZ:
        43.1855, 43.6082, 44.1713
        xyY:
        0.3297, 0.3330, 43.6082
      CIE-Lab:
        71.9659, 5.2249, 3.6102
        CIE-LCH:
        71.9659, 6.3508, 34.6425
        CIE-Luv:
        71.9659, 9.6621, 4.3269
        Hunter-Lab:
        66.0365, 1.1687, 6.5670
      #bdadaa color charts
#bdadaa RGB chart
      #bdadaa CMYK chart
      #bdadaa RGB pie chart
      #bdadaa color shades, tints & tones
#bdadaa color schemes
#bdadaa color preview, HTML & CSS examples
           This text has a color of #bdadaa        
        
          <p style="color:#bdadaa;">Text here</p>
        
        
          .mytext {color:#bdadaa;}
        
        Text color #bdadaa
      
           This box has a color of #bdadaa        
        
          <div style="background-color:#bdadaa;">Content here</div>
        
        
          .mybackground {background-color:#bdadaa;}
        
        Background color #bdadaa
      
           Border around this has a color of #bdadaa        
        
          <div style="border:2px solid #bdadaa;">Content here</div>
        
        
          .myborder {border:2px solid #bdadaa;}
        
        Border color #bdadaa