COLOR #BEA2E5

HEX: #BEA2E5 RGB: (190,162,229)

Color info

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

RGB color model

#BEA2E5 color RGB value is (190,162,229).

RGB: (190,162,229) (75%, 64%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 229 of 255 = 90%

190
162
229

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 229 = 581 (100%)
R 190 of 581 ~ 32.7%
G 162 of 581 ~ 27.88%
B 229 of 581 ~ 39.41'%

%32.7
%27.88
%39.41

CMYK color model

#BEA2E5 color CMYK value is (17,29,0,10).

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

CMYK: (17,29,0,10)
C17M29Y0K10 (17%, 29%, 0%, 10%)
(0.17 / 0.29 / 0.00 / 0.10)

CMYK percentages

%17.03
%29.26
%0
%10.2

Codes

Color #BEA2E5 in popluar color models

BE A2 E5
RGB 190 162 229
HSL 265° 56.30% 76.67%
HSB/HSV 265° 29.26% 89.80%
CMYK 17.03% 29.26% 0.00%
10.20%

Color #BEA2E5 in popluar number systems.

HEX BE A2 E5
Decimal 190 162 229
Binary 10111110 10100010 11100101
Octal 276 242 345

Shades and tints

Shades of #BEA2E5

#BEA2E5
(190,162,229)
#AD94D1
(173,148,209)
#9C86BD
(156,134,189)
#8B78A9
(139,120,169)
#7A6A95
(122,106,149)
#695C81
(105,92,129)
#584E6D
(88,78,109)
#474059
(71,64,89)
#363245
(54,50,69)
#252431
(37,36,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BEA2E5

#BEA2E5
(190,162,229)
#C3AAE7
(195,170,231)
#C8B2E9
(200,178,233)
#CDBAEB
(205,186,235)
#D2C2ED
(210,194,237)
#D7CAEF
(215,202,239)
#DCD2F1
(220,210,241)
#E1DAF3
(225,218,243)
#E6E2F5
(230,226,245)
#EBEAF7
(235,234,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2E5; }

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

This text font color is #BEA2E5.

Background Color

.myBgColor { background-color: #BEA2E5; }

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

This div background color is #BEA2E5.

Border color

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

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

This div border color is #BEA2E5.

Opacity

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

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

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

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

This text has shadow with #BEA2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA2E5.

Preview

Color preview on black background

This text has color #BEA2E5 on black background.


Color preview on white background

This text has color #BEA2E5 on white background.


Black color preview on #BEA2E5 background

This text has black color on #BEA2E5 background.


White color preview on #BEA2E5 background

This text has white color on #BEA2E5 background.


Related colors

Complementary color

Complementary color for #hex is #415D1A.


I love getcolorcode.com

Triadic colors

1 #E5BEA2 and #A2E5BE with #BEA2E5 are triadic colors.

2 #E5A2BE and #A2BEE5 with #BEA2E5 are triadic colors.