Shades of Powder Blue #BADFE5
Tints of Powder Blue #BADFE5
RGB
CMYK
RGB Variations
Color information
#BADFE5 (or 0xBADFE5) is known color: Powder Blue. HEX triplet: BA, DF and E5. RGB value is (186,223,229). Sum of RGB (Red+Green+Blue) = 186+223+229=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFE5 is #45201A. Grayscale: #D4D4D4. Windows color (decimal): -4530203 or 15065018. OLE color: 15065018.
HSL color Cylindrical-coordinate representation of color #BADFE5: hue angle of 188.37º 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 #BADFE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 223 | 229 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.10 |
| HSL | 188.37º | 0.45% | 0.81% | - |
| HSV(B) | 188.37º | 0.19% | 0.9% | - |
| XYZ | 60.78 | 68.87 | 84.22 | - |
| YUV | 212.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 229 | 0.19 | 0.03 | 0 | 0.10 | 188.37 | 0.45 | 0.81 |
| Hex | BA | DF | E5 | 13 | 3 | 0 | A | BC | 2D | 51 |
| Octal | 272 | 337 | 345 | 23 | 3 | 0 | 12 | 274 | 55 | 121 |
| Binary | 10111010 | 11011111 | 11100101 | 10011 | 11 | 0 | 1010 | 10111100 | 101101 | 1010001 |
Color Harmonies of #BADFE5
Complementary color
Monochromatic Colors of #BADFE5
Black with #BADFE5
Text Example
Text Example
White with #BADFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFE5; }
p { color: rgb(186,223,229); }
H1.HeaderClassName
{
color: #BADFE5;
}
.AnyTagClassName
{
color: #BADFE5;
}
</style>
background-color css
<style>
a { background-color: #BADFE5; }
a { background-color: rgb(186,223,229); }
div.DivClassName
{
background-color: #BADFE5;
}
.BgClassName
{
background-color: #BADFE5;
}
</style>
border-color css
<style>
span { border-color: #BADFE5; }
span { border-color: rgb(186,223,229); }
td.TdClassName
{
border-color: #BADFE5;
}
.TagClassName
{
border-color: #BADFE5;
}
</style>