#bcefed color space conversions
Hex:
        #bcefed
        RGB:
        188, 239, 237
        CMY:
        26, 6, 7
        CMYK:
        21, 0, 1, 6
      HSL:
        178°, 61.4458%, 83.7255%
        HSV (HSB):
        178°, 21.3389%, 93.7255%
        XYZ:
        66.8916, 78.5388, 91.7547
        xyY:
        0.2820, 0.3311, 78.5388
      CIE-Lab:
        91.0252, -16.5671, -4.3828
        CIE-LCH:
        91.0252, 17.1371, 194.8181
        CIE-Luv:
        91.0252, -25.8401, -3.9957
        Hunter-Lab:
        88.6221, -20.3577, 0.6497
      #bcefed color charts
#bcefed RGB chart
      #bcefed CMYK chart
      #bcefed RGB pie chart
      #bcefed color shades, tints & tones
#bcefed color schemes
#bcefed color preview, HTML & CSS examples
           This text has a color of #bcefed        
        
          <p style="color:#bcefed;">Text here</p>
        
        
          .mytext {color:#bcefed;}
        
        Text color #bcefed
      
           This box has a color of #bcefed        
        
          <div style="background-color:#bcefed;">Content here</div>
        
        
          .mybackground {background-color:#bcefed;}
        
        Background color #bcefed
      
           Border around this has a color of #bcefed        
        
          <div style="border:2px solid #bcefed;">Content here</div>
        
        
          .myborder {border:2px solid #bcefed;}
        
        Border color #bcefed