COLOR #BDC2A0

HEX: #BDC2A0
RGB: (189,194,160)

Color info

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

RGB color model

#BDC2A0 color RGB value is (189,194,160).

  • red value is 189;
  • green value is 194;
  • blue value is 160.
RGB:
(189,194,160)
(74%,76%,63%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 160 of 255 = 63%

189
194
160

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

Portions of RGB colors in percentages

R + G + B =
189 + 194 + 160 = 543 (100%)
R 189 of 543 ~ 34.81%
G 194 of 543 ~ 35.73%
B 160 of 543 ~ 29.47%

%34.81
%35.73
%29.47

CMYK color model

#BDC2A0 color CMYK value is (3,0,18,24).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(3,0,18,24)
C3M0Y18K24 
(3%,0%,18%,24%)
(0.03/0.00/0.18/0.24)	

CMYK percentages

%2.58
%0
%17.53
%23.92

Codes

Color #BDC2A0 in popluar color models

BDC2A0
RGB189194160
HSL69°21.79%69.41%
HSB/HSV69°17.53%76.08%
CMYK2.58%0.00%17.53%
23.92%

Color #BDC2A0 in popluar number systems.

HEXBDC2A0
Decimal189194160
Binary101111011100001010100000
Octal275302240

Shades and tints

Shades of #BDC2A0

#BDC2A0
(189,194,160)
#ACB192
(172,177,146)
#9BA084
(155,160,132)
#8A8F76
(138,143,118)
#797E68
(121,126,104)
#686D5A
(104,109,90)
#575C4C
(87,92,76)
#464B3E
(70,75,62)
#353A30
(53,58,48)
#242922
(36,41,34)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDC2A0

#BDC2A0
(189,194,160)
#C3C7A8
(195,199,168)
#C9CCB0
(201,204,176)
#CFD1B8
(207,209,184)
#D5D6C0
(213,214,192)
#DBDBC8
(219,219,200)
#E1E0D0
(225,224,208)
#E7E5D8
(231,229,216)
#EDEAE0
(237,234,224)
#F3EFE8
(243,239,232)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC2A0 color. Also use rgb(189,194,160) instead hex code.

Text Font Color

.myTextColor { color: #BDC2A0; }

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

This text font color is #BDC2A0.


Background Color

.myBgColor { background-color: #BDC2A0; }

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

This div background color is #BDC2A0.


Border color

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

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

This div border color is #BDC2A0.


Opacity

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

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

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

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

This text has shadow with #BDC2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC2A0 on black background.


Color preview on white background

This text has color #BDC2A0 on white background.



Black color preview on #BDC2A0 background

This text has black color on #BDC2A0 background.


White color preview on #BDC2A0 background

This text has white color on #BDC2A0 background.