#bad8ae color space conversions
Hex:
        #bad8ae
        RGB:
        186, 216, 174
        CMY:
        27, 15, 32
        CMYK:
        14, 0, 19, 15
      HSL:
        103°, 35.0000%, 76.4706%
        HSV (HSB):
        103°, 19.4444%, 84.7059%
        XYZ:
        52.4455, 62.6068, 49.3646
        xyY:
        0.3190, 0.3808, 62.6068
      CIE-Lab:
        83.2351, -17.6340, 17.4512
        CIE-LCH:
        83.2351, 24.8093, 135.2985
        CIE-Luv:
        83.2351, -14.8918, 28.2239
        Hunter-Lab:
        79.1245, -20.1539, 18.3970
      #bad8ae color charts
#bad8ae RGB chart
      #bad8ae CMYK chart
      #bad8ae RGB pie chart
      #bad8ae color shades, tints & tones
#bad8ae color schemes
#bad8ae color preview, HTML & CSS examples
           This text has a color of #bad8ae        
        
          <p style="color:#bad8ae;">Text here</p>
        
        
          .mytext {color:#bad8ae;}
        
        Text color #bad8ae
      
           This box has a color of #bad8ae        
        
          <div style="background-color:#bad8ae;">Content here</div>
        
        
          .mybackground {background-color:#bad8ae;}
        
        Background color #bad8ae
      
           Border around this has a color of #bad8ae        
        
          <div style="border:2px solid #bad8ae;">Content here</div>
        
        
          .myborder {border:2px solid #bad8ae;}
        
        Border color #bad8ae