#bcddff color space conversions
Hex:
        #bcddff
        RGB:
        188, 221, 255
        CMY:
        26, 13, 0
        CMYK:
        26, 13, 0, 0
      HSL:
        210°, 100.0000%, 86.8627%
        HSV (HSB):
        210°, 26.2745%, 100.0000%
        XYZ:
        64.6455, 69.6243, 104.6394
        xyY:
        0.2706, 0.2914, 69.6243
      CIE-Lab:
        86.8123, -3.4426, -20.1047
        CIE-LCH:
        86.8123, 20.3973, 260.2832
        CIE-Luv:
        86.8123, -18.1862, -31.5586
        Hunter-Lab:
        83.4412, -7.7303, -15.9438
      #bcddff color charts
#bcddff RGB chart
      #bcddff CMYK chart
      #bcddff RGB pie chart
      #bcddff color shades, tints & tones
#bcddff color schemes
#bcddff color preview, HTML & CSS examples
           This text has a color of #bcddff        
        
          <p style="color:#bcddff;">Text here</p>
        
        
          .mytext {color:#bcddff;}
        
        Text color #bcddff
      
           This box has a color of #bcddff        
        
          <div style="background-color:#bcddff;">Content here</div>
        
        
          .mybackground {background-color:#bcddff;}
        
        Background color #bcddff
      
           Border around this has a color of #bcddff        
        
          <div style="border:2px solid #bcddff;">Content here</div>
        
        
          .myborder {border:2px solid #bcddff;}
        
        Border color #bcddff