#baeeda color space conversions
Hex:
        #baeeda
        RGB:
        186, 238, 218
        CMY:
        27, 7, 15
        CMYK:
        22, 0, 8, 7
      HSL:
        157°, 60.4651%, 83.1373%
        HSV (HSB):
        157°, 21.8487%, 93.3333%
        XYZ:
        63.4791, 76.6501, 77.7789
        xyY:
        0.2913, 0.3518, 76.6501
      CIE-Lab:
        90.1603, -20.5346, 4.2503
        CIE-LCH:
        90.1603, 20.9698, 168.3060
        CIE-Luv:
        90.1603, -26.1486, 10.0236
        Hunter-Lab:
        87.5501, -23.7892, 8.6122
      #baeeda color charts
#baeeda RGB chart
      #baeeda CMYK chart
      #baeeda RGB pie chart
      #baeeda color shades, tints & tones
#baeeda color schemes
#baeeda color preview, HTML & CSS examples
           This text has a color of #baeeda        
        
          <p style="color:#baeeda;">Text here</p>
        
        
          .mytext {color:#baeeda;}
        
        Text color #baeeda
      
           This box has a color of #baeeda        
        
          <div style="background-color:#baeeda;">Content here</div>
        
        
          .mybackground {background-color:#baeeda;}
        
        Background color #baeeda
      
           Border around this has a color of #baeeda        
        
          <div style="border:2px solid #baeeda;">Content here</div>
        
        
          .myborder {border:2px solid #baeeda;}
        
        Border color #baeeda