HEX: #BEAED2
RGB: (190,174,210)
#BEAED2 contains red, green and blue colors in about the same proportion. Web safe color of #BEAED2 is #CC99CC (or #C9C).
#BEAED2 color RGB value is (190,174,210).
RGB: (190,174,210)
(75%, 68%, 82%)
R 190 of 255 = 75%
G 174 of 255 = 68%
B 210 of 255 = 82%
R + G + B ~ 75%. #BEAED2 is quite light color.
R + G + B = 190 + 174 + 210 = 574 (100%)
R 190 of 574 ~ 33.1%
G 174 of 574 ~ 30.31%
B 210 of 574 ~ 36.59'%
#BEAED2 color CMYK value is (10,17,0,18).
CMYK: (10,17,0,18)
C10M17Y0K18 (10%, 17%, 0%, 18%)
(0.10 / 0.17 / 0.00 / 0.18)
Color #BEAED2 in popluar color models
BE | AE | D2 | |
---|---|---|---|
RGB | 190 | 174 | 210 |
HSL | 267° | 28.57% | 75.29% |
HSB/HSV | 267° | 17.14% | 82.35% |
CMYK | 9.52% | 17.14% | 0.00% |
17.65% |
Color #BEAED2 in popluar number systems.
HEX | BE | AE | D2 |
Decimal | 190 | 174 | 210 |
Binary | 10111110 | 10101110 | 11010010 |
Octal | 276 | 256 | 322 |
Shades of #BEAED2
Tints of #BEAED2
Examples of css and html codes for elements with #BEAED2 color. Also use rgb(190,174,210) instead hex code.
.myTextColor { color: #BEAED2; }
<p style="color:#BEAED2">This sample text font color is #BEAED2.</p>
This text font color is #BEAED2.
.myBgColor { background-color: #BEAED2; }
<div style="background-color:#BEAED2">Inner text</div>
This div background color is #BEAED2.
.myBorderColor { border: 1px solid #BEAED2; }
<div style="border:3px solid #BEAED2">Div</div>
This div border color is #BEAED2.
.myOpacity80 { color: #BEAED2; opacity: 0.8; }
<p style="color:#BEAED2;opacity:0.8;">80%</p>
Text with #BEAED2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAED2;}
<p style="text-shadow: 3px 3px 1px #BEAED2">Text here.</p>
This text has shadow with #BEAED2 color.
.textShadow {text-shadow: 3px 3px 1px #BEAED2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAED2, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAED2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAED2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAED2, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAED2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAED2;
-webkit-box-shadow: 1px 1px 3px 2px #BEAED2;
box-shadow: 1px 1px 3px 2px #BEAED2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAED2; -webkit-box-shadow: 1px 1px 3px 2px #BEAED2; box-shadow:1px 1px 3px 2px #BEAED2;">
Div content here
</div>
This text has color #BEAED2 on black background.
This text has color #BEAED2 on white background.
This text has black color on #BEAED2 background.
This text has white color on #BEAED2 background.
Complementary color for #hex is #41512D.