HEX: #BEA1EA
RGB: (190,161,234)
#BEA1EA contains mainly red and blue colors. Web safe color of #BEA1EA is #CC99FF (or #C9F).
#BEA1EA color RGB value is (190,161,234).
RGB: (190,161,234)
(75%, 63%, 92%)
R 190 of 255 = 75%
G 161 of 255 = 63%
B 234 of 255 = 92%
R + G + B ~ 77%. #BEA1EA is quite light color.
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'%
#BEA1EA color CMYK value is (19,31,0,8).
CMYK: (19,31,0,8)
C19M31Y0K8 (19%, 31%, 0%, 8%)
(0.19 / 0.31 / 0.00 / 0.08)
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 of #BEA1EA
Tints of #BEA1EA
Examples of css and html codes for elements with #BEA1EA color. Also use rgb(190,161,234) instead hex code.
.myTextColor { color: #BEA1EA; }
<p style="color:#BEA1EA">This sample text font color is #BEA1EA.</p>
This text font color is #BEA1EA.
.myBgColor { background-color: #BEA1EA; }
<div style="background-color:#BEA1EA">Inner text</div>
This div background color is #BEA1EA.
.myBorderColor { border: 1px solid #BEA1EA; }
<div style="border:3px solid #BEA1EA">Div</div>
This div border color is #BEA1EA.
.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%.
.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.
/* 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 text has color #BEA1EA on black background.
This text has color #BEA1EA on white background.
This text has black color on #BEA1EA background.
This text has white color on #BEA1EA background.
Complementary color for #hex is #415E15.