HEX: #BBADE5
RGB: (187,173,229)
#BBADE5 contains red, green and blue colors in about the same proportion. Web safe color of #BBADE5 is #CC99CC (or #C9C).
#BBADE5 color RGB value is (187,173,229).
RGB: (187,173,229)
(73%, 68%, 90%)
R 187 of 255 = 73%
G 173 of 255 = 68%
B 229 of 255 = 90%
R + G + B ~ 77%. #BBADE5 is quite light color.
R + G + B = 187 + 173 + 229 = 589 (100%)
R 187 of 589 ~ 31.75%
G 173 of 589 ~ 29.37%
B 229 of 589 ~ 38.88'%
#BBADE5 color CMYK value is (18,24,0,10).
CMYK: (18,24,0,10)
C18M24Y0K10 (18%, 24%, 0%, 10%)
(0.18 / 0.24 / 0.00 / 0.10)
Color #BBADE5 in popluar color models
BB | AD | E5 | |
---|---|---|---|
RGB | 187 | 173 | 229 |
HSL | 255° | 51.85% | 78.82% |
HSB/HSV | 255° | 24.45% | 89.80% |
CMYK | 18.34% | 24.45% | 0.00% |
10.20% |
Color #BBADE5 in popluar number systems.
HEX | BB | AD | E5 |
Decimal | 187 | 173 | 229 |
Binary | 10111011 | 10101101 | 11100101 |
Octal | 273 | 255 | 345 |
Shades of #BBADE5
Tints of #BBADE5
Examples of css and html codes for elements with #BBADE5 color. Also use rgb(187,173,229) instead hex code.
.myTextColor { color: #BBADE5; }
<p style="color:#BBADE5">This sample text font color is #BBADE5.</p>
This text font color is #BBADE5.
.myBgColor { background-color: #BBADE5; }
<div style="background-color:#BBADE5">Inner text</div>
This div background color is #BBADE5.
.myBorderColor { border: 1px solid #BBADE5; }
<div style="border:3px solid #BBADE5">Div</div>
This div border color is #BBADE5.
.myOpacity80 { color: #BBADE5; opacity: 0.8; }
<p style="color:#BBADE5;opacity:0.8;">80%</p>
Text with #BBADE5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBADE5;}
<p style="text-shadow: 3px 3px 1px #BBADE5">Text here.</p>
This text has shadow with #BBADE5 color.
.textShadow {text-shadow: 3px 3px 1px #BBADE5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBADE5, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBADE5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBADE5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBADE5, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBADE5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBADE5;
-webkit-box-shadow: 1px 1px 3px 2px #BBADE5;
box-shadow: 1px 1px 3px 2px #BBADE5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBADE5; -webkit-box-shadow: 1px 1px 3px 2px #BBADE5; box-shadow:1px 1px 3px 2px #BBADE5;">
Div content here
</div>
This text has color #BBADE5 on black background.
This text has color #BBADE5 on white background.
This text has black color on #BBADE5 background.
This text has white color on #BBADE5 background.
Complementary color for #hex is #44521A.