#bacaee color space conversions
Hex:
        #bacaee
        RGB:
        186, 202, 238
        CMY:
        27, 21, 7
        CMYK:
        22, 15, 0, 7
      HSL:
        222°, 60.4651%, 83.1373%
        HSV (HSB):
        222°, 21.8487%, 93.3333%
        XYZ:
        56.8028, 58.8532, 89.2549
        xyY:
        0.2772, 0.2872, 58.8532
      CIE-Lab:
        81.2108, 2.1479, -19.5727
        CIE-LCH:
        81.2108, 19.6902, 276.2624
        CIE-Luv:
        81.2108, -10.1901, -31.2816
        Hunter-Lab:
        76.7158, -2.0857, -15.2797
      #bacaee color charts
#bacaee RGB chart
      #bacaee CMYK chart
      #bacaee RGB pie chart
      #bacaee color shades, tints & tones
#bacaee color schemes
#bacaee color preview, HTML & CSS examples
           This text has a color of #bacaee        
        
          <p style="color:#bacaee;">Text here</p>
        
        
          .mytext {color:#bacaee;}
        
        Text color #bacaee
      
           This box has a color of #bacaee        
        
          <div style="background-color:#bacaee;">Content here</div>
        
        
          .mybackground {background-color:#bacaee;}
        
        Background color #bacaee
      
           Border around this has a color of #bacaee        
        
          <div style="border:2px solid #bacaee;">Content here</div>
        
        
          .myborder {border:2px solid #bacaee;}
        
        Border color #bacaee