HEX: #BEAAEE
RGB: (190,170,238)
#BEAAEE contains mainly red and blue colors. Web safe color of #BEAAEE is #CC99FF (or #C9F).
#BEAAEE color RGB value is (190,170,238).
RGB: (190,170,238)
(75%, 67%, 93%)
R 190 of 255 = 75%
G 170 of 255 = 67%
B 238 of 255 = 93%
R + G + B ~ 78%. #BEAAEE is quite light color.
R + G + B = 190 + 170 + 238 = 598 (100%)
R 190 of 598 ~ 31.77%
G 170 of 598 ~ 28.43%
B 238 of 598 ~ 39.8'%
#BEAAEE color CMYK value is (20,29,0,7).
CMYK: (20,29,0,7)
C20M29Y0K7 (20%, 29%, 0%, 7%)
(0.20 / 0.29 / 0.00 / 0.07)
Color #BEAAEE in popluar color models
BE | AA | EE | |
---|---|---|---|
RGB | 190 | 170 | 238 |
HSL | 258° | 66.67% | 80.00% |
HSB/HSV | 258° | 28.57% | 93.33% |
CMYK | 20.17% | 28.57% | 0.00% |
6.67% |
Color #BEAAEE in popluar number systems.
HEX | BE | AA | EE |
Decimal | 190 | 170 | 238 |
Binary | 10111110 | 10101010 | 11101110 |
Octal | 276 | 252 | 356 |
Shades of #BEAAEE
Tints of #BEAAEE
Examples of css and html codes for elements with #BEAAEE color. Also use rgb(190,170,238) instead hex code.
.myTextColor { color: #BEAAEE; }
<p style="color:#BEAAEE">This sample text font color is #BEAAEE.</p>
This text font color is #BEAAEE.
.myBgColor { background-color: #BEAAEE; }
<div style="background-color:#BEAAEE">Inner text</div>
This div background color is #BEAAEE.
.myBorderColor { border: 1px solid #BEAAEE; }
<div style="border:3px solid #BEAAEE">Div</div>
This div border color is #BEAAEE.
.myOpacity80 { color: #BEAAEE; opacity: 0.8; }
<p style="color:#BEAAEE;opacity:0.8;">80%</p>
Text with #BEAAEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAAEE;}
<p style="text-shadow: 3px 3px 1px #BEAAEE">Text here.</p>
This text has shadow with #BEAAEE color.
.textShadow {text-shadow: 3px 3px 1px #BEAAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAAEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAAEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAAEE;
-webkit-box-shadow: 1px 1px 3px 2px #BEAAEE;
box-shadow: 1px 1px 3px 2px #BEAAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAAEE; -webkit-box-shadow: 1px 1px 3px 2px #BEAAEE; box-shadow:1px 1px 3px 2px #BEAAEE;">
Div content here
</div>
This text has color #BEAAEE on black background.
This text has color #BEAAEE on white background.
This text has black color on #BEAAEE background.
This text has white color on #BEAAEE background.
Complementary color for #hex is #415511.