COLOR #BCC4AE

HEX: #BCC4AE RGB: (188,196,174)

Color info

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

RGB color model

#BCC4AE color RGB value is (188,196,174).

RGB: (188,196,174) (74%, 77%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 174 of 255 = 68%

188
196
174

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

Portions of RGB colors in percentages

R + G + B = 188 + 196 + 174 = 558 (100%)
R 188 of 558 ~ 33.69%
G 196 of 558 ~ 35.13%
B 174 of 558 ~ 31.18'%

%33.69
%35.13
%31.18

CMYK color model

#BCC4AE color CMYK value is (4,0,11,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK: (4,0,11,23) C4M0Y11K23 (4%,0%,11%,23%) (0.04/0.00/0.11/0.23) 

CMYK percentages

%4.08
%0
%11.22
%23.14

Codes

Color #BCC4AE in popluar color models

BC C4 AE
RGB 188 196 174
HSL 82° 15.71% 72.55%
HSB/HSV 82° 11.22% 76.86%
CMYK 4.08% 0.00% 11.22%
23.14%

Color #BCC4AE in popluar number systems.

HEX BC C4 AE
Decimal 188 196 174
Binary 10111100 11000100 10101110
Octal 274 304 256

Shades and tints

Shades of #BCC4AE

#BCC4AE
(188,196,174)
#ABB39F
(171,179,159)
#9AA290
(154,162,144)
#899181
(137,145,129)
#788072
(120,128,114)
#676F63
(103,111,99)
#565E54
(86,94,84)
#454D45
(69,77,69)
#343C36
(52,60,54)
#232B27
(35,43,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCC4AE

#BCC4AE
(188,196,174)
#C2C9B5
(194,201,181)
#C8CEBC
(200,206,188)
#CED3C3
(206,211,195)
#D4D8CA
(212,216,202)
#DADDD1
(218,221,209)
#E0E2D8
(224,226,216)
#E6E7DF
(230,231,223)
#ECECE6
(236,236,230)
#F2F1ED
(242,241,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4AE; }

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

This text font color is #BCC4AE.

Background Color

.myBgColor { background-color: #BCC4AE; }

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

This div background color is #BCC4AE.

Border color

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

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

This div border color is #BCC4AE.

Opacity

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

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

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

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

This text has shadow with #BCC4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC4AE.

Preview

Color preview on black background

This text has color #BCC4AE on black background.


Color preview on white background

This text has color #BCC4AE on white background.


Black color preview on #BCC4AE background

This text has black color on #BCC4AE background.


White color preview on #BCC4AE background

This text has white color on #BCC4AE background.


Related colors

Complementary color

Complementary color for #hex is #433B51.


I love getcolorcode.com

Triadic colors

1 #AEBCC4 and #C4AEBC with #BCC4AE are triadic colors.

2 #AEC4BC and #C4BCAE with #BCC4AE are triadic colors.