COLOR #BDC2A5

HEX: #BDC2A5 RGB: (189,194,165)

Color info

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

RGB color model

#BDC2A5 color RGB value is (189,194,165).

RGB: (189,194,165) (74%, 76%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 165 of 255 = 65%

189
194
165

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

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 165 = 548 (100%)
R 189 of 548 ~ 34.49%
G 194 of 548 ~ 35.4%
B 165 of 548 ~ 30.11'%

%34.49
%35.4
%30.11

CMYK color model

#BDC2A5 color CMYK value is (3,0,15,24).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 23.92%

CMYK: (3,0,15,24)
C3M0Y15K24 (3%, 0%, 15%, 24%)
(0.03 / 0.00 / 0.15 / 0.24)

CMYK percentages

%2.58
%0
%14.95
%23.92

Codes

Color #BDC2A5 in popluar color models

BD C2 A5
RGB 189 194 165
HSL 70° 19.21% 70.39%
HSB/HSV 70° 14.95% 76.08%
CMYK 2.58% 0.00% 14.95%
23.92%

Color #BDC2A5 in popluar number systems.

HEX BD C2 A5
Decimal 189 194 165
Binary 10111101 11000010 10100101
Octal 275 302 245

Shades and tints

Shades of #BDC2A5

#BDC2A5
(189,194,165)
#ACB196
(172,177,150)
#9BA087
(155,160,135)
#8A8F78
(138,143,120)
#797E69
(121,126,105)
#686D5A
(104,109,90)
#575C4B
(87,92,75)
#464B3C
(70,75,60)
#353A2D
(53,58,45)
#24291E
(36,41,30)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #BDC2A5

#BDC2A5
(189,194,165)
#C3C7AD
(195,199,173)
#C9CCB5
(201,204,181)
#CFD1BD
(207,209,189)
#D5D6C5
(213,214,197)
#DBDBCD
(219,219,205)
#E1E0D5
(225,224,213)
#E7E5DD
(231,229,221)
#EDEAE5
(237,234,229)
#F3EFED
(243,239,237)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC2A5; }

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

This text font color is #BDC2A5.

Background Color

.myBgColor { background-color: #BDC2A5; }

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

This div background color is #BDC2A5.

Border color

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

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

This div border color is #BDC2A5.

Opacity

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

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

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

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

This text has shadow with #BDC2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC2A5.

Preview

Color preview on black background

This text has color #BDC2A5 on black background.


Color preview on white background

This text has color #BDC2A5 on white background.


Black color preview on #BDC2A5 background

This text has black color on #BDC2A5 background.


White color preview on #BDC2A5 background

This text has white color on #BDC2A5 background.


Related colors

Complementary color

Complementary color for #hex is #423D5A.


I love getcolorcode.com

Triadic colors

1 #A5BDC2 and #C2A5BD with #BDC2A5 are triadic colors.

2 #A5C2BD and #C2BDA5 with #BDC2A5 are triadic colors.