Shades of Powder Blue #BADDE2
Tints of Powder Blue #BADDE2
RGB
CMYK
RGB Variations
Color information
#BADDE2 (or 0xBADDE2) is known color: Powder Blue. HEX triplet: BA, DD and E2. RGB value is (186,221,226). Sum of RGB (Red+Green+Blue) = 186+221+226=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #BADDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE2 is #45221D. Grayscale: #D3D3D3. Windows color (decimal): -4530718 or 14867898. OLE color: 14867898.
HSL color Cylindrical-coordinate representation of color #BADDE2: hue angle of 187.5º 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 #BADDE2 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 221 | 226 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.11 |
| HSL | 187.5º | 0.41% | 0.81% | - |
| HSV(B) | 187.5º | 0.18% | 0.89% | - |
| XYZ | 59.83 | 67.64 | 81.85 | - |
| YUV | 211.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 226 | 0.18 | 0.02 | 0 | 0.11 | 187.5 | 0.41 | 0.81 |
| Hex | BA | DD | E2 | 12 | 2 | 0 | B | BC | 29 | 51 |
| Octal | 272 | 335 | 342 | 22 | 2 | 0 | 13 | 274 | 51 | 121 |
| Binary | 10111010 | 11011101 | 11100010 | 10010 | 10 | 0 | 1011 | 10111100 | 101001 | 1010001 |
Color Harmonies of #BADDE2
Complementary color
Monochromatic Colors of #BADDE2
Black with #BADDE2
Text Example
Text Example
White with #BADDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDE2; }
p { color: rgb(186,221,226); }
H1.HeaderClassName
{
color: #BADDE2;
}
.AnyTagClassName
{
color: #BADDE2;
}
</style>
background-color css
<style>
a { background-color: #BADDE2; }
a { background-color: rgb(186,221,226); }
div.DivClassName
{
background-color: #BADDE2;
}
.BgClassName
{
background-color: #BADDE2;
}
</style>
border-color css
<style>
span { border-color: #BADDE2; }
span { border-color: rgb(186,221,226); }
td.TdClassName
{
border-color: #BADDE2;
}
.TagClassName
{
border-color: #BADDE2;
}
</style>