#b3faae color space conversions
Hex:
        #b3faae
        RGB:
        179, 250, 174
        CMY:
        30, 2, 32
        CMYK:
        28, 0, 30, 2
      HSL:
        116°, 88.3721%, 83.1373%
        HSV (HSB):
        116°, 30.4000%, 98.0392%
        XYZ:
        60.4160, 81.0109, 52.4968
        xyY:
        0.3115, 0.4177, 81.0109
      CIE-Lab:
        92.1365, -36.1988, 29.6153
        CIE-LCH:
        92.1365, 46.7699, 140.7124
        CIE-Luv:
        92.1365, -34.9823, 48.4264
        Hunter-Lab:
        90.0061, -37.6936, 28.4228
      #b3faae color charts
#b3faae RGB chart
      #b3faae CMYK chart
      #b3faae RGB pie chart
      #b3faae color shades, tints & tones
#b3faae color schemes
#b3faae color preview, HTML & CSS examples
           This text has a color of #b3faae        
        
          <p style="color:#b3faae;">Text here</p>
        
        
          .mytext {color:#b3faae;}
        
        Text color #b3faae
      
           This box has a color of #b3faae        
        
          <div style="background-color:#b3faae;">Content here</div>
        
        
          .mybackground {background-color:#b3faae;}
        
        Background color #b3faae
      
           Border around this has a color of #b3faae        
        
          <div style="border:2px solid #b3faae;">Content here</div>
        
        
          .myborder {border:2px solid #b3faae;}
        
        Border color #b3faae