#b6baca color space conversions
Hex:
        #b6baca
        RGB:
        182, 186, 202
        CMY:
        29, 27, 21
        CMYK:
        10, 8, 0, 21
      HSL:
        228°, 15.8730%, 75.2941%
        HSV (HSB):
        228°, 9.9010%, 79.2157%
        XYZ:
        47.5110, 49.3272, 62.8941
        xyY:
        0.2974, 0.3088, 49.3272
      CIE-Lab:
        75.6544, 1.7533, -8.5387
        CIE-LCH:
        75.6544, 8.7169, 281.6035
        CIE-Luv:
        75.6544, -3.0909, -13.2991
        Hunter-Lab:
        70.2333, -2.1577, -3.9310
      #b6baca color charts
#b6baca RGB chart
      #b6baca CMYK chart
      #b6baca RGB pie chart
      #b6baca color shades, tints & tones
#b6baca color schemes
#b6baca color preview, HTML & CSS examples
           This text has a color of #b6baca        
        
          <p style="color:#b6baca;">Text here</p>
        
        
          .mytext {color:#b6baca;}
        
        Text color #b6baca
      
           This box has a color of #b6baca        
        
          <div style="background-color:#b6baca;">Content here</div>
        
        
          .mybackground {background-color:#b6baca;}
        
        Background color #b6baca
      
           Border around this has a color of #b6baca        
        
          <div style="border:2px solid #b6baca;">Content here</div>
        
        
          .myborder {border:2px solid #b6baca;}
        
        Border color #b6baca