COLOR #BEA1EA

HEX: #BEA1EA RGB: (190,161,234)

Color info

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

RGB color model

#BEA1EA color RGB value is (190,161,234).

RGB: (190,161,234) (75%, 63%, 92%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 234 of 255 = 92%

190
161
234

R + G + B ~ 77%. #BEA1EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 234 = 585 (100%)
R 190 of 585 ~ 32.48%
G 161 of 585 ~ 27.52%
B 234 of 585 ~ 40'%

%32.48
%27.52
%40

CMYK color model

#BEA1EA color CMYK value is (19,31,0,8).

  • cyan value is 18.80%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,31,0,8)
C19M31Y0K8 (19%, 31%, 0%, 8%)
(0.19 / 0.31 / 0.00 / 0.08)

CMYK percentages

%18.8
%31.2
%0
%8.24

Codes

Color #BEA1EA in popluar color models

BE A1 EA
RGB 190 161 234
HSL 264° 63.48% 77.45%
HSB/HSV 264° 31.20% 91.76%
CMYK 18.80% 31.20% 0.00%
8.24%

Color #BEA1EA in popluar number systems.

HEX BE A1 EA
Decimal 190 161 234
Binary 10111110 10100001 11101010
Octal 276 241 352

Shades and tints

Shades of #BEA1EA

#BEA1EA
(190,161,234)
#AD93D5
(173,147,213)
#9C85C0
(156,133,192)
#8B77AB
(139,119,171)
#7A6996
(122,105,150)
#695B81
(105,91,129)
#584D6C
(88,77,108)
#473F57
(71,63,87)
#363142
(54,49,66)
#25232D
(37,35,45)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEA1EA

#BEA1EA
(190,161,234)
#C3A9EB
(195,169,235)
#C8B1EC
(200,177,236)
#CDB9ED
(205,185,237)
#D2C1EE
(210,193,238)
#D7C9EF
(215,201,239)
#DCD1F0
(220,209,240)
#E1D9F1
(225,217,241)
#E6E1F2
(230,225,242)
#EBE9F3
(235,233,243)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA1EA; }

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

This text font color is #BEA1EA.

Background Color

.myBgColor { background-color: #BEA1EA; }

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

This div background color is #BEA1EA.

Border color

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

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

This div border color is #BEA1EA.

Opacity

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

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

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

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

This text has shadow with #BEA1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA1EA.

Preview

Color preview on black background

This text has color #BEA1EA on black background.


Color preview on white background

This text has color #BEA1EA on white background.


Black color preview on #BEA1EA background

This text has black color on #BEA1EA background.


White color preview on #BEA1EA background

This text has white color on #BEA1EA background.


Related colors

Complementary color

Complementary color for #hex is #415E15.


I love getcolorcode.com

Triadic colors

1 #EABEA1 and #A1EABE with #BEA1EA are triadic colors.

2 #EAA1BE and #A1BEEA with #BEA1EA are triadic colors.