COLOR #BDB2A5

HEX: #BDB2A5 RGB: (189,178,165)

Color info

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

RGB color model

#BDB2A5 color RGB value is (189,178,165).

RGB: (189,178,165) (74%, 70%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 165 of 255 = 65%

189
178
165

R + G + B ~ 70%. #BDB2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 178 + 165 = 532 (100%)
R 189 of 532 ~ 35.53%
G 178 of 532 ~ 33.46%
B 165 of 532 ~ 31.02'%

%35.53
%33.46
%31.02

CMYK color model

#BDB2A5 color CMYK value is (0,6,13,26).

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

CMYK: (0,6,13,26)
C0M6Y13K26 (0%, 6%, 13%, 26%)
(0.00 / 0.06 / 0.13 / 0.26)

CMYK percentages

%0
%5.82
%12.7
%25.88

Codes

Color #BDB2A5 in popluar color models

BD B2 A5
RGB 189 178 165
HSL 33° 15.38% 69.41%
HSB/HSV 33° 12.70% 74.12%
CMYK 0.00% 5.82% 12.70%
25.88%

Color #BDB2A5 in popluar number systems.

HEX BD B2 A5
Decimal 189 178 165
Binary 10111101 10110010 10100101
Octal 275 262 245

Shades and tints

Shades of #BDB2A5

#BDB2A5
(189,178,165)
#ACA296
(172,162,150)
#9B9287
(155,146,135)
#8A8278
(138,130,120)
#797269
(121,114,105)
#68625A
(104,98,90)
#57524B
(87,82,75)
#46423C
(70,66,60)
#35322D
(53,50,45)
#24221E
(36,34,30)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BDB2A5

#BDB2A5
(189,178,165)
#C3B9AD
(195,185,173)
#C9C0B5
(201,192,181)
#CFC7BD
(207,199,189)
#D5CEC5
(213,206,197)
#DBD5CD
(219,213,205)
#E1DCD5
(225,220,213)
#E7E3DD
(231,227,221)
#EDEAE5
(237,234,229)
#F3F1ED
(243,241,237)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2A5; }

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

This text font color is #BDB2A5.

Background Color

.myBgColor { background-color: #BDB2A5; }

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

This div background color is #BDB2A5.

Border color

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

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

This div border color is #BDB2A5.

Opacity

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

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

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

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

This text has shadow with #BDB2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB2A5.

Preview

Color preview on black background

This text has color #BDB2A5 on black background.


Color preview on white background

This text has color #BDB2A5 on white background.


Black color preview on #BDB2A5 background

This text has black color on #BDB2A5 background.


White color preview on #BDB2A5 background

This text has white color on #BDB2A5 background.


Related colors

Complementary color

Complementary color for #hex is #424D5A.


I love getcolorcode.com

Triadic colors

1 #A5BDB2 and #B2A5BD with #BDB2A5 are triadic colors.

2 #A5B2BD and #B2BDA5 with #BDB2A5 are triadic colors.