Shades of Powder Blue #BADDDE
Tints of Powder Blue #BADDDE
RGB
CMYK
RGB Variations
Color information
#BADDDE (or 0xBADDDE) is known color: Powder Blue. HEX triplet: BA, DD and DE. RGB value is (186,221,222). Sum of RGB (Red+Green+Blue) = 186+221+222=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BADDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDE is #452221. Grayscale: #D2D2D2. Windows color (decimal): -4530722 or 14605754. OLE color: 14605754.
HSL color Cylindrical-coordinate representation of color #BADDDE: hue angle of 181.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDDE is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 222 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.13 |
| HSL | 181.67º | 0.35% | 0.8% | - |
| HSV(B) | 181.67º | 0.16% | 0.87% | - |
| XYZ | 59.29 | 67.43 | 79 | - |
| YUV | 210.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 222 | 0.16 | 0.00 | 0 | 0.13 | 181.67 | 0.35 | 0.8 |
| Hex | BA | DD | DE | 10 | 0 | 0 | D | B6 | 23 | 50 |
| Octal | 272 | 335 | 336 | 20 | 0 | 0 | 15 | 266 | 43 | 120 |
| Binary | 10111010 | 11011101 | 11011110 | 10000 | 0 | 0 | 1101 | 10110110 | 100011 | 1010000 |
Color Harmonies of #BADDDE
Complementary color
Monochromatic Colors of #BADDDE
Black with #BADDDE
Text Example
Text Example
White with #BADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDDE; }
p { color: rgb(186,221,222); }
H1.HeaderClassName
{
color: #BADDDE;
}
.AnyTagClassName
{
color: #BADDDE;
}
</style>
background-color css
<style>
a { background-color: #BADDDE; }
a { background-color: rgb(186,221,222); }
div.DivClassName
{
background-color: #BADDDE;
}
.BgClassName
{
background-color: #BADDDE;
}
</style>
border-color css
<style>
span { border-color: #BADDDE; }
span { border-color: rgb(186,221,222); }
td.TdClassName
{
border-color: #BADDDE;
}
.TagClassName
{
border-color: #BADDDE;
}
</style>