#bcbeaa color space conversions
Hex:
        #bcbeaa
        RGB:
        188, 190, 170
        CMY:
        26, 25, 33
        CMYK:
        1, 0, 11, 25
      HSL:
        66°, 13.3333%, 70.5882%
        HSV (HSB):
        66°, 10.5263%, 74.5098%
        XYZ:
        46.4082, 50.4206, 45.3164
        xyY:
        0.3265, 0.3547, 50.4206
      CIE-Lab:
        76.3267, -4.2387, 9.8604
        CIE-LCH:
        76.3267, 10.7328, 113.2614
        CIE-Luv:
        76.3267, -0.0768, 14.9829
        Hunter-Lab:
        71.0074, -7.6011, 11.8668
      #bcbeaa color charts
#bcbeaa RGB chart
      #bcbeaa CMYK chart
      #bcbeaa RGB pie chart
      #bcbeaa color shades, tints & tones
#bcbeaa color schemes
#bcbeaa color preview, HTML & CSS examples
           This text has a color of #bcbeaa        
        
          <p style="color:#bcbeaa;">Text here</p>
        
        
          .mytext {color:#bcbeaa;}
        
        Text color #bcbeaa
      
           This box has a color of #bcbeaa        
        
          <div style="background-color:#bcbeaa;">Content here</div>
        
        
          .mybackground {background-color:#bcbeaa;}
        
        Background color #bcbeaa
      
           Border around this has a color of #bcbeaa        
        
          <div style="border:2px solid #bcbeaa;">Content here</div>
        
        
          .myborder {border:2px solid #bcbeaa;}
        
        Border color #bcbeaa