COLOR #BCC9AC

HEX: #BCC9AC RGB: (188,201,172)

Color info

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

RGB color model

#BCC9AC color RGB value is (188,201,172).

RGB: (188,201,172) (74%, 79%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 172 of 255 = 67%

188
201
172

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 172 = 561 (100%)
R 188 of 561 ~ 33.51%
G 201 of 561 ~ 35.83%
B 172 of 561 ~ 30.66'%

%33.51
%35.83
%30.66

CMYK color model

#BCC9AC color CMYK value is (6,0,14,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK: (6,0,14,21) C6M0Y14K21 (6%,0%,14%,21%) (0.06/0.00/0.14/0.21) 

CMYK percentages

%6.47
%0
%14.43
%21.18

Codes

Color #BCC9AC in popluar color models

BC C9 AC
RGB 188 201 172
HSL 87° 21.17% 73.14%
HSB/HSV 87° 14.43% 78.82%
CMYK 6.47% 0.00% 14.43%
21.18%

Color #BCC9AC in popluar number systems.

HEX BC C9 AC
Decimal 188 201 172
Binary 10111100 11001001 10101100
Octal 274 311 254

Shades and tints

Shades of #BCC9AC

#BCC9AC
(188,201,172)
#ABB79D
(171,183,157)
#9AA58E
(154,165,142)
#89937F
(137,147,127)
#788170
(120,129,112)
#676F61
(103,111,97)
#565D52
(86,93,82)
#454B43
(69,75,67)
#343934
(52,57,52)
#232725
(35,39,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCC9AC

#BCC9AC
(188,201,172)
#C2CDB3
(194,205,179)
#C8D1BA
(200,209,186)
#CED5C1
(206,213,193)
#D4D9C8
(212,217,200)
#DADDCF
(218,221,207)
#E0E1D6
(224,225,214)
#E6E5DD
(230,229,221)
#ECE9E4
(236,233,228)
#F2EDEB
(242,237,235)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC9AC color. Also use rgb(188,201,172) instead hex code.

Text Font Color

.myTextColor { color: #BCC9AC; }

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

This text font color is #BCC9AC.

Background Color

.myBgColor { background-color: #BCC9AC; }

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

This div background color is #BCC9AC.

Border color

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

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

This div border color is #BCC9AC.

Opacity

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

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

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

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

This text has shadow with #BCC9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC9AC.

Preview

Color preview on black background

This text has color #BCC9AC on black background.


Color preview on white background

This text has color #BCC9AC on white background.


Black color preview on #BCC9AC background

This text has black color on #BCC9AC background.


White color preview on #BCC9AC background

This text has white color on #BCC9AC background.


Related colors

Complementary color

Complementary color for #hex is #433653.


I love getcolorcode.com

Triadic colors

1 #ACBCC9 and #C9ACBC with #BCC9AC are triadic colors.

2 #ACC9BC and #C9BCAC with #BCC9AC are triadic colors.