#baefae color space conversions
Hex:
        #baefae
        RGB:
        186, 239, 174
        CMY:
        27, 6, 32
        CMYK:
        22, 0, 27, 6
      HSL:
        109°, 67.0103%, 80.9804%
        HSV (HSB):
        109°, 27.1967%, 93.7255%
        XYZ:
        58.7562, 75.2281, 51.4681
        xyY:
        0.3168, 0.4056, 75.2281
      CIE-Lab:
        89.4997, -28.8068, 26.1002
        CIE-LCH:
        89.4997, 38.8722, 137.8221
        CIE-Luv:
        89.4997, -26.3590, 42.2713
        Hunter-Lab:
        86.7341, -30.8637, 25.5312
      #baefae color charts
#baefae RGB chart
      #baefae CMYK chart
      #baefae RGB pie chart
      #baefae color shades, tints & tones
#baefae color schemes
#baefae color preview, HTML & CSS examples
           This text has a color of #baefae        
        
          <p style="color:#baefae;">Text here</p>
        
        
          .mytext {color:#baefae;}
        
        Text color #baefae
      
           This box has a color of #baefae        
        
          <div style="background-color:#baefae;">Content here</div>
        
        
          .mybackground {background-color:#baefae;}
        
        Background color #baefae
      
           Border around this has a color of #baefae        
        
          <div style="border:2px solid #baefae;">Content here</div>
        
        
          .myborder {border:2px solid #baefae;}
        
        Border color #baefae