COLOR #BDCCA2

HEX: #BDCCA2
RGB: (189,204,162)

Color info

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

RGB color model

#BDCCA2 color RGB value is (189,204,162).

  • red value is 189;
  • green value is 204;
  • blue value is 162.
RGB:
(189,204,162)
(74%,80%,64%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 162 of 255 = 64%

189
204
162

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

Portions of RGB colors in percentages

R + G + B =
189 + 204 + 162 = 555 (100%)
R 189 of 555 ~ 34.05%
G 204 of 555 ~ 36.76%
B 162 of 555 ~ 29.19%

%34.05
%36.76
%29.19

CMYK color model

#BDCCA2 color CMYK value is (7,0,21,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(7,0,21,20)
C7M0Y21K20 
(7%,0%,21%,20%)
(0.07/0.00/0.21/0.20)	

CMYK percentages

%7.35
%0
%20.59
%20

Codes

Color #BDCCA2 in popluar color models

BDCCA2
RGB189204162
HSL81°29.17%71.76%
HSB/HSV81°20.59%80.00%
CMYK7.35%0.00%20.59%
20.00%

Color #BDCCA2 in popluar number systems.

HEXBDCCA2
Decimal189204162
Binary101111011100110010100010
Octal275314242

Shades and tints

Shades of #BDCCA2

#BDCCA2
(189,204,162)
#ACBA94
(172,186,148)
#9BA886
(155,168,134)
#8A9678
(138,150,120)
#79846A
(121,132,106)
#68725C
(104,114,92)
#57604E
(87,96,78)
#464E40
(70,78,64)
#353C32
(53,60,50)
#242A24
(36,42,36)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #BDCCA2

#BDCCA2
(189,204,162)
#C3D0AA
(195,208,170)
#C9D4B2
(201,212,178)
#CFD8BA
(207,216,186)
#D5DCC2
(213,220,194)
#DBE0CA
(219,224,202)
#E1E4D2
(225,228,210)
#E7E8DA
(231,232,218)
#EDECE2
(237,236,226)
#F3F0EA
(243,240,234)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCCA2 color. Also use rgb(189,204,162) instead hex code.

Text Font Color

.myTextColor { color: #BDCCA2; }

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

This text font color is #BDCCA2.


Background Color

.myBgColor { background-color: #BDCCA2; }

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

This div background color is #BDCCA2.


Border color

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

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

This div border color is #BDCCA2.


Opacity

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

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

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

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

This text has shadow with #BDCCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCCA2 on black background.


Color preview on white background

This text has color #BDCCA2 on white background.



Black color preview on #BDCCA2 background

This text has black color on #BDCCA2 background.


White color preview on #BDCCA2 background

This text has white color on #BDCCA2 background.