Shades of Powder Blue #BADEE2
Tints of Powder Blue #BADEE2
RGB
CMYK
RGB Variations
Color information
#BADEE2 (or 0xBADEE2) is known color: Powder Blue. HEX triplet: BA, DE and E2. RGB value is (186,222,226). Sum of RGB (Red+Green+Blue) = 186+222+226=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #BADEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE2 is #45211D. Grayscale: #D3D3D3. Windows color (decimal): -4530462 or 14868154. OLE color: 14868154.
HSL color Cylindrical-coordinate representation of color #BADEE2: hue angle of 186º degrees, saturation: 0.41, 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 #BADEE2 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 222 | 226 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.11 |
| HSL | 186º | 0.41% | 0.81% | - |
| HSV(B) | 186º | 0.18% | 0.89% | - |
| XYZ | 60.1 | 68.17 | 81.94 | - |
| YUV | 211.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 226 | 0.18 | 0.02 | 0 | 0.11 | 186 | 0.41 | 0.81 |
| Hex | BA | DE | E2 | 12 | 2 | 0 | B | BA | 29 | 51 |
| Octal | 272 | 336 | 342 | 22 | 2 | 0 | 13 | 272 | 51 | 121 |
| Binary | 10111010 | 11011110 | 11100010 | 10010 | 10 | 0 | 1011 | 10111010 | 101001 | 1010001 |
Color Harmonies of #BADEE2
Complementary color
Monochromatic Colors of #BADEE2
Black with #BADEE2
Text Example
Text Example
White with #BADEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEE2; }
p { color: rgb(186,222,226); }
H1.HeaderClassName
{
color: #BADEE2;
}
.AnyTagClassName
{
color: #BADEE2;
}
</style>
background-color css
<style>
a { background-color: #BADEE2; }
a { background-color: rgb(186,222,226); }
div.DivClassName
{
background-color: #BADEE2;
}
.BgClassName
{
background-color: #BADEE2;
}
</style>
border-color css
<style>
span { border-color: #BADEE2; }
span { border-color: rgb(186,222,226); }
td.TdClassName
{
border-color: #BADEE2;
}
.TagClassName
{
border-color: #BADEE2;
}
</style>