#babefb color space conversions
Hex:
        #babefb
        RGB:
        186, 190, 251
        CMY:
        27, 25, 2
        CMYK:
        26, 24, 0, 2
      HSL:
        236°, 89.0411%, 85.6863%
        HSV (HSB):
        236°, 25.8964%, 98.4314%
        XYZ:
        56.0757, 54.2310, 98.7789
        xyY:
        0.2682, 0.2594, 54.2310
      CIE-Lab:
        78.5963, 11.6128, -30.5146
        CIE-LCH:
        78.5963, 32.6496, 290.8352
        CIE-Luv:
        78.5963, -5.5686, -50.7806
        Hunter-Lab:
        73.6417, 7.0488, -27.9791
      #babefb color charts
#babefb RGB chart
      #babefb CMYK chart
      #babefb RGB pie chart
      #babefb color shades, tints & tones
#babefb color schemes
#babefb color preview, HTML & CSS examples
           This text has a color of #babefb        
        
          <p style="color:#babefb;">Text here</p>
        
        
          .mytext {color:#babefb;}
        
        Text color #babefb
      
           This box has a color of #babefb        
        
          <div style="background-color:#babefb;">Content here</div>
        
        
          .mybackground {background-color:#babefb;}
        
        Background color #babefb
      
           Border around this has a color of #babefb        
        
          <div style="border:2px solid #babefb;">Content here</div>
        
        
          .myborder {border:2px solid #babefb;}
        
        Border color #babefb