Shades of Powder Blue #BADDE5
Tints of Powder Blue #BADDE5
RGB
CMYK
RGB Variations
Color information
#BADDE5 (or 0xBADDE5) is known color: Powder Blue. HEX triplet: BA, DD and E5. RGB value is (186,221,229). Sum of RGB (Red+Green+Blue) = 186+221+229=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE5 is #45221A. Grayscale: #D3D3D3. Windows color (decimal): -4530715 or 15064506. OLE color: 15064506.
HSL color Cylindrical-coordinate representation of color #BADDE5: hue angle of 191.16º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADDE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 221 | 229 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.10 |
| HSL | 191.16º | 0.45% | 0.81% | - |
| HSV(B) | 191.16º | 0.19% | 0.9% | - |
| XYZ | 60.25 | 67.81 | 84.04 | - |
| YUV | 211.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 229 | 0.19 | 0.03 | 0 | 0.10 | 191.16 | 0.45 | 0.81 |
| Hex | BA | DD | E5 | 13 | 3 | 0 | A | BF | 2D | 51 |
| Octal | 272 | 335 | 345 | 23 | 3 | 0 | 12 | 277 | 55 | 121 |
| Binary | 10111010 | 11011101 | 11100101 | 10011 | 11 | 0 | 1010 | 10111111 | 101101 | 1010001 |
Color Harmonies of #BADDE5
Complementary color
Monochromatic Colors of #BADDE5
Black with #BADDE5
Text Example
Text Example
White with #BADDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDE5; }
p { color: rgb(186,221,229); }
H1.HeaderClassName
{
color: #BADDE5;
}
.AnyTagClassName
{
color: #BADDE5;
}
</style>
background-color css
<style>
a { background-color: #BADDE5; }
a { background-color: rgb(186,221,229); }
div.DivClassName
{
background-color: #BADDE5;
}
.BgClassName
{
background-color: #BADDE5;
}
</style>
border-color css
<style>
span { border-color: #BADDE5; }
span { border-color: rgb(186,221,229); }
td.TdClassName
{
border-color: #BADDE5;
}
.TagClassName
{
border-color: #BADDE5;
}
</style>