#b1dddd color space conversions
Hex:
        #b1dddd
        RGB:
        177, 221, 221
        CMY:
        31, 13, 13
        CMYK:
        20, 0, 0, 13
      HSL:
        180°, 39.2857%, 78.0392%
        HSV (HSB):
        180°, 19.9095%, 86.6667%
        XYZ:
        57.0391, 66.2805, 78.1937
        xyY:
        0.2831, 0.3289, 66.2805
      CIE-Lab:
        85.1393, -14.2021, -4.7240
        CIE-LCH:
        85.1393, 14.9671, 198.3986
        CIE-Luv:
        85.1393, -22.5796, -4.8852
        Hunter-Lab:
        81.4128, -17.4126, 0.0433
      #b1dddd color charts
#b1dddd RGB chart
      #b1dddd CMYK chart
      #b1dddd RGB pie chart
      #b1dddd color shades, tints & tones
#b1dddd color schemes
#b1dddd color preview, HTML & CSS examples
           This text has a color of #b1dddd        
        
          <p style="color:#b1dddd;">Text here</p>
        
        
          .mytext {color:#b1dddd;}
        
        Text color #b1dddd
      
           This box has a color of #b1dddd        
        
          <div style="background-color:#b1dddd;">Content here</div>
        
        
          .mybackground {background-color:#b1dddd;}
        
        Background color #b1dddd
      
           Border around this has a color of #b1dddd        
        
          <div style="border:2px solid #b1dddd;">Content here</div>
        
        
          .myborder {border:2px solid #b1dddd;}
        
        Border color #b1dddd