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