Shades of Powder Blue #BADEE0
Tints of Powder Blue #BADEE0
RGB
CMYK
RGB Variations
Color information
#BADEE0 (or 0xBADEE0) is known color: Powder Blue. HEX triplet: BA, DE and E0. RGB value is (186,222,224). Sum of RGB (Red+Green+Blue) = 186+222+224=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE0 is #45211F. Grayscale: #D3D3D3. Windows color (decimal): -4530464 or 14737082. OLE color: 14737082.
HSL color Cylindrical-coordinate representation of color #BADEE0: hue angle of 183.16º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADEE0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 222 | 224 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 183.16º | 0.38% | 0.8% | - |
| HSV(B) | 183.16º | 0.17% | 0.88% | - |
| XYZ | 59.83 | 68.06 | 80.51 | - |
| YUV | 211.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 224 | 0.17 | 0.01 | 0 | 0.12 | 183.16 | 0.38 | 0.8 |
| Hex | BA | DE | E0 | 11 | 1 | 0 | C | B7 | 26 | 50 |
| Octal | 272 | 336 | 340 | 21 | 1 | 0 | 14 | 267 | 46 | 120 |
| Binary | 10111010 | 11011110 | 11100000 | 10001 | 1 | 0 | 1100 | 10110111 | 100110 | 1010000 |
Color Harmonies of #BADEE0
Complementary color
Monochromatic Colors of #BADEE0
Black with #BADEE0
Text Example
Text Example
White with #BADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEE0; }
p { color: rgb(186,222,224); }
H1.HeaderClassName
{
color: #BADEE0;
}
.AnyTagClassName
{
color: #BADEE0;
}
</style>
background-color css
<style>
a { background-color: #BADEE0; }
a { background-color: rgb(186,222,224); }
div.DivClassName
{
background-color: #BADEE0;
}
.BgClassName
{
background-color: #BADEE0;
}
</style>
border-color css
<style>
span { border-color: #BADEE0; }
span { border-color: rgb(186,222,224); }
td.TdClassName
{
border-color: #BADEE0;
}
.TagClassName
{
border-color: #BADEE0;
}
</style>