Shades of Powder Blue #BADDE1
Tints of Powder Blue #BADDE1
RGB
CMYK
RGB Variations
Color information
#BADDE1 (or 0xBADDE1) is known color: Powder Blue. HEX triplet: BA, DD and E1. RGB value is (186,221,225). Sum of RGB (Red+Green+Blue) = 186+221+225=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE1 is #45221E. Grayscale: #D2D2D2. Windows color (decimal): -4530719 or 14802362. OLE color: 14802362.
HSL color Cylindrical-coordinate representation of color #BADDE1: hue angle of 186.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADDE1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 221 | 225 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.12 |
| HSL | 186.15º | 0.39% | 0.81% | - |
| HSV(B) | 186.15º | 0.17% | 0.88% | - |
| XYZ | 59.7 | 67.59 | 81.13 | - |
| YUV | 210.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 225 | 0.17 | 0.02 | 0 | 0.12 | 186.15 | 0.39 | 0.81 |
| Hex | BA | DD | E1 | 11 | 2 | 0 | C | BA | 27 | 51 |
| Octal | 272 | 335 | 341 | 21 | 2 | 0 | 14 | 272 | 47 | 121 |
| Binary | 10111010 | 11011101 | 11100001 | 10001 | 10 | 0 | 1100 | 10111010 | 100111 | 1010001 |
Color Harmonies of #BADDE1
Complementary color
Monochromatic Colors of #BADDE1
Black with #BADDE1
Text Example
Text Example
White with #BADDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDE1; }
p { color: rgb(186,221,225); }
H1.HeaderClassName
{
color: #BADDE1;
}
.AnyTagClassName
{
color: #BADDE1;
}
</style>
background-color css
<style>
a { background-color: #BADDE1; }
a { background-color: rgb(186,221,225); }
div.DivClassName
{
background-color: #BADDE1;
}
.BgClassName
{
background-color: #BADDE1;
}
</style>
border-color css
<style>
span { border-color: #BADDE1; }
span { border-color: rgb(186,221,225); }
td.TdClassName
{
border-color: #BADDE1;
}
.TagClassName
{
border-color: #BADDE1;
}
</style>