COLOR #BDACB9

HEX: #BDACB9 RGB: (189,172,185)

Color info

#BDACB9 contains red, green and blue colors in about the same proportion. Web safe color of #BDACB9 is #CC99CC (or #C9C).

RGB color model

#BDACB9 color RGB value is (189,172,185).

RGB: (189,172,185) (74%, 67%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 185 of 255 = 73%

189
172
185

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

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 185 = 546 (100%)
R 189 of 546 ~ 34.62%
G 172 of 546 ~ 31.5%
B 185 of 546 ~ 33.88'%

%34.62
%31.5
%33.88

CMYK color model

#BDACB9 color CMYK value is (0,9,2,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 2.12%
  • key color value is 25.88%

CMYK: (0,9,2,26)
C0M9Y2K26 (0%, 9%, 2%, 26%)
(0.00 / 0.09 / 0.02 / 0.26)

CMYK percentages

%0
%8.99
%2.12
%25.88

Codes

Color #BDACB9 in popluar color models

BD AC B9
RGB 189 172 185
HSL 314° 11.41% 70.78%
HSB/HSV 314° 8.99% 74.12%
CMYK 0.00% 8.99% 2.12%
25.88%

Color #BDACB9 in popluar number systems.

HEX BD AC B9
Decimal 189 172 185
Binary 10111101 10101100 10111001
Octal 275 254 271

Shades and tints

Shades of #BDACB9

#BDACB9
(189,172,185)
#AC9DA9
(172,157,169)
#9B8E99
(155,142,153)
#8A7F89
(138,127,137)
#797079
(121,112,121)
#686169
(104,97,105)
#575259
(87,82,89)
#464349
(70,67,73)
#353439
(53,52,57)
#242529
(36,37,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BDACB9

#BDACB9
(189,172,185)
#C3B3BF
(195,179,191)
#C9BAC5
(201,186,197)
#CFC1CB
(207,193,203)
#D5C8D1
(213,200,209)
#DBCFD7
(219,207,215)
#E1D6DD
(225,214,221)
#E7DDE3
(231,221,227)
#EDE4E9
(237,228,233)
#F3EBEF
(243,235,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDACB9 color. Also use rgb(189,172,185) instead hex code.

Text Font Color

.myTextColor { color: #BDACB9; }

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

This text font color is #BDACB9.

Background Color

.myBgColor { background-color: #BDACB9; }

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

This div background color is #BDACB9.

Border color

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

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

This div border color is #BDACB9.

Opacity

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

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

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

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

This text has shadow with #BDACB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDACB9.

Preview

Color preview on black background

This text has color #BDACB9 on black background.


Color preview on white background

This text has color #BDACB9 on white background.


Black color preview on #BDACB9 background

This text has black color on #BDACB9 background.


White color preview on #BDACB9 background

This text has white color on #BDACB9 background.


Related colors

Complementary color

Complementary color for #hex is #425346.


I love getcolorcode.com

Triadic colors

1 #B9BDAC and #ACB9BD with #BDACB9 are triadic colors.

2 #B9ACBD and #ACBDB9 with #BDACB9 are triadic colors.