#bcceaf color space conversions
Hex:
        #bcceaf
        RGB:
        188, 206, 175
        CMY:
        26, 19, 31
        CMYK:
        9, 0, 15, 19
      HSL:
        95°, 24.0310%, 74.7059%
        HSV (HSB):
        95°, 15.0485%, 80.7843%
        XYZ:
        50.5482, 57.9291, 49.0747
        xyY:
        0.3208, 0.3677, 57.9291
      CIE-Lab:
        80.6994, -11.7105, 13.3806
        CIE-LCH:
        80.6994, 17.7813, 131.1921
        CIE-Luv:
        80.6994, -8.6986, 21.4237
        Hunter-Lab:
        76.1112, -14.6462, 15.0490
      #bcceaf color charts
#bcceaf RGB chart
      #bcceaf CMYK chart
      #bcceaf RGB pie chart
      #bcceaf color shades, tints & tones
#bcceaf color schemes
#bcceaf color preview, HTML & CSS examples
           This text has a color of #bcceaf        
        
          <p style="color:#bcceaf;">Text here</p>
        
        
          .mytext {color:#bcceaf;}
        
        Text color #bcceaf
      
           This box has a color of #bcceaf        
        
          <div style="background-color:#bcceaf;">Content here</div>
        
        
          .mybackground {background-color:#bcceaf;}
        
        Background color #bcceaf
      
           Border around this has a color of #bcceaf        
        
          <div style="border:2px solid #bcceaf;">Content here</div>
        
        
          .myborder {border:2px solid #bcceaf;}
        
        Border color #bcceaf