#baaabf color space conversions
Hex:
        #baaabf
        RGB:
        186, 170, 191
        CMY:
        27, 33, 25
        CMYK:
        3, 11, 0, 25
      HSL:
        286°, 14.0940%, 70.7843%
        HSV (HSB):
        286°, 10.9948%, 74.9020%
        XYZ:
        44.0284, 42.9501, 55.2599
        xyY:
        0.3095, 0.3020, 42.9501
      CIE-Lab:
        71.5211, 9.6266, -8.6331
        CIE-LCH:
        71.5211, 12.9306, 318.1143
        CIE-Luv:
        71.5211, 7.7800, -14.6272
        Hunter-Lab:
        65.5364, 5.2306, -4.1175
      #baaabf color charts
#baaabf RGB chart
      #baaabf CMYK chart
      #baaabf RGB pie chart
      #baaabf color shades, tints & tones
#baaabf color schemes
#baaabf color preview, HTML & CSS examples
           This text has a color of #baaabf        
        
          <p style="color:#baaabf;">Text here</p>
        
        
          .mytext {color:#baaabf;}
        
        Text color #baaabf
      
           This box has a color of #baaabf        
        
          <div style="background-color:#baaabf;">Content here</div>
        
        
          .mybackground {background-color:#baaabf;}
        
        Background color #baaabf
      
           Border around this has a color of #baaabf        
        
          <div style="border:2px solid #baaabf;">Content here</div>
        
        
          .myborder {border:2px solid #baaabf;}
        
        Border color #baaabf