COLOR #BCC8AD

HEX: #BCC8AD RGB: (188,200,173)

Color info

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

RGB color model

#BCC8AD color RGB value is (188,200,173).

RGB: (188,200,173) (74%, 78%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 173 of 255 = 68%

188
200
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 173 = 561 (100%)
R 188 of 561 ~ 33.51%
G 200 of 561 ~ 35.65%
B 173 of 561 ~ 30.84'%

%33.51
%35.65
%30.84

CMYK color model

#BCC8AD color CMYK value is (6,0,14,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK: (6,0,14,22) C6M0Y14K22 (6%,0%,14%,22%) (0.06/0.00/0.14/0.22) 

CMYK percentages

%6
%0
%13.5
%21.57

Codes

Color #BCC8AD in popluar color models

BC C8 AD
RGB 188 200 173
HSL 87° 19.71% 73.14%
HSB/HSV 87° 13.50% 78.43%
CMYK 6.00% 0.00% 13.50%
21.57%

Color #BCC8AD in popluar number systems.

HEX BC C8 AD
Decimal 188 200 173
Binary 10111100 11001000 10101101
Octal 274 310 255

Shades and tints

Shades of #BCC8AD

#BCC8AD
(188,200,173)
#ABB69E
(171,182,158)
#9AA48F
(154,164,143)
#899280
(137,146,128)
#788071
(120,128,113)
#676E62
(103,110,98)
#565C53
(86,92,83)
#454A44
(69,74,68)
#343835
(52,56,53)
#232626
(35,38,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCC8AD

#BCC8AD
(188,200,173)
#C2CDB4
(194,205,180)
#C8D2BB
(200,210,187)
#CED7C2
(206,215,194)
#D4DCC9
(212,220,201)
#DAE1D0
(218,225,208)
#E0E6D7
(224,230,215)
#E6EBDE
(230,235,222)
#ECF0E5
(236,240,229)
#F2F5EC
(242,245,236)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8AD color. Also use rgb(188,200,173) instead hex code.

Text Font Color

.myTextColor { color: #BCC8AD; }

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

This text font color is #BCC8AD.

Background Color

.myBgColor { background-color: #BCC8AD; }

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

This div background color is #BCC8AD.

Border color

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

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

This div border color is #BCC8AD.

Opacity

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

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

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

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

This text has shadow with #BCC8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8AD.

Preview

Color preview on black background

This text has color #BCC8AD on black background.


Color preview on white background

This text has color #BCC8AD on white background.


Black color preview on #BCC8AD background

This text has black color on #BCC8AD background.


White color preview on #BCC8AD background

This text has white color on #BCC8AD background.


Related colors

Complementary color

Complementary color for #hex is #433752.


I love getcolorcode.com

Triadic colors

1 #ADBCC8 and #C8ADBC with #BCC8AD are triadic colors.

2 #ADC8BC and #C8BCAD with #BCC8AD are triadic colors.