#baecca color space conversions
Hex:
        #baecca
        RGB:
        186, 236, 202
        CMY:
        27, 7, 21
        CMYK:
        21, 0, 14, 7
      HSL:
        139°, 56.8182%, 82.7451%
        HSV (HSB):
        139°, 21.1864%, 92.5490%
        XYZ:
        60.9058, 74.6943, 67.0845
        xyY:
        0.3005, 0.3685, 74.6943
      CIE-Lab:
        89.2496, -22.5963, 11.2814
        CIE-LCH:
        89.2496, 25.2560, 153.4690
        CIE-Luv:
        89.2496, -25.0958, 20.7609
        Hunter-Lab:
        86.4259, -25.4531, 14.4767
      #baecca color charts
#baecca RGB chart
      #baecca CMYK chart
      #baecca RGB pie chart
      #baecca color shades, tints & tones
#baecca color schemes
#baecca color preview, HTML & CSS examples
           This text has a color of #baecca        
        
          <p style="color:#baecca;">Text here</p>
        
        
          .mytext {color:#baecca;}
        
        Text color #baecca
      
           This box has a color of #baecca        
        
          <div style="background-color:#baecca;">Content here</div>
        
        
          .mybackground {background-color:#baecca;}
        
        Background color #baecca
      
           Border around this has a color of #baecca        
        
          <div style="border:2px solid #baecca;">Content here</div>
        
        
          .myborder {border:2px solid #baecca;}
        
        Border color #baecca