COLOR #BD9FED

HEX: #BD9FED
RGB: (189,159,237)

Color info

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

RGB color model

#BD9FED color RGB value is (189,159,237).

  • red value is 189;
  • green value is 159;
  • blue value is 237.
RGB:
(189,159,237)
(74%,62%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 237 of 255 = 93%

189
159
237

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 237 = 585 (100%)
R 189 of 585 ~ 32.31%
G 159 of 585 ~ 27.18%
B 237 of 585 ~ 40.51%

%32.31
%27.18
%40.51

CMYK color model

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

  • cyan value is 20.25%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,33,0,7)
C20M33Y0K7 
(20%,33%,0%,7%)
(0.20/0.33/0.00/0.07)	

CMYK percentages

%20.25
%32.91
%0
%7.06

Codes

Color #BD9FED in popluar color models

BD9FED
RGB189159237
HSL263°68.42%77.65%
HSB/HSV263°32.91%92.94%
CMYK20.25%32.91%0.00%
7.06%

Color #BD9FED in popluar number systems.

HEXBD9FED
Decimal189159237
Binary101111011001111111101101
Octal275237355

Shades and tints

Shades of #BD9FED

#BD9FED
(189,159,237)
#AC91D8
(172,145,216)
#9B83C3
(155,131,195)
#8A75AE
(138,117,174)
#796799
(121,103,153)
#685984
(104,89,132)
#574B6F
(87,75,111)
#463D5A
(70,61,90)
#352F45
(53,47,69)
#242130
(36,33,48)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BD9FED

#BD9FED
(189,159,237)
#C3A7EE
(195,167,238)
#C9AFEF
(201,175,239)
#CFB7F0
(207,183,240)
#D5BFF1
(213,191,241)
#DBC7F2
(219,199,242)
#E1CFF3
(225,207,243)
#E7D7F4
(231,215,244)
#EDDFF5
(237,223,245)
#F3E7F6
(243,231,246)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9FED; }

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

This text font color is #BD9FED.


Background Color

.myBgColor { background-color: #BD9FED; }

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

This div background color is #BD9FED.


Border color

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

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

This div border color is #BD9FED.


Opacity

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

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

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

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

This text has shadow with #BD9FED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9FED on black background.


Color preview on white background

This text has color #BD9FED on white background.



Black color preview on #BD9FED background

This text has black color on #BD9FED background.


White color preview on #BD9FED background

This text has white color on #BD9FED background.