#bcefda color space conversions
Hex:
        #bcefda
        RGB:
        188, 239, 218
        CMY:
        26, 6, 15
        CMYK:
        21, 0, 9, 6
      HSL:
        155°, 61.4458%, 83.7255%
        HSV (HSB):
        155°, 21.3389%, 93.7255%
        XYZ:
        64.2604, 77.4863, 77.8991
        xyY:
        0.2926, 0.3528, 77.4863
      CIE-Lab:
        90.5450, -20.4068, 4.8214
        CIE-LCH:
        90.5450, 20.9686, 166.7069
        CIE-Luv:
        90.5450, -25.6773, 10.8721
        Hunter-Lab:
        88.0263, -23.7386, 9.1496
      #bcefda color charts
#bcefda RGB chart
      #bcefda CMYK chart
      #bcefda RGB pie chart
      #bcefda color shades, tints & tones
#bcefda color schemes
#bcefda color preview, HTML & CSS examples
           This text has a color of #bcefda        
        
          <p style="color:#bcefda;">Text here</p>
        
        
          .mytext {color:#bcefda;}
        
        Text color #bcefda
      
           This box has a color of #bcefda        
        
          <div style="background-color:#bcefda;">Content here</div>
        
        
          .mybackground {background-color:#bcefda;}
        
        Background color #bcefda
      
           Border around this has a color of #bcefda        
        
          <div style="border:2px solid #bcefda;">Content here</div>
        
        
          .myborder {border:2px solid #bcefda;}
        
        Border color #bcefda