#add2bc color space conversions
Hex:
        #add2bc
        RGB:
        173, 210, 188
        CMY:
        32, 18, 26
        CMYK:
        18, 0, 10, 18
      HSL:
        144°, 29.1339%, 75.0980%
        HSV (HSB):
        144°, 17.6190%, 82.3529%
        XYZ:
        49.3573, 58.6083, 56.2881
        xyY:
        0.3005, 0.3568, 58.6083
      CIE-Lab:
        81.0758, -16.5398, 6.8571
        CIE-LCH:
        81.0758, 17.9049, 157.4819
        CIE-Luv:
        81.0758, -18.8923, 13.0123
        Hunter-Lab:
        76.5560, -18.8904, 9.9961
      #add2bc color charts
#add2bc RGB chart
      #add2bc CMYK chart
      #add2bc RGB pie chart
      #add2bc color shades, tints & tones
#add2bc color schemes
#add2bc color preview, HTML & CSS examples
           This text has a color of #add2bc        
        
          <p style="color:#add2bc;">Text here</p>
        
        
          .mytext {color:#add2bc;}
        
        Text color #add2bc
      
           This box has a color of #add2bc        
        
          <div style="background-color:#add2bc;">Content here</div>
        
        
          .mybackground {background-color:#add2bc;}
        
        Background color #add2bc
      
           Border around this has a color of #add2bc        
        
          <div style="border:2px solid #add2bc;">Content here</div>
        
        
          .myborder {border:2px solid #add2bc;}
        
        Border color #add2bc