#bcfede color space conversions
Hex:
        #bcfede
        RGB:
        188, 254, 222
        CMY:
        26, 0, 13
        CMYK:
        26, 0, 13, 0
      HSL:
        151°, 97.0588%, 86.6667%
        HSV (HSB):
        151°, 25.9843%, 99.6078%
        XYZ:
        69.3657, 86.8489, 82.2148
        xyY:
        0.2909, 0.3643, 86.8489
      CIE-Lab:
        94.6741, -26.8783, 8.6965
        CIE-LCH:
        94.6741, 28.2502, 162.0710
        CIE-Luv:
        94.6741, -32.5336, 17.8856
        Hunter-Lab:
        93.1928, -30.2254, 12.9292
      #bcfede color charts
#bcfede RGB chart
      #bcfede CMYK chart
      #bcfede RGB pie chart
      #bcfede color shades, tints & tones
#bcfede color schemes
#bcfede color preview, HTML & CSS examples
           This text has a color of #bcfede        
        
          <p style="color:#bcfede;">Text here</p>
        
        
          .mytext {color:#bcfede;}
        
        Text color #bcfede
      
           This box has a color of #bcfede        
        
          <div style="background-color:#bcfede;">Content here</div>
        
        
          .mybackground {background-color:#bcfede;}
        
        Background color #bcfede
      
           Border around this has a color of #bcfede        
        
          <div style="border:2px solid #bcfede;">Content here</div>
        
        
          .myborder {border:2px solid #bcfede;}
        
        Border color #bcfede