COLOR #BDA9B2

HEX: #BDA9B2 RGB: (189,169,178)

Color info

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

RGB color model

#BDA9B2 color RGB value is (189,169,178).

RGB: (189,169,178) (74%, 66%, 70%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 178 of 255 = 70%

189
169
178

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

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 178 = 536 (100%)
R 189 of 536 ~ 35.26%
G 169 of 536 ~ 31.53%
B 178 of 536 ~ 33.21'%

%35.26
%31.53
%33.21

CMYK color model

#BDA9B2 color CMYK value is (0,11,6,26).

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

CMYK: (0,11,6,26)
C0M11Y6K26 (0%, 11%, 6%, 26%)
(0.00 / 0.11 / 0.06 / 0.26)

CMYK percentages

%0
%10.58
%5.82
%25.88

Codes

Color #BDA9B2 in popluar color models

BD A9 B2
RGB 189 169 178
HSL 333° 13.16% 70.20%
HSB/HSV 333° 10.58% 74.12%
CMYK 0.00% 10.58% 5.82%
25.88%

Color #BDA9B2 in popluar number systems.

HEX BD A9 B2
Decimal 189 169 178
Binary 10111101 10101001 10110010
Octal 275 251 262

Shades and tints

Shades of #BDA9B2

#BDA9B2
(189,169,178)
#AC9AA2
(172,154,162)
#9B8B92
(155,139,146)
#8A7C82
(138,124,130)
#796D72
(121,109,114)
#685E62
(104,94,98)
#574F52
(87,79,82)
#464042
(70,64,66)
#353132
(53,49,50)
#242222
(36,34,34)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #BDA9B2

#BDA9B2
(189,169,178)
#C3B0B9
(195,176,185)
#C9B7C0
(201,183,192)
#CFBEC7
(207,190,199)
#D5C5CE
(213,197,206)
#DBCCD5
(219,204,213)
#E1D3DC
(225,211,220)
#E7DAE3
(231,218,227)
#EDE1EA
(237,225,234)
#F3E8F1
(243,232,241)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9B2; }

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

This text font color is #BDA9B2.

Background Color

.myBgColor { background-color: #BDA9B2; }

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

This div background color is #BDA9B2.

Border color

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

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

This div border color is #BDA9B2.

Opacity

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

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

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

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

This text has shadow with #BDA9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA9B2.

Preview

Color preview on black background

This text has color #BDA9B2 on black background.


Color preview on white background

This text has color #BDA9B2 on white background.


Black color preview on #BDA9B2 background

This text has black color on #BDA9B2 background.


White color preview on #BDA9B2 background

This text has white color on #BDA9B2 background.


Related colors

Complementary color

Complementary color for #hex is #42564D.


I love getcolorcode.com

Triadic colors

1 #B2BDA9 and #A9B2BD with #BDA9B2 are triadic colors.

2 #B2A9BD and #A9BDB2 with #BDA9B2 are triadic colors.