#b0dded color space conversions
Hex:
        #b0dded
        RGB:
        176, 221, 237
        CMY:
        31, 13, 7
        CMYK:
        26, 7, 0, 7
      HSL:
        196°, 62.8866%, 80.9804%
        HSV (HSB):
        196°, 25.7384%, 92.9412%
        XYZ:
        59.0470, 67.0574, 89.9520
        xyY:
        0.2733, 0.3104, 67.0574
      CIE-Lab:
        85.5329, -11.0070, -12.6069
        CIE-LCH:
        85.5329, 16.7358, 228.8761
        CIE-Luv:
        85.5329, -23.2268, -17.9954
        Hunter-Lab:
        81.8886, -14.5949, -7.8062
      #b0dded color charts
#b0dded RGB chart
      #b0dded CMYK chart
      #b0dded RGB pie chart
      #b0dded color shades, tints & tones
#b0dded color schemes
#b0dded color preview, HTML & CSS examples
           This text has a color of #b0dded        
        
          <p style="color:#b0dded;">Text here</p>
        
        
          .mytext {color:#b0dded;}
        
        Text color #b0dded
      
           This box has a color of #b0dded        
        
          <div style="background-color:#b0dded;">Content here</div>
        
        
          .mybackground {background-color:#b0dded;}
        
        Background color #b0dded
      
           Border around this has a color of #b0dded        
        
          <div style="border:2px solid #b0dded;">Content here</div>
        
        
          .myborder {border:2px solid #b0dded;}
        
        Border color #b0dded