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