COLOR #BCC2AE

HEX: #BCC2AE RGB: (188,194,174)

Color info

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

RGB color model

#BCC2AE color RGB value is (188,194,174).

RGB: (188,194,174) (74%, 76%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 174 of 255 = 68%

188
194
174

R + G + B ~ 73%. #BCC2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 174 = 556 (100%)
R 188 of 556 ~ 33.81%
G 194 of 556 ~ 34.89%
B 174 of 556 ~ 31.29'%

%33.81
%34.89
%31.29

CMYK color model

#BCC2AE color CMYK value is (3,0,10,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 23.92%

CMYK: (3,0,10,24)
C3M0Y10K24 (3%, 0%, 10%, 24%)
(0.03 / 0.00 / 0.10 / 0.24)

CMYK percentages

%3.09
%0
%10.31
%23.92

Codes

Color #BCC2AE in popluar color models

BC C2 AE
RGB 188 194 174
HSL 78° 14.08% 72.16%
HSB/HSV 78° 10.31% 76.08%
CMYK 3.09% 0.00% 10.31%
23.92%

Color #BCC2AE in popluar number systems.

HEX BC C2 AE
Decimal 188 194 174
Binary 10111100 11000010 10101110
Octal 274 302 256

Shades and tints

Shades of #BCC2AE

#BCC2AE
(188,194,174)
#ABB19F
(171,177,159)
#9AA090
(154,160,144)
#898F81
(137,143,129)
#787E72
(120,126,114)
#676D63
(103,109,99)
#565C54
(86,92,84)
#454B45
(69,75,69)
#343A36
(52,58,54)
#232927
(35,41,39)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCC2AE

#BCC2AE
(188,194,174)
#C2C7B5
(194,199,181)
#C8CCBC
(200,204,188)
#CED1C3
(206,209,195)
#D4D6CA
(212,214,202)
#DADBD1
(218,219,209)
#E0E0D8
(224,224,216)
#E6E5DF
(230,229,223)
#ECEAE6
(236,234,230)
#F2EFED
(242,239,237)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2AE; }

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

This text font color is #BCC2AE.

Background Color

.myBgColor { background-color: #BCC2AE; }

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

This div background color is #BCC2AE.

Border color

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

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

This div border color is #BCC2AE.

Opacity

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

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

Text with #BCC2AE 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 #BCC2AE;}

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

This text has shadow with #BCC2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC2AE.

Preview

Color preview on black background

This text has color #BCC2AE on black background.


Color preview on white background

This text has color #BCC2AE on white background.


Black color preview on #BCC2AE background

This text has black color on #BCC2AE background.


White color preview on #BCC2AE background

This text has white color on #BCC2AE background.


Related colors

Complementary color

Complementary color for #hex is #433D51.


I love getcolorcode.com

Triadic colors

1 #AEBCC2 and #C2AEBC with #BCC2AE are triadic colors.

2 #AEC2BC and #C2BCAE with #BCC2AE are triadic colors.