COLOR #BE9DEA

HEX: #BE9DEA RGB: (190,157,234)

Color info

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

RGB color model

#BE9DEA color RGB value is (190,157,234).

RGB: (190,157,234) (75%, 62%, 92%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 234 of 255 = 92%

190
157
234

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

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 234 = 581 (100%)
R 190 of 581 ~ 32.7%
G 157 of 581 ~ 27.02%
B 234 of 581 ~ 40.28'%

%32.7
%27.02
%40.28

CMYK color model

#BE9DEA color CMYK value is (19,33,0,8).

  • cyan value is 18.80%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (19,33,0,8) C19M33Y0K8 (19%,33%,0%,8%) (0.19/0.33/0.00/0.08) 

CMYK percentages

%18.8
%32.91
%0
%8.24

Codes

Color #BE9DEA in popluar color models

BE 9D EA
RGB 190 157 234
HSL 266° 64.71% 76.67%
HSB/HSV 266° 32.91% 91.76%
CMYK 18.80% 32.91% 0.00%
8.24%

Color #BE9DEA in popluar number systems.

HEX BE 9D EA
Decimal 190 157 234
Binary 10111110 10011101 11101010
Octal 276 235 352

Shades and tints

Shades of #BE9DEA

#BE9DEA
(190,157,234)
#AD8FD5
(173,143,213)
#9C81C0
(156,129,192)
#8B73AB
(139,115,171)
#7A6596
(122,101,150)
#695781
(105,87,129)
#58496C
(88,73,108)
#473B57
(71,59,87)
#362D42
(54,45,66)
#251F2D
(37,31,45)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BE9DEA

#BE9DEA
(190,157,234)
#C3A5EB
(195,165,235)
#C8ADEC
(200,173,236)
#CDB5ED
(205,181,237)
#D2BDEE
(210,189,238)
#D7C5EF
(215,197,239)
#DCCDF0
(220,205,240)
#E1D5F1
(225,213,241)
#E6DDF2
(230,221,242)
#EBE5F3
(235,229,243)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9DEA; }

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

This text font color is #BE9DEA.

Background Color

.myBgColor { background-color: #BE9DEA; }

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

This div background color is #BE9DEA.

Border color

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

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

This div border color is #BE9DEA.

Opacity

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

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

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

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

This text has shadow with #BE9DEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9DEA.

Preview

Color preview on black background

This text has color #BE9DEA on black background.


Color preview on white background

This text has color #BE9DEA on white background.


Black color preview on #BE9DEA background

This text has black color on #BE9DEA background.


White color preview on #BE9DEA background

This text has white color on #BE9DEA background.


Related colors

Complementary color

Complementary color for #hex is #416215.


I love getcolorcode.com

Triadic colors

1 #EABE9D and #9DEABE with #BE9DEA are triadic colors.

2 #EA9DBE and #9DBEEA with #BE9DEA are triadic colors.