COLOR #BD9FBB

HEX: #BD9FBB
RGB: (189,159,187)

Color info

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

RGB color model

#BD9FBB color RGB value is (189,159,187).

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

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 187 of 255 = 73%

189
159
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 187 = 535 (100%)
R 189 of 535 ~ 35.33%
G 159 of 535 ~ 29.72%
B 187 of 535 ~ 34.95%

%35.33
%29.72
%34.95

CMYK color model

#BD9FBB color CMYK value is (0,16,1,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(0,16,1,26)
C0M16Y1K26 
(0%,16%,1%,26%)
(0.00/0.16/0.01/0.26)	

CMYK percentages

%0
%15.87
%1.06
%25.88

Codes

Color #BD9FBB in popluar color models

BD9FBB
RGB189159187
HSL304°18.52%68.24%
HSB/HSV304°15.87%74.12%
CMYK0.00%15.87%1.06%
25.88%

Color #BD9FBB in popluar number systems.

HEXBD9FBB
Decimal189159187
Binary101111011001111110111011
Octal275237273

Shades and tints

Shades of #BD9FBB

#BD9FBB
(189,159,187)
#AC91AA
(172,145,170)
#9B8399
(155,131,153)
#8A7588
(138,117,136)
#796777
(121,103,119)
#685966
(104,89,102)
#574B55
(87,75,85)
#463D44
(70,61,68)
#352F33
(53,47,51)
#242122
(36,33,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD9FBB

#BD9FBB
(189,159,187)
#C3A7C1
(195,167,193)
#C9AFC7
(201,175,199)
#CFB7CD
(207,183,205)
#D5BFD3
(213,191,211)
#DBC7D9
(219,199,217)
#E1CFDF
(225,207,223)
#E7D7E5
(231,215,229)
#EDDFEB
(237,223,235)
#F3E7F1
(243,231,241)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9FBB; }

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

This text font color is #BD9FBB.


Background Color

.myBgColor { background-color: #BD9FBB; }

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

This div background color is #BD9FBB.


Border color

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

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

This div border color is #BD9FBB.


Opacity

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

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

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

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

This text has shadow with #BD9FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9FBB on black background.


Color preview on white background

This text has color #BD9FBB on white background.



Black color preview on #BD9FBB background

This text has black color on #BD9FBB background.


White color preview on #BD9FBB background

This text has white color on #BD9FBB background.