COLOR #BD89C7

HEX: #BD89C7 RGB: (189,137,199)

Color info

#BD89C7 contains mainly red and blue colors. Web safe color of #BD89C7 is #CC99CC (or #C9C).

RGB color model

#BD89C7 color RGB value is (189,137,199).

RGB: (189,137,199) (74%, 54%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 199 of 255 = 78%

189
137
199

R + G + B ~ 69%. #BD89C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 137 + 199 = 525 (100%)
R 189 of 525 ~ 36%
G 137 of 525 ~ 26.1%
B 199 of 525 ~ 37.9'%

%36
%26.1
%37.9

CMYK color model

#BD89C7 color CMYK value is (5,31,0,22).

  • cyan value is 5.03%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (5,31,0,22)
C5M31Y0K22 (5%, 31%, 0%, 22%)
(0.05 / 0.31 / 0.00 / 0.22)

CMYK percentages

%5.03
%31.16
%0
%21.96

Codes

Color #BD89C7 in popluar color models

BD 89 C7
RGB 189 137 199
HSL 290° 35.63% 65.88%
HSB/HSV 290° 31.16% 78.04%
CMYK 5.03% 31.16% 0.00%
21.96%

Color #BD89C7 in popluar number systems.

HEX BD 89 C7
Decimal 189 137 199
Binary 10111101 10001001 11000111
Octal 275 211 307

Shades and tints

Shades of #BD89C7

#BD89C7
(189,137,199)
#AC7DB5
(172,125,181)
#9B71A3
(155,113,163)
#8A6591
(138,101,145)
#79597F
(121,89,127)
#684D6D
(104,77,109)
#57415B
(87,65,91)
#463549
(70,53,73)
#352937
(53,41,55)
#241D25
(36,29,37)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #BD89C7

#BD89C7
(189,137,199)
#C393CC
(195,147,204)
#C99DD1
(201,157,209)
#CFA7D6
(207,167,214)
#D5B1DB
(213,177,219)
#DBBBE0
(219,187,224)
#E1C5E5
(225,197,229)
#E7CFEA
(231,207,234)
#EDD9EF
(237,217,239)
#F3E3F4
(243,227,244)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD89C7; }

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

This text font color is #BD89C7.

Background Color

.myBgColor { background-color: #BD89C7; }

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

This div background color is #BD89C7.

Border color

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

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

This div border color is #BD89C7.

Opacity

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

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

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

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

This text has shadow with #BD89C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD89C7.

Preview

Color preview on black background

This text has color #BD89C7 on black background.


Color preview on white background

This text has color #BD89C7 on white background.


Black color preview on #BD89C7 background

This text has black color on #BD89C7 background.


White color preview on #BD89C7 background

This text has white color on #BD89C7 background.


Related colors

Complementary color

Complementary color for #hex is #427638.


I love getcolorcode.com

Triadic colors

1 #C7BD89 and #89C7BD with #BD89C7 are triadic colors.

2 #C789BD and #89BDC7 with #BD89C7 are triadic colors.