COLOR #BD9CEE

HEX: #BD9CEE
RGB: (189,156,238)

Color info

#BD9CEE contains mainly red and blue colors. Web safe color of #BD9CEE is #CC99FF (or #C9F).

RGB color model

#BD9CEE color RGB value is (189,156,238).

  • red value is 189;
  • green value is 156;
  • blue value is 238.
RGB:
(189,156,238)
(74%,61%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 238 of 255 = 93%

189
156
238

R + G + B ~ 76%. #BD9CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 238 = 583 (100%)
R 189 of 583 ~ 32.42%
G 156 of 583 ~ 26.76%
B 238 of 583 ~ 40.82%

%32.42
%26.76
%40.82

CMYK color model

#BD9CEE color CMYK value is (21,34,0,7).

  • cyan value is 20.59%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,34,0,7)
C21M34Y0K7 
(21%,34%,0%,7%)
(0.21/0.34/0.00/0.07)	

CMYK percentages

%20.59
%34.45
%0
%6.67

Codes

Color #BD9CEE in popluar color models

BD9CEE
RGB189156238
HSL264°70.69%77.25%
HSB/HSV264°34.45%93.33%
CMYK20.59%34.45%0.00%
6.67%

Color #BD9CEE in popluar number systems.

HEXBD9CEE
Decimal189156238
Binary101111011001110011101110
Octal275234356

Shades and tints

Shades of #BD9CEE

#BD9CEE
(189,156,238)
#AC8ED9
(172,142,217)
#9B80C4
(155,128,196)
#8A72AF
(138,114,175)
#79649A
(121,100,154)
#685685
(104,86,133)
#574870
(87,72,112)
#463A5B
(70,58,91)
#352C46
(53,44,70)
#241E31
(36,30,49)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #BD9CEE

#BD9CEE
(189,156,238)
#C3A5EF
(195,165,239)
#C9AEF0
(201,174,240)
#CFB7F1
(207,183,241)
#D5C0F2
(213,192,242)
#DBC9F3
(219,201,243)
#E1D2F4
(225,210,244)
#E7DBF5
(231,219,245)
#EDE4F6
(237,228,246)
#F3EDF7
(243,237,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9CEE color. Also use rgb(189,156,238) instead hex code.

Text Font Color

.myTextColor { color: #BD9CEE; }

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

This text font color is #BD9CEE.


Background Color

.myBgColor { background-color: #BD9CEE; }

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

This div background color is #BD9CEE.


Border color

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

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

This div border color is #BD9CEE.


Opacity

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

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

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

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

This text has shadow with #BD9CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CEE on black background.


Color preview on white background

This text has color #BD9CEE on white background.



Black color preview on #BD9CEE background

This text has black color on #BD9CEE background.


White color preview on #BD9CEE background

This text has white color on #BD9CEE background.