COLOR #BE9DE5

HEX: #BE9DE5 RGB: (190,157,229)

Color info

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

RGB color model

#BE9DE5 color RGB value is (190,157,229).

RGB: (190,157,229) (75%, 62%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 229 of 255 = 90%

190
157
229

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

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 229 = 576 (100%)
R 190 of 576 ~ 32.99%
G 157 of 576 ~ 27.26%
B 229 of 576 ~ 39.76'%

%32.99
%27.26
%39.76

CMYK color model

#BE9DE5 color CMYK value is (17,31,0,10).

  • cyan value is 17.03%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (17,31,0,10)
C17M31Y0K10 (17%, 31%, 0%, 10%)
(0.17 / 0.31 / 0.00 / 0.10)

CMYK percentages

%17.03
%31.44
%0
%10.2

Codes

Color #BE9DE5 in popluar color models

BE 9D E5
RGB 190 157 229
HSL 268° 58.06% 75.69%
HSB/HSV 268° 31.44% 89.80%
CMYK 17.03% 31.44% 0.00%
10.20%

Color #BE9DE5 in popluar number systems.

HEX BE 9D E5
Decimal 190 157 229
Binary 10111110 10011101 11100101
Octal 276 235 345

Shades and tints

Shades of #BE9DE5

#BE9DE5
(190,157,229)
#AD8FD1
(173,143,209)
#9C81BD
(156,129,189)
#8B73A9
(139,115,169)
#7A6595
(122,101,149)
#695781
(105,87,129)
#58496D
(88,73,109)
#473B59
(71,59,89)
#362D45
(54,45,69)
#251F31
(37,31,49)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #BE9DE5

#BE9DE5
(190,157,229)
#C3A5E7
(195,165,231)
#C8ADE9
(200,173,233)
#CDB5EB
(205,181,235)
#D2BDED
(210,189,237)
#D7C5EF
(215,197,239)
#DCCDF1
(220,205,241)
#E1D5F3
(225,213,243)
#E6DDF5
(230,221,245)
#EBE5F7
(235,229,247)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9DE5 color. Also use rgb(190,157,229) instead hex code.

Text Font Color

.myTextColor { color: #BE9DE5; }

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

This text font color is #BE9DE5.

Background Color

.myBgColor { background-color: #BE9DE5; }

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

This div background color is #BE9DE5.

Border color

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

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

This div border color is #BE9DE5.

Opacity

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

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

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

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

This text has shadow with #BE9DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9DE5.

Preview

Color preview on black background

This text has color #BE9DE5 on black background.


Color preview on white background

This text has color #BE9DE5 on white background.


Black color preview on #BE9DE5 background

This text has black color on #BE9DE5 background.


White color preview on #BE9DE5 background

This text has white color on #BE9DE5 background.


Related colors

Complementary color

Complementary color for #hex is #41621A.


I love getcolorcode.com

Triadic colors

1 #E5BE9D and #9DE5BE with #BE9DE5 are triadic colors.

2 #E59DBE and #9DBEE5 with #BE9DE5 are triadic colors.