COLOR #BD9EE3

HEX: #BD9EE3 RGB: (189,158,227)

Color info

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

RGB color model

#BD9EE3 color RGB value is (189,158,227).

RGB: (189,158,227) (74%, 62%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 227 of 255 = 89%

189
158
227

R + G + B ~ 75%. #BD9EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 158 + 227 = 574 (100%)
R 189 of 574 ~ 32.93%
G 158 of 574 ~ 27.53%
B 227 of 574 ~ 39.55'%

%32.93
%27.53
%39.55

CMYK color model

#BD9EE3 color CMYK value is (17,30,0,11).

  • cyan value is 16.74%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (17,30,0,11)
C17M30Y0K11 (17%, 30%, 0%, 11%)
(0.17 / 0.30 / 0.00 / 0.11)

CMYK percentages

%16.74
%30.4
%0
%10.98

Codes

Color #BD9EE3 in popluar color models

BD 9E E3
RGB 189 158 227
HSL 267° 55.20% 75.49%
HSB/HSV 267° 30.40% 89.02%
CMYK 16.74% 30.40% 0.00%
10.98%

Color #BD9EE3 in popluar number systems.

HEX BD 9E E3
Decimal 189 158 227
Binary 10111101 10011110 11100011
Octal 275 236 343

Shades and tints

Shades of #BD9EE3

#BD9EE3
(189,158,227)
#AC90CF
(172,144,207)
#9B82BB
(155,130,187)
#8A74A7
(138,116,167)
#796693
(121,102,147)
#68587F
(104,88,127)
#574A6B
(87,74,107)
#463C57
(70,60,87)
#352E43
(53,46,67)
#24202F
(36,32,47)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #BD9EE3

#BD9EE3
(189,158,227)
#C3A6E5
(195,166,229)
#C9AEE7
(201,174,231)
#CFB6E9
(207,182,233)
#D5BEEB
(213,190,235)
#DBC6ED
(219,198,237)
#E1CEEF
(225,206,239)
#E7D6F1
(231,214,241)
#EDDEF3
(237,222,243)
#F3E6F5
(243,230,245)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9EE3 color. Also use rgb(189,158,227) instead hex code.

Text Font Color

.myTextColor { color: #BD9EE3; }

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

This text font color is #BD9EE3.

Background Color

.myBgColor { background-color: #BD9EE3; }

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

This div background color is #BD9EE3.

Border color

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

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

This div border color is #BD9EE3.

Opacity

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

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

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

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

This text has shadow with #BD9EE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9EE3.

Preview

Color preview on black background

This text has color #BD9EE3 on black background.


Color preview on white background

This text has color #BD9EE3 on white background.


Black color preview on #BD9EE3 background

This text has black color on #BD9EE3 background.


White color preview on #BD9EE3 background

This text has white color on #BD9EE3 background.


Related colors

Complementary color

Complementary color for #hex is #42611C.


I love getcolorcode.com

Triadic colors

1 #E3BD9E and #9EE3BD with #BD9EE3 are triadic colors.

2 #E39EBD and #9EBDE3 with #BD9EE3 are triadic colors.