Shades of Powder Blue #BADDE0
Tints of Powder Blue #BADDE0
RGB
CMYK
RGB Variations
Color information
#BADDE0 (or 0xBADDE0) is known color: Powder Blue. HEX triplet: BA, DD and E0. RGB value is (186,221,224). Sum of RGB (Red+Green+Blue) = 186+221+224=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE0 is #45221F. Grayscale: #D2D2D2. Windows color (decimal): -4530720 or 14736826. OLE color: 14736826.
HSL color Cylindrical-coordinate representation of color #BADDE0: hue angle of 184.74º 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 #BADDE0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 221 | 224 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 184.74º | 0.38% | 0.8% | - |
| HSV(B) | 184.74º | 0.17% | 0.88% | - |
| XYZ | 59.56 | 67.53 | 80.42 | - |
| YUV | 210.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 224 | 0.17 | 0.01 | 0 | 0.12 | 184.74 | 0.38 | 0.8 |
| Hex | BA | DD | E0 | 11 | 1 | 0 | C | B9 | 26 | 50 |
| Octal | 272 | 335 | 340 | 21 | 1 | 0 | 14 | 271 | 46 | 120 |
| Binary | 10111010 | 11011101 | 11100000 | 10001 | 1 | 0 | 1100 | 10111001 | 100110 | 1010000 |
Color Harmonies of #BADDE0
Complementary color
Monochromatic Colors of #BADDE0
Black with #BADDE0
Text Example
Text Example
White with #BADDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDE0; }
p { color: rgb(186,221,224); }
H1.HeaderClassName
{
color: #BADDE0;
}
.AnyTagClassName
{
color: #BADDE0;
}
</style>
background-color css
<style>
a { background-color: #BADDE0; }
a { background-color: rgb(186,221,224); }
div.DivClassName
{
background-color: #BADDE0;
}
.BgClassName
{
background-color: #BADDE0;
}
</style>
border-color css
<style>
span { border-color: #BADDE0; }
span { border-color: rgb(186,221,224); }
td.TdClassName
{
border-color: #BADDE0;
}
.TagClassName
{
border-color: #BADDE0;
}
</style>