#baaeee color space conversions
Hex:
        #baaeee
        RGB:
        186, 174, 238
        CMY:
        27, 32, 7
        CMYK:
        22, 27, 0, 7
      HSL:
        251°, 65.3061%, 80.7843%
        HSV (HSB):
        251°, 26.8908%, 93.3333%
        XYZ:
        50.8184, 46.8843, 87.2601
        xyY:
        0.2747, 0.2535, 46.8843
      CIE-Lab:
        74.1157, 17.3879, -30.4008
        CIE-LCH:
        74.1157, 35.0221, 299.7676
        CIE-Luv:
        74.1157, 2.1772, -51.0337
        Hunter-Lab:
        68.4721, 12.6524, -27.6281
      #baaeee color charts
#baaeee RGB chart
      #baaeee CMYK chart
      #baaeee RGB pie chart
      #baaeee color shades, tints & tones
#baaeee color schemes
#baaeee color preview, HTML & CSS examples
           This text has a color of #baaeee        
        
          <p style="color:#baaeee;">Text here</p>
        
        
          .mytext {color:#baaeee;}
        
        Text color #baaeee
      
           This box has a color of #baaeee        
        
          <div style="background-color:#baaeee;">Content here</div>
        
        
          .mybackground {background-color:#baaeee;}
        
        Background color #baaeee
      
           Border around this has a color of #baaeee        
        
          <div style="border:2px solid #baaeee;">Content here</div>
        
        
          .myborder {border:2px solid #baaeee;}
        
        Border color #baaeee