COLOR #BDC0A5

HEX: #BDC0A5
RGB: (189,192,165)

Color info

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

RGB color model

#BDC0A5 color RGB value is (189,192,165).

  • red value is 189;
  • green value is 192;
  • blue value is 165.
RGB:
(189,192,165)
(74%,75%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 165 of 255 = 65%

189
192
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 165 = 546 (100%)
R 189 of 546 ~ 34.62%
G 192 of 546 ~ 35.16%
B 165 of 546 ~ 30.22%

%34.62
%35.16
%30.22

CMYK color model

#BDC0A5 color CMYK value is (2,0,14,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(2,0,14,25)
C2M0Y14K25 
(2%,0%,14%,25%)
(0.02/0.00/0.14/0.25)	

CMYK percentages

%1.56
%0
%14.06
%24.71

Codes

Color #BDC0A5 in popluar color models

BDC0A5
RGB189192165
HSL67°17.65%70.00%
HSB/HSV67°14.06%75.29%
CMYK1.56%0.00%14.06%
24.71%

Color #BDC0A5 in popluar number systems.

HEXBDC0A5
Decimal189192165
Binary101111011100000010100101
Octal275300245

Shades and tints

Shades of #BDC0A5

#BDC0A5
(189,192,165)
#ACAF96
(172,175,150)
#9B9E87
(155,158,135)
#8A8D78
(138,141,120)
#797C69
(121,124,105)
#686B5A
(104,107,90)
#575A4B
(87,90,75)
#46493C
(70,73,60)
#35382D
(53,56,45)
#24271E
(36,39,30)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #BDC0A5

#BDC0A5
(189,192,165)
#C3C5AD
(195,197,173)
#C9CAB5
(201,202,181)
#CFCFBD
(207,207,189)
#D5D4C5
(213,212,197)
#DBD9CD
(219,217,205)
#E1DED5
(225,222,213)
#E7E3DD
(231,227,221)
#EDE8E5
(237,232,229)
#F3EDED
(243,237,237)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0A5; }

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

This text font color is #BDC0A5.


Background Color

.myBgColor { background-color: #BDC0A5; }

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

This div background color is #BDC0A5.


Border color

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

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

This div border color is #BDC0A5.


Opacity

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

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

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

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

This text has shadow with #BDC0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0A5 on black background.


Color preview on white background

This text has color #BDC0A5 on white background.



Black color preview on #BDC0A5 background

This text has black color on #BDC0A5 background.


White color preview on #BDC0A5 background

This text has white color on #BDC0A5 background.