HEX: #BEADDE
RGB: (190,173,222)
#BEADDE contains red, green and blue colors in about the same proportion. Web safe color of #BEADDE is #CC99CC (or #C9C).
#BEADDE color RGB value is (190,173,222).
RGB: (190,173,222)
(75%, 68%, 87%)
R 190 of 255 = 75%
G 173 of 255 = 68%
B 222 of 255 = 87%
R + G + B ~ 77%. #BEADDE is quite light color.
R + G + B = 190 + 173 + 222 = 585 (100%)
R 190 of 585 ~ 32.48%
G 173 of 585 ~ 29.57%
B 222 of 585 ~ 37.95'%
#BEADDE color CMYK value is (14,22,0,13).
CMYK: (14,22,0,13) C14M22Y0K13 (14%,22%,0%,13%) (0.14/0.22/0.00/0.13)
Color #BEADDE in popluar color models
BE | AD | DE | |
---|---|---|---|
RGB | 190 | 173 | 222 |
HSL | 261° | 42.61% | 77.45% |
HSB/HSV | 261° | 22.07% | 87.06% |
CMYK | 14.41% | 22.07% | 0.00% |
12.94% |
Color #BEADDE in popluar number systems.
HEX | BE | AD | DE |
Decimal | 190 | 173 | 222 |
Binary | 10111110 | 10101101 | 11011110 |
Octal | 276 | 255 | 336 |
Shades of #BEADDE
Tints of #BEADDE
Examples of css and html codes for elements with #BEADDE color. Also use rgb(190,173,222) instead hex code.
.myTextColor { color: #BEADDE; }
<p style="color:#BEADDE">This sample text font color is #BEADDE.</p>
This text font color is #BEADDE.
.myBgColor { background-color: #BEADDE; }
<div style="background-color:#BEADDE">Inner text</div>
This div background color is #BEADDE.
.myBorderColor { border: 1px solid #BEADDE; }
<div style="border:3px solid #BEADDE">Div</div>
This div border color is #BEADDE.
.myOpacity80 { color: #BEADDE; opacity: 0.8; }
<p style="color:#BEADDE;opacity:0.8;">80%</p>
Text with #BEADDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEADDE;}
<p style="text-shadow: 3px 3px 1px #BEADDE">Text here.</p>
This text has shadow with #BEADDE color.
.textShadow {text-shadow: 3px 3px 1px #BEADDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEADDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEADDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEADDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEADDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEADDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEADDE;
-webkit-box-shadow: 1px 1px 3px 2px #BEADDE;
box-shadow: 1px 1px 3px 2px #BEADDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEADDE; -webkit-box-shadow: 1px 1px 3px 2px #BEADDE; box-shadow:1px 1px 3px 2px #BEADDE;">
Div content here
</div>
This text has color #BEADDE on black background.
This text has color #BEADDE on white background.
This text has black color on #BEADDE background.
This text has white color on #BEADDE background.
Complementary color for #hex is #415221.