COLOR #BCC4A0

HEX: #BCC4A0
RGB: (188,196,160)

Color info

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

RGB color model

#BCC4A0 color RGB value is (188,196,160).

  • red value is 188;
  • green value is 196;
  • blue value is 160.
RGB:
(188,196,160)
(74%,77%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 160 of 255 = 63%

188
196
160

R + G + B ~ 71%. #BCC4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 160 = 544 (100%)
R 188 of 544 ~ 34.56%
G 196 of 544 ~ 36.03%
B 160 of 544 ~ 29.41%

%34.56
%36.03
%29.41

CMYK color model

#BCC4A0 color CMYK value is (4,0,18,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(4,0,18,23)
C4M0Y18K23 
(4%,0%,18%,23%)
(0.04/0.00/0.18/0.23)	

CMYK percentages

%4.08
%0
%18.37
%23.14

Codes

Color #BCC4A0 in popluar color models

BCC4A0
RGB188196160
HSL73°23.38%69.80%
HSB/HSV73°18.37%76.86%
CMYK4.08%0.00%18.37%
23.14%

Color #BCC4A0 in popluar number systems.

HEXBCC4A0
Decimal188196160
Binary101111001100010010100000
Octal274304240

Shades and tints

Shades of #BCC4A0

#BCC4A0
(188,196,160)
#ABB392
(171,179,146)
#9AA284
(154,162,132)
#899176
(137,145,118)
#788068
(120,128,104)
#676F5A
(103,111,90)
#565E4C
(86,94,76)
#454D3E
(69,77,62)
#343C30
(52,60,48)
#232B22
(35,43,34)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #BCC4A0

#BCC4A0
(188,196,160)
#C2C9A8
(194,201,168)
#C8CEB0
(200,206,176)
#CED3B8
(206,211,184)
#D4D8C0
(212,216,192)
#DADDC8
(218,221,200)
#E0E2D0
(224,226,208)
#E6E7D8
(230,231,216)
#ECECE0
(236,236,224)
#F2F1E8
(242,241,232)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4A0; }

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

This text font color is #BCC4A0.


Background Color

.myBgColor { background-color: #BCC4A0; }

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

This div background color is #BCC4A0.


Border color

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

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

This div border color is #BCC4A0.


Opacity

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

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

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

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

This text has shadow with #BCC4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4A0 on black background.


Color preview on white background

This text has color #BCC4A0 on white background.



Black color preview on #BCC4A0 background

This text has black color on #BCC4A0 background.


White color preview on #BCC4A0 background

This text has white color on #BCC4A0 background.