COLOR #BE9ED0

HEX: #BE9ED0
RGB: (190,158,208)

Color info

#BE9ED0 contains red, green and blue colors in about the same proportion. Web safe color of #BE9ED0 is #CC99CC (or #C9C).

RGB color model

#BE9ED0 color RGB value is (190,158,208).

  • red value is 190;
  • green value is 158;
  • blue value is 208.
RGB:
(190,158,208)
(75%,62%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 208 of 255 = 82%

190
158
208

R + G + B ~ 73%. #BE9ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 158 + 208 = 556 (100%)
R 190 of 556 ~ 34.17%
G 158 of 556 ~ 28.42%
B 208 of 556 ~ 37.41%

%34.17
%28.42
%37.41

CMYK color model

#BE9ED0 color CMYK value is (9,24,0,18).

  • cyan value is 8.65%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,24,0,18)
C9M24Y0K18 
(9%,24%,0%,18%)
(0.09/0.24/0.00/0.18)	

CMYK percentages

%8.65
%24.04
%0
%18.43

Codes

Color #BE9ED0 in popluar color models

BE9ED0
RGB190158208
HSL278°34.72%71.76%
HSB/HSV278°24.04%81.57%
CMYK8.65%24.04%0.00%
18.43%

Color #BE9ED0 in popluar number systems.

HEXBE9ED0
Decimal190158208
Binary101111101001111011010000
Octal276236320

Shades and tints

Shades of #BE9ED0

#BE9ED0
(190,158,208)
#AD90BE
(173,144,190)
#9C82AC
(156,130,172)
#8B749A
(139,116,154)
#7A6688
(122,102,136)
#695876
(105,88,118)
#584A64
(88,74,100)
#473C52
(71,60,82)
#362E40
(54,46,64)
#25202E
(37,32,46)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #BE9ED0

#BE9ED0
(190,158,208)
#C3A6D4
(195,166,212)
#C8AED8
(200,174,216)
#CDB6DC
(205,182,220)
#D2BEE0
(210,190,224)
#D7C6E4
(215,198,228)
#DCCEE8
(220,206,232)
#E1D6EC
(225,214,236)
#E6DEF0
(230,222,240)
#EBE6F4
(235,230,244)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9ED0 color. Also use rgb(190,158,208) instead hex code.

Text Font Color

.myTextColor { color: #BE9ED0; }

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

This text font color is #BE9ED0.


Background Color

.myBgColor { background-color: #BE9ED0; }

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

This div background color is #BE9ED0.


Border color

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

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

This div border color is #BE9ED0.


Opacity

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

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

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

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

This text has shadow with #BE9ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9ED0 on black background.


Color preview on white background

This text has color #BE9ED0 on white background.



Black color preview on #BE9ED0 background

This text has black color on #BE9ED0 background.


White color preview on #BE9ED0 background

This text has white color on #BE9ED0 background.