Shades of Powder Blue #BADCDD
Tints of Powder Blue #BADCDD
RGB
CMYK
RGB Variations
Color information
#BADCDD (or 0xBADCDD) is known color: Powder Blue. HEX triplet: BA, DC and DD. RGB value is (186,220,221). Sum of RGB (Red+Green+Blue) = 186+220+221=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #BADCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDD is #452322. Grayscale: #D1D1D1. Windows color (decimal): -4530979 or 14539962. OLE color: 14539962.
HSL color Cylindrical-coordinate representation of color #BADCDD: hue angle of 181.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADCDD is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 220 | 221 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.13 |
| HSL | 181.71º | 0.34% | 0.8% | - |
| HSV(B) | 181.71º | 0.16% | 0.87% | - |
| XYZ | 58.89 | 66.85 | 78.21 | - |
| YUV | 209.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 221 | 0.16 | 0.00 | 0 | 0.13 | 181.71 | 0.34 | 0.8 |
| Hex | BA | DC | DD | 10 | 0 | 0 | D | B6 | 22 | 50 |
| Octal | 272 | 334 | 335 | 20 | 0 | 0 | 15 | 266 | 42 | 120 |
| Binary | 10111010 | 11011100 | 11011101 | 10000 | 0 | 0 | 1101 | 10110110 | 100010 | 1010000 |
Color Harmonies of #BADCDD
Complementary color
Monochromatic Colors of #BADCDD
Black with #BADCDD
Text Example
Text Example
White with #BADCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCDD; }
p { color: rgb(186,220,221); }
H1.HeaderClassName
{
color: #BADCDD;
}
.AnyTagClassName
{
color: #BADCDD;
}
</style>
background-color css
<style>
a { background-color: #BADCDD; }
a { background-color: rgb(186,220,221); }
div.DivClassName
{
background-color: #BADCDD;
}
.BgClassName
{
background-color: #BADCDD;
}
</style>
border-color css
<style>
span { border-color: #BADCDD; }
span { border-color: rgb(186,220,221); }
td.TdClassName
{
border-color: #BADCDD;
}
.TagClassName
{
border-color: #BADCDD;
}
</style>