COLOR #BD89B3

HEX: #BD89B3
RGB: (189,137,179)

Color info

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

RGB color model

#BD89B3 color RGB value is (189,137,179).

  • red value is 189;
  • green value is 137;
  • blue value is 179.
RGB:
(189,137,179)
(74%,54%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 179 of 255 = 70%

189
137
179

R + G + B ~ 66%. #BD89B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 179 = 505 (100%)
R 189 of 505 ~ 37.43%
G 137 of 505 ~ 27.13%
B 179 of 505 ~ 35.45%

%37.43
%27.13
%35.45

CMYK color model

#BD89B3 color CMYK value is (0,28,5,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(0,28,5,26)
C0M28Y5K26 
(0%,28%,5%,26%)
(0.00/0.28/0.05/0.26)	

CMYK percentages

%0
%27.51
%5.29
%25.88

Codes

Color #BD89B3 in popluar color models

BD89B3
RGB189137179
HSL312°28.26%63.92%
HSB/HSV312°27.51%74.12%
CMYK0.00%27.51%5.29%
25.88%

Color #BD89B3 in popluar number systems.

HEXBD89B3
Decimal189137179
Binary101111011000100110110011
Octal275211263

Shades and tints

Shades of #BD89B3

#BD89B3
(189,137,179)
#AC7DA3
(172,125,163)
#9B7193
(155,113,147)
#8A6583
(138,101,131)
#795973
(121,89,115)
#684D63
(104,77,99)
#574153
(87,65,83)
#463543
(70,53,67)
#352933
(53,41,51)
#241D23
(36,29,35)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #BD89B3

#BD89B3
(189,137,179)
#C393B9
(195,147,185)
#C99DBF
(201,157,191)
#CFA7C5
(207,167,197)
#D5B1CB
(213,177,203)
#DBBBD1
(219,187,209)
#E1C5D7
(225,197,215)
#E7CFDD
(231,207,221)
#EDD9E3
(237,217,227)
#F3E3E9
(243,227,233)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD89B3; }

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

This text font color is #BD89B3.


Background Color

.myBgColor { background-color: #BD89B3; }

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

This div background color is #BD89B3.


Border color

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

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

This div border color is #BD89B3.


Opacity

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

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

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

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

This text has shadow with #BD89B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD89B3 on black background.


Color preview on white background

This text has color #BD89B3 on white background.



Black color preview on #BD89B3 background

This text has black color on #BD89B3 background.


White color preview on #BD89B3 background

This text has white color on #BD89B3 background.