Shades of Powder Blue #BADEE4
Tints of Powder Blue #BADEE4
RGB
CMYK
RGB Variations
Color information
#BADEE4 (or 0xBADEE4) is known color: Powder Blue. HEX triplet: BA, DE and E4. RGB value is (186,222,228). Sum of RGB (Red+Green+Blue) = 186+222+228=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE4 is #45211B. Grayscale: #D3D3D3. Windows color (decimal): -4530460 or 14999226. OLE color: 14999226.
HSL color Cylindrical-coordinate representation of color #BADEE4: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADEE4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 222 | 228 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 188.57º | 0.44% | 0.81% | - |
| HSV(B) | 188.57º | 0.18% | 0.89% | - |
| XYZ | 60.37 | 68.28 | 83.4 | - |
| YUV | 211.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 228 | 0.18 | 0.03 | 0 | 0.11 | 188.57 | 0.44 | 0.81 |
| Hex | BA | DE | E4 | 12 | 3 | 0 | B | BD | 2C | 51 |
| Octal | 272 | 336 | 344 | 22 | 3 | 0 | 13 | 275 | 54 | 121 |
| Binary | 10111010 | 11011110 | 11100100 | 10010 | 11 | 0 | 1011 | 10111101 | 101100 | 1010001 |
Color Harmonies of #BADEE4
Complementary color
Monochromatic Colors of #BADEE4
Black with #BADEE4
Text Example
Text Example
White with #BADEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEE4; }
p { color: rgb(186,222,228); }
H1.HeaderClassName
{
color: #BADEE4;
}
.AnyTagClassName
{
color: #BADEE4;
}
</style>
background-color css
<style>
a { background-color: #BADEE4; }
a { background-color: rgb(186,222,228); }
div.DivClassName
{
background-color: #BADEE4;
}
.BgClassName
{
background-color: #BADEE4;
}
</style>
border-color css
<style>
span { border-color: #BADEE4; }
span { border-color: rgb(186,222,228); }
td.TdClassName
{
border-color: #BADEE4;
}
.TagClassName
{
border-color: #BADEE4;
}
</style>