#b3baca color space conversions
Hex:
        #b3baca
        RGB:
        179, 186, 202
        CMY:
        30, 27, 21
        CMYK:
        11, 8, 0, 21
      HSL:
        222°, 17.8295%, 74.7059%
        HSV (HSB):
        222°, 11.3861%, 79.2157%
        XYZ:
        46.8100, 48.9658, 62.8613
        xyY:
        0.2951, 0.3087, 48.9658
      CIE-Lab:
        75.4300, 0.7591, -8.8966
        CIE-LCH:
        75.4300, 8.9289, 274.8772
        CIE-Luv:
        75.4300, -4.6923, -13.6878
        Hunter-Lab:
        69.9756, -3.0501, -4.2792
      #b3baca color charts
#b3baca RGB chart
      #b3baca CMYK chart
      #b3baca RGB pie chart
      #b3baca color shades, tints & tones
#b3baca color schemes
#b3baca color preview, HTML & CSS examples
           This text has a color of #b3baca        
        
          <p style="color:#b3baca;">Text here</p>
        
        
          .mytext {color:#b3baca;}
        
        Text color #b3baca
      
           This box has a color of #b3baca        
        
          <div style="background-color:#b3baca;">Content here</div>
        
        
          .mybackground {background-color:#b3baca;}
        
        Background color #b3baca
      
           Border around this has a color of #b3baca        
        
          <div style="border:2px solid #b3baca;">Content here</div>
        
        
          .myborder {border:2px solid #b3baca;}
        
        Border color #b3baca