#bdddff color space conversions
Hex:
        #bdddff
        RGB:
        189, 221, 255
        CMY:
        26, 13, 0
        CMYK:
        26, 13, 0, 0
      HSL:
        211°, 100.0000%, 87.0588%
        HSV (HSB):
        211°, 25.8824%, 100.0000%
        XYZ:
        64.8927, 69.7517, 104.6510
        xyY:
        0.2712, 0.2915, 69.7517
      CIE-Lab:
        86.8749, -3.1530, -20.0039
        CIE-LCH:
        86.8749, 20.2509, 261.0427
        CIE-Luv:
        86.8749, -17.7315, -31.4380
        Hunter-Lab:
        83.5175, -7.4619, -15.8306
      #bdddff color charts
#bdddff RGB chart
      #bdddff CMYK chart
      #bdddff RGB pie chart
      #bdddff color shades, tints & tones
#bdddff color schemes
#bdddff color preview, HTML & CSS examples
           This text has a color of #bdddff        
        
          <p style="color:#bdddff;">Text here</p>
        
        
          .mytext {color:#bdddff;}
        
        Text color #bdddff
      
           This box has a color of #bdddff        
        
          <div style="background-color:#bdddff;">Content here</div>
        
        
          .mybackground {background-color:#bdddff;}
        
        Background color #bdddff
      
           Border around this has a color of #bdddff        
        
          <div style="border:2px solid #bdddff;">Content here</div>
        
        
          .myborder {border:2px solid #bdddff;}
        
        Border color #bdddff