COLOR #BD9FE9

HEX: #BD9FE9 RGB: (189,159,233)

Color info

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

RGB color model

#BD9FE9 color RGB value is (189,159,233).

RGB: (189,159,233) (74%, 62%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 233 of 255 = 91%

189
159
233

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

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 233 = 581 (100%)
R 189 of 581 ~ 32.53%
G 159 of 581 ~ 27.37%
B 233 of 581 ~ 40.1'%

%32.53
%27.37
%40.1

CMYK color model

#BD9FE9 color CMYK value is (19,32,0,9).

  • cyan value is 18.88%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,32,0,9)
C19M32Y0K9 (19%, 32%, 0%, 9%)
(0.19 / 0.32 / 0.00 / 0.09)

CMYK percentages

%18.88
%31.76
%0
%8.63

Codes

Color #BD9FE9 in popluar color models

BD 9F E9
RGB 189 159 233
HSL 264° 62.71% 76.86%
HSB/HSV 264° 31.76% 91.37%
CMYK 18.88% 31.76% 0.00%
8.63%

Color #BD9FE9 in popluar number systems.

HEX BD 9F E9
Decimal 189 159 233
Binary 10111101 10011111 11101001
Octal 275 237 351

Shades and tints

Shades of #BD9FE9

#BD9FE9
(189,159,233)
#AC91D4
(172,145,212)
#9B83BF
(155,131,191)
#8A75AA
(138,117,170)
#796795
(121,103,149)
#685980
(104,89,128)
#574B6B
(87,75,107)
#463D56
(70,61,86)
#352F41
(53,47,65)
#24212C
(36,33,44)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BD9FE9

#BD9FE9
(189,159,233)
#C3A7EB
(195,167,235)
#C9AFED
(201,175,237)
#CFB7EF
(207,183,239)
#D5BFF1
(213,191,241)
#DBC7F3
(219,199,243)
#E1CFF5
(225,207,245)
#E7D7F7
(231,215,247)
#EDDFF9
(237,223,249)
#F3E7FB
(243,231,251)
#F9EFFD
(249,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9FE9 color. Also use rgb(189,159,233) instead hex code.

Text Font Color

.myTextColor { color: #BD9FE9; }

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

This text font color is #BD9FE9.

Background Color

.myBgColor { background-color: #BD9FE9; }

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

This div background color is #BD9FE9.

Border color

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

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

This div border color is #BD9FE9.

Opacity

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

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

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

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

This text has shadow with #BD9FE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9FE9.

Preview

Color preview on black background

This text has color #BD9FE9 on black background.


Color preview on white background

This text has color #BD9FE9 on white background.


Black color preview on #BD9FE9 background

This text has black color on #BD9FE9 background.


White color preview on #BD9FE9 background

This text has white color on #BD9FE9 background.


Related colors

Complementary color

Complementary color for #hex is #426016.


I love getcolorcode.com

Triadic colors

1 #E9BD9F and #9FE9BD with #BD9FE9 are triadic colors.

2 #E99FBD and #9FBDE9 with #BD9FE9 are triadic colors.