COLOR #BD9DA5

HEX: #BD9DA5 RGB: (189,157,165)

Color info

#BD9DA5 contains red, green and blue colors in about the same proportion. Web safe color of #BD9DA5 is #CC9999 (or #C99).

RGB color model

#BD9DA5 color RGB value is (189,157,165).

RGB: (189,157,165) (74%, 62%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 165 of 255 = 65%

189
157
165

R + G + B ~ 67%. #BD9DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 157 + 165 = 511 (100%)
R 189 of 511 ~ 36.99%
G 157 of 511 ~ 30.72%
B 165 of 511 ~ 32.29'%

%36.99
%30.72
%32.29

CMYK color model

#BD9DA5 color CMYK value is (0,17,13,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 12.70%
  • key color value is 25.88%

CMYK: (0,17,13,26)
C0M17Y13K26 (0%, 17%, 13%, 26%)
(0.00 / 0.17 / 0.13 / 0.26)

CMYK percentages

%0
%16.93
%12.7
%25.88

Codes

Color #BD9DA5 in popluar color models

BD 9D A5
RGB 189 157 165
HSL 345° 19.51% 67.84%
HSB/HSV 345° 16.93% 74.12%
CMYK 0.00% 16.93% 12.70%
25.88%

Color #BD9DA5 in popluar number systems.

HEX BD 9D A5
Decimal 189 157 165
Binary 10111101 10011101 10100101
Octal 275 235 245

Shades and tints

Shades of #BD9DA5

#BD9DA5
(189,157,165)
#AC8F96
(172,143,150)
#9B8187
(155,129,135)
#8A7378
(138,115,120)
#796569
(121,101,105)
#68575A
(104,87,90)
#57494B
(87,73,75)
#463B3C
(70,59,60)
#352D2D
(53,45,45)
#241F1E
(36,31,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #BD9DA5

#BD9DA5
(189,157,165)
#C3A5AD
(195,165,173)
#C9ADB5
(201,173,181)
#CFB5BD
(207,181,189)
#D5BDC5
(213,189,197)
#DBC5CD
(219,197,205)
#E1CDD5
(225,205,213)
#E7D5DD
(231,213,221)
#EDDDE5
(237,221,229)
#F3E5ED
(243,229,237)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9DA5; }

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

This text font color is #BD9DA5.

Background Color

.myBgColor { background-color: #BD9DA5; }

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

This div background color is #BD9DA5.

Border color

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

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

This div border color is #BD9DA5.

Opacity

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

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

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

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

This text has shadow with #BD9DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9DA5.

Preview

Color preview on black background

This text has color #BD9DA5 on black background.


Color preview on white background

This text has color #BD9DA5 on white background.


Black color preview on #BD9DA5 background

This text has black color on #BD9DA5 background.


White color preview on #BD9DA5 background

This text has white color on #BD9DA5 background.


Related colors

Complementary color

Complementary color for #hex is #42625A.


I love getcolorcode.com

Triadic colors

1 #A5BD9D and #9DA5BD with #BD9DA5 are triadic colors.

2 #A59DBD and #9DBDA5 with #BD9DA5 are triadic colors.