Shades of Powder Blue #BADAE0
Tints of Powder Blue #BADAE0
RGB
CMYK
RGB Variations
Color information
#BADAE0 (or 0xBADAE0) is known color: Powder Blue. HEX triplet: BA, DA and E0. RGB value is (186,218,224). Sum of RGB (Red+Green+Blue) = 186+218+224=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAE0 is #45251F. Grayscale: #D1D1D1. Windows color (decimal): -4531488 or 14736058. OLE color: 14736058.
HSL color Cylindrical-coordinate representation of color #BADAE0: hue angle of 189.47º 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 #BADAE0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 218 | 224 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.12 |
| HSL | 189.47º | 0.38% | 0.8% | - |
| HSV(B) | 189.47º | 0.17% | 0.88% | - |
| XYZ | 58.78 | 65.96 | 80.16 | - |
| YUV | 209.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 224 | 0.17 | 0.03 | 0 | 0.12 | 189.47 | 0.38 | 0.8 |
| Hex | BA | DA | E0 | 11 | 3 | 0 | C | BD | 26 | 50 |
| Octal | 272 | 332 | 340 | 21 | 3 | 0 | 14 | 275 | 46 | 120 |
| Binary | 10111010 | 11011010 | 11100000 | 10001 | 11 | 0 | 1100 | 10111101 | 100110 | 1010000 |
Color Harmonies of #BADAE0
Complementary color
Monochromatic Colors of #BADAE0
Black with #BADAE0
Text Example
Text Example
White with #BADAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAE0; }
p { color: rgb(186,218,224); }
H1.HeaderClassName
{
color: #BADAE0;
}
.AnyTagClassName
{
color: #BADAE0;
}
</style>
background-color css
<style>
a { background-color: #BADAE0; }
a { background-color: rgb(186,218,224); }
div.DivClassName
{
background-color: #BADAE0;
}
.BgClassName
{
background-color: #BADAE0;
}
</style>
border-color css
<style>
span { border-color: #BADAE0; }
span { border-color: rgb(186,218,224); }
td.TdClassName
{
border-color: #BADAE0;
}
.TagClassName
{
border-color: #BADAE0;
}
</style>