COLOR #BDA9BB

HEX: #BDA9BB
RGB: (189,169,187)

Color info

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

RGB color model

#BDA9BB color RGB value is (189,169,187).

  • red value is 189;
  • green value is 169;
  • blue value is 187.
RGB: (189,169,187) (74%,66%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 187 of 255 = 73%

189
169
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 187 = 545 (100%)
R 189 of 545 ~ 34.68%
G 169 of 545 ~ 31.01%
B 187 of 545 ~ 34.31%

%34.68
%31.01
%34.31

CMYK color model

#BDA9BB color CMYK value is (0,11,1,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK: (0,11,1,26) C0M11Y1K26 (0%,11%,1%,26%) (0.00/0.11/0.01/0.26)

CMYK percentages

%0
%10.58
%1.06
%25.88

Codes

Color #BDA9BB in popluar color models

BDA9BB
RGB189169187
HSL306°13.16%70.20%
HSB/HSV306°10.58%74.12%
CMYK0.00%10.58%1.06%
25.88%

Color #BDA9BB in popluar number systems.

HEXBDA9BB
Decimal189169187
Binary101111011010100110111011
Octal275251273

Shades and tints

Shades of #BDA9BB

#BDA9BB
(189,169,187)
#AC9AAA
(172,154,170)
#9B8B99
(155,139,153)
#8A7C88
(138,124,136)
#796D77
(121,109,119)
#685E66
(104,94,102)
#574F55
(87,79,85)
#464044
(70,64,68)
#353133
(53,49,51)
#242222
(36,34,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDA9BB

#BDA9BB
(189,169,187)
#C3B0C1
(195,176,193)
#C9B7C7
(201,183,199)
#CFBECD
(207,190,205)
#D5C5D3
(213,197,211)
#DBCCD9
(219,204,217)
#E1D3DF
(225,211,223)
#E7DAE5
(231,218,229)
#EDE1EB
(237,225,235)
#F3E8F1
(243,232,241)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9BB; }

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

This text font color is #BDA9BB.


Background Color

.myBgColor { background-color: #BDA9BB; }

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

This div background color is #BDA9BB.


Border color

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

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

This div border color is #BDA9BB.


Opacity

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

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

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

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

This text has shadow with #BDA9BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDA9BB on black background.


Color preview on white background

This text has color #BDA9BB on white background.



Black color preview on #BDA9BB background

This text has black color on #BDA9BB background.


White color preview on #BDA9BB background

This text has white color on #BDA9BB background.