COLOR #BD89CC

HEX: #BD89CC
RGB: (189,137,204)

Color info

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

RGB color model

#BD89CC color RGB value is (189,137,204).

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

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 204 of 255 = 80%

189
137
204

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 204 = 530 (100%)
R 189 of 530 ~ 35.66%
G 137 of 530 ~ 25.85%
B 204 of 530 ~ 38.49%

%35.66
%25.85
%38.49

CMYK color model

#BD89CC color CMYK value is (7,33,0,20).

  • cyan value is 7.35%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,33,0,20)
C7M33Y0K20 
(7%,33%,0%,20%)
(0.07/0.33/0.00/0.20)	

CMYK percentages

%7.35
%32.84
%0
%20

Codes

Color #BD89CC in popluar color models

BD89CC
RGB189137204
HSL287°39.64%66.86%
HSB/HSV287°32.84%80.00%
CMYK7.35%32.84%0.00%
20.00%

Color #BD89CC in popluar number systems.

HEXBD89CC
Decimal189137204
Binary101111011000100111001100
Octal275211314

Shades and tints

Shades of #BD89CC

#BD89CC
(189,137,204)
#AC7DBA
(172,125,186)
#9B71A8
(155,113,168)
#8A6596
(138,101,150)
#795984
(121,89,132)
#684D72
(104,77,114)
#574160
(87,65,96)
#46354E
(70,53,78)
#35293C
(53,41,60)
#241D2A
(36,29,42)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #BD89CC

#BD89CC
(189,137,204)
#C393D0
(195,147,208)
#C99DD4
(201,157,212)
#CFA7D8
(207,167,216)
#D5B1DC
(213,177,220)
#DBBBE0
(219,187,224)
#E1C5E4
(225,197,228)
#E7CFE8
(231,207,232)
#EDD9EC
(237,217,236)
#F3E3F0
(243,227,240)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD89CC; }

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

This text font color is #BD89CC.


Background Color

.myBgColor { background-color: #BD89CC; }

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

This div background color is #BD89CC.


Border color

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

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

This div border color is #BD89CC.


Opacity

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

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

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

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

This text has shadow with #BD89CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD89CC on black background.


Color preview on white background

This text has color #BD89CC on white background.



Black color preview on #BD89CC background

This text has black color on #BD89CC background.


White color preview on #BD89CC background

This text has white color on #BD89CC background.