#b5adac color space conversions
Hex:
        #b5adac
        RGB:
        181, 173, 172
        CMY:
        29, 32, 33
        CMYK:
        0, 4, 5, 29
      HSL:
        7°, 5.7325%, 69.2157%
        HSV (HSB):
        7°, 4.9724%, 70.9804%
        XYZ:
        41.4460, 42.6895, 45.0852
        xyY:
        0.3207, 0.3304, 42.6895
      CIE-Lab:
        71.3437, 2.6748, 1.5234
        CIE-LCH:
        71.3437, 3.0782, 29.6631
        CIE-Luv:
        71.3437, 4.7000, 1.7641
        Hunter-Lab:
        65.3372, -1.1102, 4.8236
      #b5adac color charts
#b5adac RGB chart
      #b5adac CMYK chart
      #b5adac RGB pie chart
      #b5adac color shades, tints & tones
#b5adac color schemes
#b5adac color preview, HTML & CSS examples
           This text has a color of #b5adac        
        
          <p style="color:#b5adac;">Text here</p>
        
        
          .mytext {color:#b5adac;}
        
        Text color #b5adac
      
           This box has a color of #b5adac        
        
          <div style="background-color:#b5adac;">Content here</div>
        
        
          .mybackground {background-color:#b5adac;}
        
        Background color #b5adac
      
           Border around this has a color of #b5adac        
        
          <div style="border:2px solid #b5adac;">Content here</div>
        
        
          .myborder {border:2px solid #b5adac;}
        
        Border color #b5adac