HEX: #BEAAE9
RGB: (190,170,233)
#BEAAE9 contains mainly red and blue colors. Web safe color of #BEAAE9 is #CC99FF (or #C9F).
#BEAAE9 color RGB value is (190,170,233).
RGB: (190,170,233)
(75%, 67%, 91%)
R 190 of 255 = 75%
G 170 of 255 = 67%
B 233 of 255 = 91%
R + G + B ~ 78%. #BEAAE9 is quite light color.
R + G + B = 190 + 170 + 233 = 593 (100%)
R 190 of 593 ~ 32.04%
G 170 of 593 ~ 28.67%
B 233 of 593 ~ 39.29'%
#BEAAE9 color CMYK value is (18,27,0,9).
CMYK: (18,27,0,9) C18M27Y0K9 (18%,27%,0%,9%) (0.18/0.27/0.00/0.09)
Color #BEAAE9 in popluar color models
BE | AA | E9 | |
---|---|---|---|
RGB | 190 | 170 | 233 |
HSL | 259° | 58.88% | 79.02% |
HSB/HSV | 259° | 27.04% | 91.37% |
CMYK | 18.45% | 27.04% | 0.00% |
8.63% |
Color #BEAAE9 in popluar number systems.
HEX | BE | AA | E9 |
Decimal | 190 | 170 | 233 |
Binary | 10111110 | 10101010 | 11101001 |
Octal | 276 | 252 | 351 |
Shades of #BEAAE9
Tints of #BEAAE9
Examples of css and html codes for elements with #BEAAE9 color. Also use rgb(190,170,233) instead hex code.
.myTextColor { color: #BEAAE9; }
<p style="color:#BEAAE9">This sample text font color is #BEAAE9.</p>
This text font color is #BEAAE9.
.myBgColor { background-color: #BEAAE9; }
<div style="background-color:#BEAAE9">Inner text</div>
This div background color is #BEAAE9.
.myBorderColor { border: 1px solid #BEAAE9; }
<div style="border:3px solid #BEAAE9">Div</div>
This div border color is #BEAAE9.
.myOpacity80 { color: #BEAAE9; opacity: 0.8; }
<p style="color:#BEAAE9;opacity:0.8;">80%</p>
Text with #BEAAE9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAAE9;}
<p style="text-shadow: 3px 3px 1px #BEAAE9">Text here.</p>
This text has shadow with #BEAAE9 color.
.textShadow {text-shadow: 3px 3px 1px #BEAAE9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAAE9, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAAE9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAAE9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAAE9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAAE9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAAE9;
-webkit-box-shadow: 1px 1px 3px 2px #BEAAE9;
box-shadow: 1px 1px 3px 2px #BEAAE9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAAE9; -webkit-box-shadow: 1px 1px 3px 2px #BEAAE9; box-shadow:1px 1px 3px 2px #BEAAE9;">
Div content here
</div>
This text has color #BEAAE9 on black background.
This text has color #BEAAE9 on white background.
This text has black color on #BEAAE9 background.
This text has white color on #BEAAE9 background.
Complementary color for #hex is #415516.