HEX: #BEA3ED
RGB: (190,163,237)
#BEA3ED contains mainly red and blue colors. Web safe color of #BEA3ED is #CC99FF (or #C9F).
#BEA3ED color RGB value is (190,163,237).
RGB: (190,163,237)
(75%, 64%, 93%)
R 190 of 255 = 75%
G 163 of 255 = 64%
B 237 of 255 = 93%
R + G + B ~ 77%. #BEA3ED is quite light color.
R + G + B = 190 + 163 + 237 = 590 (100%)
R 190 of 590 ~ 32.2%
G 163 of 590 ~ 27.63%
B 237 of 590 ~ 40.17'%
#BEA3ED color CMYK value is (20,31,0,7).
CMYK: (20,31,0,7)
C20M31Y0K7 (20%, 31%, 0%, 7%)
(0.20 / 0.31 / 0.00 / 0.07)
Color #BEA3ED in popluar color models
BE | A3 | ED | |
---|---|---|---|
RGB | 190 | 163 | 237 |
HSL | 262° | 67.27% | 78.43% |
HSB/HSV | 262° | 31.22% | 92.94% |
CMYK | 19.83% | 31.22% | 0.00% |
7.06% |
Color #BEA3ED in popluar number systems.
HEX | BE | A3 | ED |
Decimal | 190 | 163 | 237 |
Binary | 10111110 | 10100011 | 11101101 |
Octal | 276 | 243 | 355 |
Shades of #BEA3ED
Tints of #BEA3ED
Examples of css and html codes for elements with #BEA3ED color. Also use rgb(190,163,237) instead hex code.
.myTextColor { color: #BEA3ED; }
<p style="color:#BEA3ED">This sample text font color is #BEA3ED.</p>
This text font color is #BEA3ED.
.myBgColor { background-color: #BEA3ED; }
<div style="background-color:#BEA3ED">Inner text</div>
This div background color is #BEA3ED.
.myBorderColor { border: 1px solid #BEA3ED; }
<div style="border:3px solid #BEA3ED">Div</div>
This div border color is #BEA3ED.
.myOpacity80 { color: #BEA3ED; opacity: 0.8; }
<p style="color:#BEA3ED;opacity:0.8;">80%</p>
Text with #BEA3ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA3ED;}
<p style="text-shadow: 3px 3px 1px #BEA3ED">Text here.</p>
This text has shadow with #BEA3ED color.
.textShadow {text-shadow: 3px 3px 1px #BEA3ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA3ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA3ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA3ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA3ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA3ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA3ED;
-webkit-box-shadow: 1px 1px 3px 2px #BEA3ED;
box-shadow: 1px 1px 3px 2px #BEA3ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA3ED; -webkit-box-shadow: 1px 1px 3px 2px #BEA3ED; box-shadow:1px 1px 3px 2px #BEA3ED;">
Div content here
</div>
This text has color #BEA3ED on black background.
This text has color #BEA3ED on white background.
This text has black color on #BEA3ED background.
This text has white color on #BEA3ED background.
Complementary color for #hex is #415C12.