Shades of Powder Blue #BADEE6
Tints of Powder Blue #BADEE6
RGB
CMYK
RGB Variations
Color information
#BADEE6 (or 0xBADEE6) is known color: Powder Blue. HEX triplet: BA, DE and E6. RGB value is (186,222,230). Sum of RGB (Red+Green+Blue) = 186+222+230=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE6 is #452119. Grayscale: #D4D4D4. Windows color (decimal): -4530458 or 15130298. OLE color: 15130298.
HSL color Cylindrical-coordinate representation of color #BADEE6: hue angle of 190.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADEE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 222 | 230 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.10 |
| HSL | 190.91º | 0.47% | 0.82% | - |
| HSV(B) | 190.91º | 0.19% | 0.9% | - |
| XYZ | 60.65 | 68.39 | 84.87 | - |
| YUV | 212.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 230 | 0.19 | 0.03 | 0 | 0.10 | 190.91 | 0.47 | 0.82 |
| Hex | BA | DE | E6 | 13 | 3 | 0 | A | BF | 2F | 52 |
| Octal | 272 | 336 | 346 | 23 | 3 | 0 | 12 | 277 | 57 | 122 |
| Binary | 10111010 | 11011110 | 11100110 | 10011 | 11 | 0 | 1010 | 10111111 | 101111 | 1010010 |
Color Harmonies of #BADEE6
Complementary color
Monochromatic Colors of #BADEE6
Black with #BADEE6
Text Example
Text Example
White with #BADEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEE6; }
p { color: rgb(186,222,230); }
H1.HeaderClassName
{
color: #BADEE6;
}
.AnyTagClassName
{
color: #BADEE6;
}
</style>
background-color css
<style>
a { background-color: #BADEE6; }
a { background-color: rgb(186,222,230); }
div.DivClassName
{
background-color: #BADEE6;
}
.BgClassName
{
background-color: #BADEE6;
}
</style>
border-color css
<style>
span { border-color: #BADEE6; }
span { border-color: rgb(186,222,230); }
td.TdClassName
{
border-color: #BADEE6;
}
.TagClassName
{
border-color: #BADEE6;
}
</style>