COLOR #BD9CE5

HEX: #BD9CE5 RGB: (189,156,229)

Color info

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

RGB color model

#BD9CE5 color RGB value is (189,156,229).

RGB: (189,156,229) (74%, 61%, 90%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 229 of 255 = 90%

189
156
229

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

Portions of RGB colors in percentages

R + G + B = 189 + 156 + 229 = 574 (100%)
R 189 of 574 ~ 32.93%
G 156 of 574 ~ 27.18%
B 229 of 574 ~ 39.9'%

%32.93
%27.18
%39.9

CMYK color model

#BD9CE5 color CMYK value is (17,32,0,10).

  • cyan value is 17.47%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (17,32,0,10) C17M32Y0K10 (17%,32%,0%,10%) (0.17/0.32/0.00/0.10) 

CMYK percentages

%17.47
%31.88
%0
%10.2

Codes

Color #BD9CE5 in popluar color models

BD 9C E5
RGB 189 156 229
HSL 267° 58.40% 75.49%
HSB/HSV 267° 31.88% 89.80%
CMYK 17.47% 31.88% 0.00%
10.20%

Color #BD9CE5 in popluar number systems.

HEX BD 9C E5
Decimal 189 156 229
Binary 10111101 10011100 11100101
Octal 275 234 345

Shades and tints

Shades of #BD9CE5

#BD9CE5
(189,156,229)
#AC8ED1
(172,142,209)
#9B80BD
(155,128,189)
#8A72A9
(138,114,169)
#796495
(121,100,149)
#685681
(104,86,129)
#57486D
(87,72,109)
#463A59
(70,58,89)
#352C45
(53,44,69)
#241E31
(36,30,49)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #BD9CE5

#BD9CE5
(189,156,229)
#C3A5E7
(195,165,231)
#C9AEE9
(201,174,233)
#CFB7EB
(207,183,235)
#D5C0ED
(213,192,237)
#DBC9EF
(219,201,239)
#E1D2F1
(225,210,241)
#E7DBF3
(231,219,243)
#EDE4F5
(237,228,245)
#F3EDF7
(243,237,247)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9CE5; }

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

This text font color is #BD9CE5.

Background Color

.myBgColor { background-color: #BD9CE5; }

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

This div background color is #BD9CE5.

Border color

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

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

This div border color is #BD9CE5.

Opacity

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

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

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

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

This text has shadow with #BD9CE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9CE5.

Preview

Color preview on black background

This text has color #BD9CE5 on black background.


Color preview on white background

This text has color #BD9CE5 on white background.


Black color preview on #BD9CE5 background

This text has black color on #BD9CE5 background.


White color preview on #BD9CE5 background

This text has white color on #BD9CE5 background.


Related colors

Complementary color

Complementary color for #hex is #42631A.


I love getcolorcode.com

Triadic colors

1 #E5BD9C and #9CE5BD with #BD9CE5 are triadic colors.

2 #E59CBD and #9CBDE5 with #BD9CE5 are triadic colors.