#b4cdac color space conversions
Hex:
        #b4cdac
        RGB:
        180, 205, 172
        CMY:
        29, 20, 33
        CMYK:
        12, 0, 16, 20
      HSL:
        105°, 24.8120%, 73.9216%
        HSV (HSB):
        105°, 16.0976%, 80.3922%
        XYZ:
        48.1001, 56.3445, 47.3702
        xyY:
        0.3168, 0.3711, 56.3445
      CIE-Lab:
        79.8095, -14.5231, 13.6426
        CIE-LCH:
        79.8095, 19.9259, 136.7905
        CIE-Luv:
        79.8095, -12.4643, 22.2413
        Hunter-Lab:
        75.0630, -16.9780, 15.1278
      #b4cdac color charts
#b4cdac RGB chart
      #b4cdac CMYK chart
      #b4cdac RGB pie chart
      #b4cdac color shades, tints & tones
#b4cdac color schemes
#b4cdac color preview, HTML & CSS examples
           This text has a color of #b4cdac        
        
          <p style="color:#b4cdac;">Text here</p>
        
        
          .mytext {color:#b4cdac;}
        
        Text color #b4cdac
      
           This box has a color of #b4cdac        
        
          <div style="background-color:#b4cdac;">Content here</div>
        
        
          .mybackground {background-color:#b4cdac;}
        
        Background color #b4cdac
      
           Border around this has a color of #b4cdac        
        
          <div style="border:2px solid #b4cdac;">Content here</div>
        
        
          .myborder {border:2px solid #b4cdac;}
        
        Border color #b4cdac