#bcdefb color space conversions
Hex:
        #bcdefb
        RGB:
        188, 222, 251
        CMY:
        26, 13, 2
        CMYK:
        25, 12, 0, 2
      HSL:
        208°, 88.7324%, 86.0784%
        HSV (HSB):
        208°, 25.0996%, 98.4314%
        XYZ:
        64.2729, 69.8990, 101.3711
        xyY:
        0.2729, 0.2968, 69.8990
      CIE-Lab:
        86.9473, -4.8710, -17.7953
        CIE-LCH:
        86.9473, 18.4499, 254.6916
        CIE-Luv:
        86.9473, -18.5253, -27.5076
        Hunter-Lab:
        83.6056, -9.0856, -13.3647
      #bcdefb color charts
#bcdefb RGB chart
      #bcdefb CMYK chart
      #bcdefb RGB pie chart
      #bcdefb color shades, tints & tones
#bcdefb color schemes
#bcdefb color preview, HTML & CSS examples
           This text has a color of #bcdefb        
        
          <p style="color:#bcdefb;">Text here</p>
        
        
          .mytext {color:#bcdefb;}
        
        Text color #bcdefb
      
           This box has a color of #bcdefb        
        
          <div style="background-color:#bcdefb;">Content here</div>
        
        
          .mybackground {background-color:#bcdefb;}
        
        Background color #bcdefb
      
           Border around this has a color of #bcdefb        
        
          <div style="border:2px solid #bcdefb;">Content here</div>
        
        
          .myborder {border:2px solid #bcdefb;}
        
        Border color #bcdefb