Shades of Powder Blue #BAD9DE
Tints of Powder Blue #BAD9DE
RGB
CMYK
RGB Variations
Color information
#BAD9DE (or 0xBAD9DE) is known color: Powder Blue. HEX triplet: BA, D9 and DE. RGB value is (186,217,222). Sum of RGB (Red+Green+Blue) = 186+217+222=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9DE is #452621. Grayscale: #D0D0D0. Windows color (decimal): -4531746 or 14604730. OLE color: 14604730.
HSL color Cylindrical-coordinate representation of color #BAD9DE: hue angle of 188.33º 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 #BAD9DE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 217 | 222 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.13 |
| HSL | 188.33º | 0.35% | 0.8% | - |
| HSV(B) | 188.33º | 0.16% | 0.87% | - |
| XYZ | 58.25 | 65.34 | 78.65 | - |
| YUV | 208.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 222 | 0.16 | 0.02 | 0 | 0.13 | 188.33 | 0.35 | 0.8 |
| Hex | BA | D9 | DE | 10 | 2 | 0 | D | BC | 23 | 50 |
| Octal | 272 | 331 | 336 | 20 | 2 | 0 | 15 | 274 | 43 | 120 |
| Binary | 10111010 | 11011001 | 11011110 | 10000 | 10 | 0 | 1101 | 10111100 | 100011 | 1010000 |
Color Harmonies of #BAD9DE
Complementary color
Monochromatic Colors of #BAD9DE
Black with #BAD9DE
Text Example
Text Example
White with #BAD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9DE; }
p { color: rgb(186,217,222); }
H1.HeaderClassName
{
color: #BAD9DE;
}
.AnyTagClassName
{
color: #BAD9DE;
}
</style>
background-color css
<style>
a { background-color: #BAD9DE; }
a { background-color: rgb(186,217,222); }
div.DivClassName
{
background-color: #BAD9DE;
}
.BgClassName
{
background-color: #BAD9DE;
}
</style>
border-color css
<style>
span { border-color: #BAD9DE; }
span { border-color: rgb(186,217,222); }
td.TdClassName
{
border-color: #BAD9DE;
}
.TagClassName
{
border-color: #BAD9DE;
}
</style>