COLOR #BEA0E4

HEX: #BEA0E4
RGB: (190,160,228)

Color info

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

RGB color model

#BEA0E4 color RGB value is (190,160,228).

  • red value is 190;
  • green value is 160;
  • blue value is 228.
RGB:
(190,160,228)
(75%,63%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 228 of 255 = 89%

190
160
228

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

Portions of RGB colors in percentages

R + G + B =
190 + 160 + 228 = 578 (100%)
R 190 of 578 ~ 32.87%
G 160 of 578 ~ 27.68%
B 228 of 578 ~ 39.45%

%32.87
%27.68
%39.45

CMYK color model

#BEA0E4 color CMYK value is (17,30,0,11).

  • cyan value is 16.67%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,30,0,11)
C17M30Y0K11 
(17%,30%,0%,11%)
(0.17/0.30/0.00/0.11)	

CMYK percentages

%16.67
%29.82
%0
%10.59

Codes

Color #BEA0E4 in popluar color models

BEA0E4
RGB190160228
HSL266°55.74%76.08%
HSB/HSV266°29.82%89.41%
CMYK16.67%29.82%0.00%
10.59%

Color #BEA0E4 in popluar number systems.

HEXBEA0E4
Decimal190160228
Binary101111101010000011100100
Octal276240344

Shades and tints

Shades of #BEA0E4

#BEA0E4
(190,160,228)
#AD92D0
(173,146,208)
#9C84BC
(156,132,188)
#8B76A8
(139,118,168)
#7A6894
(122,104,148)
#695A80
(105,90,128)
#584C6C
(88,76,108)
#473E58
(71,62,88)
#363044
(54,48,68)
#252230
(37,34,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #BEA0E4

#BEA0E4
(190,160,228)
#C3A8E6
(195,168,230)
#C8B0E8
(200,176,232)
#CDB8EA
(205,184,234)
#D2C0EC
(210,192,236)
#D7C8EE
(215,200,238)
#DCD0F0
(220,208,240)
#E1D8F2
(225,216,242)
#E6E0F4
(230,224,244)
#EBE8F6
(235,232,246)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA0E4 color. Also use rgb(190,160,228) instead hex code.

Text Font Color

.myTextColor { color: #BEA0E4; }

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

This text font color is #BEA0E4.


Background Color

.myBgColor { background-color: #BEA0E4; }

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

This div background color is #BEA0E4.


Border color

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

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

This div border color is #BEA0E4.


Opacity

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

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

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

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

This text has shadow with #BEA0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0E4 on black background.


Color preview on white background

This text has color #BEA0E4 on white background.



Black color preview on #BEA0E4 background

This text has black color on #BEA0E4 background.


White color preview on #BEA0E4 background

This text has white color on #BEA0E4 background.