COLOR #BD89AD

HEX: #BD89AD RGB: (189,137,173)

Color info

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

RGB color model

#BD89AD color RGB value is (189,137,173).

RGB: (189,137,173) (74%, 54%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 173 of 255 = 68%

189
137
173

R + G + B ~ 65%. #BD89AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 137 + 173 = 499 (100%)
R 189 of 499 ~ 37.88%
G 137 of 499 ~ 27.45%
B 173 of 499 ~ 34.67'%

%37.88
%27.45
%34.67

CMYK color model

#BD89AD color CMYK value is (0,28,8,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 8.47%
  • key color value is 25.88%

CMYK: (0,28,8,26)
C0M28Y8K26 (0%, 28%, 8%, 26%)
(0.00 / 0.28 / 0.08 / 0.26)

CMYK percentages

%0
%27.51
%8.47
%25.88

Codes

Color #BD89AD in popluar color models

BD 89 AD
RGB 189 137 173
HSL 318° 28.26% 63.92%
HSB/HSV 318° 27.51% 74.12%
CMYK 0.00% 27.51% 8.47%
25.88%

Color #BD89AD in popluar number systems.

HEX BD 89 AD
Decimal 189 137 173
Binary 10111101 10001001 10101101
Octal 275 211 255

Shades and tints

Shades of #BD89AD

#BD89AD
(189,137,173)
#AC7D9E
(172,125,158)
#9B718F
(155,113,143)
#8A6580
(138,101,128)
#795971
(121,89,113)
#684D62
(104,77,98)
#574153
(87,65,83)
#463544
(70,53,68)
#352935
(53,41,53)
#241D26
(36,29,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #BD89AD

#BD89AD
(189,137,173)
#C393B4
(195,147,180)
#C99DBB
(201,157,187)
#CFA7C2
(207,167,194)
#D5B1C9
(213,177,201)
#DBBBD0
(219,187,208)
#E1C5D7
(225,197,215)
#E7CFDE
(231,207,222)
#EDD9E5
(237,217,229)
#F3E3EC
(243,227,236)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD89AD color. Also use rgb(189,137,173) instead hex code.

Text Font Color

.myTextColor { color: #BD89AD; }

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

This text font color is #BD89AD.

Background Color

.myBgColor { background-color: #BD89AD; }

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

This div background color is #BD89AD.

Border color

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

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

This div border color is #BD89AD.

Opacity

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

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

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

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

This text has shadow with #BD89AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD89AD.

Preview

Color preview on black background

This text has color #BD89AD on black background.


Color preview on white background

This text has color #BD89AD on white background.


Black color preview on #BD89AD background

This text has black color on #BD89AD background.


White color preview on #BD89AD background

This text has white color on #BD89AD background.


Related colors

Complementary color

Complementary color for #hex is #427652.


I love getcolorcode.com

Triadic colors

1 #ADBD89 and #89ADBD with #BD89AD are triadic colors.

2 #AD89BD and #89BDAD with #BD89AD are triadic colors.