Shades of Powder Blue #BADBE1
Tints of Powder Blue #BADBE1
RGB
CMYK
RGB Variations
Color information
#BADBE1 (or 0xBADBE1) is known color: Powder Blue. HEX triplet: BA, DB and E1. RGB value is (186,219,225). Sum of RGB (Red+Green+Blue) = 186+219+225=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE1 is #45241E. Grayscale: #D1D1D1. Windows color (decimal): -4531231 or 14801850. OLE color: 14801850.
HSL color Cylindrical-coordinate representation of color #BADBE1: hue angle of 189.23º 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 #BADBE1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 219 | 225 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.12 |
| HSL | 189.23º | 0.39% | 0.81% | - |
| HSV(B) | 189.23º | 0.17% | 0.88% | - |
| XYZ | 59.17 | 66.54 | 80.96 | - |
| YUV | 209.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 225 | 0.17 | 0.03 | 0 | 0.12 | 189.23 | 0.39 | 0.81 |
| Hex | BA | DB | E1 | 11 | 3 | 0 | C | BD | 27 | 51 |
| Octal | 272 | 333 | 341 | 21 | 3 | 0 | 14 | 275 | 47 | 121 |
| Binary | 10111010 | 11011011 | 11100001 | 10001 | 11 | 0 | 1100 | 10111101 | 100111 | 1010001 |
Color Harmonies of #BADBE1
Complementary color
Monochromatic Colors of #BADBE1
Black with #BADBE1
Text Example
Text Example
White with #BADBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBE1; }
p { color: rgb(186,219,225); }
H1.HeaderClassName
{
color: #BADBE1;
}
.AnyTagClassName
{
color: #BADBE1;
}
</style>
background-color css
<style>
a { background-color: #BADBE1; }
a { background-color: rgb(186,219,225); }
div.DivClassName
{
background-color: #BADBE1;
}
.BgClassName
{
background-color: #BADBE1;
}
</style>
border-color css
<style>
span { border-color: #BADBE1; }
span { border-color: rgb(186,219,225); }
td.TdClassName
{
border-color: #BADBE1;
}
.TagClassName
{
border-color: #BADBE1;
}
</style>