Shades of Powder Blue #BADBE2
Tints of Powder Blue #BADBE2
RGB
CMYK
RGB Variations
Color information
#BADBE2 (or 0xBADBE2) is known color: Powder Blue. HEX triplet: BA, DB and E2. RGB value is (186,219,226). Sum of RGB (Red+Green+Blue) = 186+219+226=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #BADBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE2 is #45241D. Grayscale: #D1D1D1. Windows color (decimal): -4531230 or 14867386. OLE color: 14867386.
HSL color Cylindrical-coordinate representation of color #BADBE2: hue angle of 190.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADBE2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 219 | 226 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 190.5º | 0.41% | 0.81% | - |
| HSV(B) | 190.5º | 0.18% | 0.89% | - |
| XYZ | 59.31 | 66.59 | 81.68 | - |
| YUV | 209.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 226 | 0.18 | 0.03 | 0 | 0.11 | 190.5 | 0.41 | 0.81 |
| Hex | BA | DB | E2 | 12 | 3 | 0 | B | BE | 29 | 51 |
| Octal | 272 | 333 | 342 | 22 | 3 | 0 | 13 | 276 | 51 | 121 |
| Binary | 10111010 | 11011011 | 11100010 | 10010 | 11 | 0 | 1011 | 10111110 | 101001 | 1010001 |
Color Harmonies of #BADBE2
Complementary color
Monochromatic Colors of #BADBE2
Black with #BADBE2
Text Example
Text Example
White with #BADBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBE2; }
p { color: rgb(186,219,226); }
H1.HeaderClassName
{
color: #BADBE2;
}
.AnyTagClassName
{
color: #BADBE2;
}
</style>
background-color css
<style>
a { background-color: #BADBE2; }
a { background-color: rgb(186,219,226); }
div.DivClassName
{
background-color: #BADBE2;
}
.BgClassName
{
background-color: #BADBE2;
}
</style>
border-color css
<style>
span { border-color: #BADBE2; }
span { border-color: rgb(186,219,226); }
td.TdClassName
{
border-color: #BADBE2;
}
.TagClassName
{
border-color: #BADBE2;
}
</style>