#babacf color space conversions
Hex:
        #babacf
        RGB:
        186, 186, 207
        CMY:
        27, 27, 19
        CMYK:
        10, 10, 0, 19
      HSL:
        240°, 17.9487%, 77.0588%
        HSV (HSB):
        240°, 10.1449%, 81.1765%
        XYZ:
        49.0711, 50.0619, 66.1081
        xyY:
        0.2970, 0.3030, 50.0619
      CIE-Lab:
        76.1072, 4.0981, -10.5482
        CIE-LCH:
        76.1072, 11.3163, 291.2319
        CIE-Luv:
        76.1072, -1.2129, -16.8422
        Hunter-Lab:
        70.7544, -0.0232, -5.8684
      #babacf color charts
#babacf RGB chart
      #babacf CMYK chart
      #babacf RGB pie chart
      #babacf color shades, tints & tones
#babacf color schemes
#babacf color preview, HTML & CSS examples
           This text has a color of #babacf        
        
          <p style="color:#babacf;">Text here</p>
        
        
          .mytext {color:#babacf;}
        
        Text color #babacf
      
           This box has a color of #babacf        
        
          <div style="background-color:#babacf;">Content here</div>
        
        
          .mybackground {background-color:#babacf;}
        
        Background color #babacf
      
           Border around this has a color of #babacf        
        
          <div style="border:2px solid #babacf;">Content here</div>
        
        
          .myborder {border:2px solid #babacf;}
        
        Border color #babacf