HEX: #BEBADD
RGB: (190,186,221)
#BEBADD contains red, green and blue colors in about the same proportion. Web safe color of #BEBADD is #CCCCCC (or #CCC).
#BEBADD color RGB value is (190,186,221).
RGB: (190,186,221)
(75%, 73%, 87%)
R 190 of 255 = 75%
G 186 of 255 = 73%
B 221 of 255 = 87%
R + G + B ~ 78%. #BEBADD is quite light color.
R + G + B = 190 + 186 + 221 = 597 (100%)
R 190 of 597 ~ 31.83%
G 186 of 597 ~ 31.16%
B 221 of 597 ~ 37.02'%
#BEBADD color CMYK value is (14,16,0,13).
CMYK: (14,16,0,13)
C14M16Y0K13 (14%, 16%, 0%, 13%)
(0.14 / 0.16 / 0.00 / 0.13)
Color #BEBADD in popluar color models
BE | BA | DD | |
---|---|---|---|
RGB | 190 | 186 | 221 |
HSL | 247° | 33.98% | 79.80% |
HSB/HSV | 247° | 15.84% | 86.67% |
CMYK | 14.03% | 15.84% | 0.00% |
13.33% |
Color #BEBADD in popluar number systems.
HEX | BE | BA | DD |
Decimal | 190 | 186 | 221 |
Binary | 10111110 | 10111010 | 11011101 |
Octal | 276 | 272 | 335 |
Shades of #BEBADD
Tints of #BEBADD
Examples of css and html codes for elements with #BEBADD color. Also use rgb(190,186,221) instead hex code.
.myTextColor { color: #BEBADD; }
<p style="color:#BEBADD">This sample text font color is #BEBADD.</p>
This text font color is #BEBADD.
.myBgColor { background-color: #BEBADD; }
<div style="background-color:#BEBADD">Inner text</div>
This div background color is #BEBADD.
.myBorderColor { border: 1px solid #BEBADD; }
<div style="border:3px solid #BEBADD">Div</div>
This div border color is #BEBADD.
.myOpacity80 { color: #BEBADD; opacity: 0.8; }
<p style="color:#BEBADD;opacity:0.8;">80%</p>
Text with #BEBADD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEBADD;}
<p style="text-shadow: 3px 3px 1px #BEBADD">Text here.</p>
This text has shadow with #BEBADD color.
.textShadow {text-shadow: 3px 3px 1px #BEBADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEBADD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEBADD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEBADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEBADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEBADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEBADD;
-webkit-box-shadow: 1px 1px 3px 2px #BEBADD;
box-shadow: 1px 1px 3px 2px #BEBADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEBADD; -webkit-box-shadow: 1px 1px 3px 2px #BEBADD; box-shadow:1px 1px 3px 2px #BEBADD;">
Div content here
</div>
This text has color #BEBADD on black background.
This text has color #BEBADD on white background.
This text has black color on #BEBADD background.
This text has white color on #BEBADD background.
Complementary color for #hex is #414522.