#bcefaf color space conversions
Hex:
        #bcefaf
        RGB:
        188, 239, 175
        CMY:
        26, 6, 31
        CMYK:
        21, 0, 27, 6
      HSL:
        108°, 66.6667%, 81.1765%
        HSV (HSB):
        108°, 26.7782%, 93.7255%
        XYZ:
        59.3434, 75.5195, 52.0064
        xyY:
        0.3176, 0.4041, 75.5195
      CIE-Lab:
        89.6358, -27.9790, 25.7935
        CIE-LCH:
        89.6358, 38.0542, 137.3274
        CIE-Luv:
        89.6358, -25.3642, 41.7351
        Hunter-Lab:
        86.9020, -30.1848, 25.3493
      #bcefaf color charts
#bcefaf RGB chart
      #bcefaf CMYK chart
      #bcefaf RGB pie chart
      #bcefaf color shades, tints & tones
#bcefaf color schemes
#bcefaf color preview, HTML & CSS examples
           This text has a color of #bcefaf        
        
          <p style="color:#bcefaf;">Text here</p>
        
        
          .mytext {color:#bcefaf;}
        
        Text color #bcefaf
      
           This box has a color of #bcefaf        
        
          <div style="background-color:#bcefaf;">Content here</div>
        
        
          .mybackground {background-color:#bcefaf;}
        
        Background color #bcefaf
      
           Border around this has a color of #bcefaf        
        
          <div style="border:2px solid #bcefaf;">Content here</div>
        
        
          .myborder {border:2px solid #bcefaf;}
        
        Border color #bcefaf