COLOR #BD9AB1

HEX: #BD9AB1
RGB: (189,154,177)

Color info

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

RGB color model

#BD9AB1 color RGB value is (189,154,177).

  • red value is 189;
  • green value is 154;
  • blue value is 177.
RGB:
(189,154,177)
(74%,60%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 177 of 255 = 69%

189
154
177

R + G + B ~ 68%. #BD9AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 177 = 520 (100%)
R 189 of 520 ~ 36.35%
G 154 of 520 ~ 29.62%
B 177 of 520 ~ 34.04%

%36.35
%29.62
%34.04

CMYK color model

#BD9AB1 color CMYK value is (0,19,6,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,19,6,26)
C0M19Y6K26 
(0%,19%,6%,26%)
(0.00/0.19/0.06/0.26)	

CMYK percentages

%0
%18.52
%6.35
%25.88

Codes

Color #BD9AB1 in popluar color models

BD9AB1
RGB189154177
HSL321°20.96%67.25%
HSB/HSV321°18.52%74.12%
CMYK0.00%18.52%6.35%
25.88%

Color #BD9AB1 in popluar number systems.

HEXBD9AB1
Decimal189154177
Binary101111011001101010110001
Octal275232261

Shades and tints

Shades of #BD9AB1

#BD9AB1
(189,154,177)
#AC8CA1
(172,140,161)
#9B7E91
(155,126,145)
#8A7081
(138,112,129)
#796271
(121,98,113)
#685461
(104,84,97)
#574651
(87,70,81)
#463841
(70,56,65)
#352A31
(53,42,49)
#241C21
(36,28,33)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #BD9AB1

#BD9AB1
(189,154,177)
#C3A3B8
(195,163,184)
#C9ACBF
(201,172,191)
#CFB5C6
(207,181,198)
#D5BECD
(213,190,205)
#DBC7D4
(219,199,212)
#E1D0DB
(225,208,219)
#E7D9E2
(231,217,226)
#EDE2E9
(237,226,233)
#F3EBF0
(243,235,240)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9AB1 color. Also use rgb(189,154,177) instead hex code.

Text Font Color

.myTextColor { color: #BD9AB1; }

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

This text font color is #BD9AB1.


Background Color

.myBgColor { background-color: #BD9AB1; }

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

This div background color is #BD9AB1.


Border color

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

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

This div border color is #BD9AB1.


Opacity

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

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

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

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

This text has shadow with #BD9AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9AB1 on black background.


Color preview on white background

This text has color #BD9AB1 on white background.



Black color preview on #BD9AB1 background

This text has black color on #BD9AB1 background.


White color preview on #BD9AB1 background

This text has white color on #BD9AB1 background.