Shades of Powder Blue #BADCE0
Tints of Powder Blue #BADCE0
RGB
CMYK
RGB Variations
Color information
#BADCE0 (or 0xBADCE0) is known color: Powder Blue. HEX triplet: BA, DC and E0. RGB value is (186,220,224). Sum of RGB (Red+Green+Blue) = 186+220+224=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCE0 is #45231F. Grayscale: #D2D2D2. Windows color (decimal): -4530976 or 14736570. OLE color: 14736570.
HSL color Cylindrical-coordinate representation of color #BADCE0: hue angle of 186.32º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADCE0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 220 | 224 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.12 |
| HSL | 186.32º | 0.38% | 0.8% | - |
| HSV(B) | 186.32º | 0.17% | 0.88% | - |
| XYZ | 59.3 | 67.01 | 80.33 | - |
| YUV | 210.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 224 | 0.17 | 0.02 | 0 | 0.12 | 186.32 | 0.38 | 0.8 |
| Hex | BA | DC | E0 | 11 | 2 | 0 | C | BA | 26 | 50 |
| Octal | 272 | 334 | 340 | 21 | 2 | 0 | 14 | 272 | 46 | 120 |
| Binary | 10111010 | 11011100 | 11100000 | 10001 | 10 | 0 | 1100 | 10111010 | 100110 | 1010000 |
Color Harmonies of #BADCE0
Complementary color
Monochromatic Colors of #BADCE0
Black with #BADCE0
Text Example
Text Example
White with #BADCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCE0; }
p { color: rgb(186,220,224); }
H1.HeaderClassName
{
color: #BADCE0;
}
.AnyTagClassName
{
color: #BADCE0;
}
</style>
background-color css
<style>
a { background-color: #BADCE0; }
a { background-color: rgb(186,220,224); }
div.DivClassName
{
background-color: #BADCE0;
}
.BgClassName
{
background-color: #BADCE0;
}
</style>
border-color css
<style>
span { border-color: #BADCE0; }
span { border-color: rgb(186,220,224); }
td.TdClassName
{
border-color: #BADCE0;
}
.TagClassName
{
border-color: #BADCE0;
}
</style>