COLOR #BCC0AE

HEX: #BCC0AE
RGB: (188,192,174)

Color info

#BCC0AE contains red, green and blue colors in about the same proportion. Web safe color of #BCC0AE is #CCCC99 (or #CC9).

RGB color model

#BCC0AE color RGB value is (188,192,174).

  • red value is 188;
  • green value is 192;
  • blue value is 174.
RGB:
(188,192,174)
(74%,75%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 174 of 255 = 68%

188
192
174

R + G + B ~ 72%. #BCC0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 174 = 554 (100%)
R 188 of 554 ~ 33.94%
G 192 of 554 ~ 34.66%
B 174 of 554 ~ 31.41%

%33.94
%34.66
%31.41

CMYK color model

#BCC0AE color CMYK value is (2,0,9,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(2,0,9,25)
C2M0Y9K25 
(2%,0%,9%,25%)
(0.02/0.00/0.09/0.25)	

CMYK percentages

%2.08
%0
%9.38
%24.71

Codes

Color #BCC0AE in popluar color models

BCC0AE
RGB188192174
HSL73°12.50%71.76%
HSB/HSV73°9.38%75.29%
CMYK2.08%0.00%9.38%
24.71%

Color #BCC0AE in popluar number systems.

HEXBCC0AE
Decimal188192174
Binary101111001100000010101110
Octal274300256

Shades and tints

Shades of #BCC0AE

#BCC0AE
(188,192,174)
#ABAF9F
(171,175,159)
#9A9E90
(154,158,144)
#898D81
(137,141,129)
#787C72
(120,124,114)
#676B63
(103,107,99)
#565A54
(86,90,84)
#454945
(69,73,69)
#343836
(52,56,54)
#232727
(35,39,39)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCC0AE

#BCC0AE
(188,192,174)
#C2C5B5
(194,197,181)
#C8CABC
(200,202,188)
#CECFC3
(206,207,195)
#D4D4CA
(212,212,202)
#DAD9D1
(218,217,209)
#E0DED8
(224,222,216)
#E6E3DF
(230,227,223)
#ECE8E6
(236,232,230)
#F2EDED
(242,237,237)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC0AE color. Also use rgb(188,192,174) instead hex code.

Text Font Color

.myTextColor { color: #BCC0AE; }

<p style="color:#BCC0AE">This sample text font color is #BCC0AE.</p>

This text font color is #BCC0AE.


Background Color

.myBgColor { background-color: #BCC0AE; }

<div style="background-color:#BCC0AE">Inner text</div>

This div background color is #BCC0AE.


Border color

.myBorderColor { border: 1px solid #BCC0AE; }

<div style="border:3px solid #BCC0AE">Div</div>

This div border color is #BCC0AE.


Opacity

.myOpacity80 { color: #BCC0AE; opacity: 0.8; }

<p style="color:#BCC0AE;opacity:0.8;">80%</p>

Text with #BCC0AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCC0AE;}

<p style="text-shadow: 3px 3px 1px #BCC0AE">Text here.</p>

This text has shadow with #BCC0AE color.

.textShadow {text-shadow: 3px 3px 1px #BCC0AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCC0AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCC0AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC0AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCC0AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCC0AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BCC0AE;
  -webkit-box-shadow:	1px 1px 3px 2px #BCC0AE;
  box-shadow:		1px 1px 3px 2px #BCC0AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC0AE;
-webkit-box-shadow: 1px 1px 3px 2px #BCC0AE;
box-shadow:1px 1px 3px 2px #BCC0AE;">
Div content here</div>
This div box has shadow with color #BCC0AE.

Preview

Color preview on black background

This text has color #BCC0AE on black background.


Color preview on white background

This text has color #BCC0AE on white background.



Black color preview on #BCC0AE background

This text has black color on #BCC0AE background.


White color preview on #BCC0AE background

This text has white color on #BCC0AE background.