COLOR #BCC5A9

HEX: #BCC5A9
RGB: (188,197,169)

Color info

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

RGB color model

#BCC5A9 color RGB value is (188,197,169).

  • red value is 188;
  • green value is 197;
  • blue value is 169.
RGB:
(188,197,169)
(74%,77%,66%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 169 of 255 = 66%

188
197
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 169 = 554 (100%)
R 188 of 554 ~ 33.94%
G 197 of 554 ~ 35.56%
B 169 of 554 ~ 30.51%

%33.94
%35.56
%30.51

CMYK color model

#BCC5A9 color CMYK value is (5,0,14,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 22.75%
CMYK:
(5,0,14,23)
C5M0Y14K23 
(5%,0%,14%,23%)
(0.05/0.00/0.14/0.23)	

CMYK percentages

%4.57
%0
%14.21
%22.75

Codes

Color #BCC5A9 in popluar color models

BCC5A9
RGB188197169
HSL79°19.44%71.76%
HSB/HSV79°14.21%77.25%
CMYK4.57%0.00%14.21%
22.75%

Color #BCC5A9 in popluar number systems.

HEXBCC5A9
Decimal188197169
Binary101111001100010110101001
Octal274305251

Shades and tints

Shades of #BCC5A9

#BCC5A9
(188,197,169)
#ABB49A
(171,180,154)
#9AA38B
(154,163,139)
#89927C
(137,146,124)
#78816D
(120,129,109)
#67705E
(103,112,94)
#565F4F
(86,95,79)
#454E40
(69,78,64)
#343D31
(52,61,49)
#232C22
(35,44,34)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #BCC5A9

#BCC5A9
(188,197,169)
#C2CAB0
(194,202,176)
#C8CFB7
(200,207,183)
#CED4BE
(206,212,190)
#D4D9C5
(212,217,197)
#DADECC
(218,222,204)
#E0E3D3
(224,227,211)
#E6E8DA
(230,232,218)
#ECEDE1
(236,237,225)
#F2F2E8
(242,242,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5A9 color. Also use rgb(188,197,169) instead hex code.

Text Font Color

.myTextColor { color: #BCC5A9; }

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

This text font color is #BCC5A9.


Background Color

.myBgColor { background-color: #BCC5A9; }

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

This div background color is #BCC5A9.


Border color

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

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

This div border color is #BCC5A9.


Opacity

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

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

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

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

This text has shadow with #BCC5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5A9 on black background.


Color preview on white background

This text has color #BCC5A9 on white background.



Black color preview on #BCC5A9 background

This text has black color on #BCC5A9 background.


White color preview on #BCC5A9 background

This text has white color on #BCC5A9 background.