#baebde color space conversions
Hex:
        #baebde
        RGB:
        186, 235, 222
        CMY:
        27, 8, 13
        CMYK:
        21, 0, 6, 8
      HSL:
        164°, 55.0562%, 82.5490%
        HSV (HSB):
        164°, 20.8511%, 92.1569%
        XYZ:
        63.1428, 75.1297, 80.2807
        xyY:
        0.2889, 0.3438, 75.1297
      CIE-Lab:
        89.4537, -18.2619, 1.1352
        CIE-LCH:
        89.4537, 18.2971, 176.4429
        CIE-Luv:
        89.4537, -24.8061, 4.8847
        Hunter-Lab:
        86.6774, -21.6515, 5.7597
      #baebde color charts
#baebde RGB chart
      #baebde CMYK chart
      #baebde RGB pie chart
      #baebde color shades, tints & tones
#baebde color schemes
#baebde color preview, HTML & CSS examples
           This text has a color of #baebde        
        
          <p style="color:#baebde;">Text here</p>
        
        
          .mytext {color:#baebde;}
        
        Text color #baebde
      
           This box has a color of #baebde        
        
          <div style="background-color:#baebde;">Content here</div>
        
        
          .mybackground {background-color:#baebde;}
        
        Background color #baebde
      
           Border around this has a color of #baebde        
        
          <div style="border:2px solid #baebde;">Content here</div>
        
        
          .myborder {border:2px solid #baebde;}
        
        Border color #baebde