Shades of Spindle #BAD0DE
Tints of Spindle #BAD0DE
RGB
CMYK
RGB Variations
Color information
#BAD0DE (or 0xBAD0DE) is known color: Spindle. HEX triplet: BA, D0 and DE. RGB value is (186,208,222). Sum of RGB (Red+Green+Blue) = 186+208+222=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0DE is #452F21. Grayscale: #CACACA. Windows color (decimal): -4534050 or 14602426. OLE color: 14602426.
HSL color Cylindrical-coordinate representation of color #BAD0DE: hue angle of 203.33º degrees, saturation: 0.35, 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 #BAD0DE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 208 | 222 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.13 |
| HSL | 203.33º | 0.35% | 0.8% | - |
| HSV(B) | 203.33º | 0.16% | 0.87% | - |
| XYZ | 55.99 | 60.82 | 77.9 | - |
| YUV | 203.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 222 | 0.16 | 0.06 | 0 | 0.13 | 203.33 | 0.35 | 0.8 |
| Hex | BA | D0 | DE | 10 | 6 | 0 | D | CB | 23 | 50 |
| Octal | 272 | 320 | 336 | 20 | 6 | 0 | 15 | 313 | 43 | 120 |
| Binary | 10111010 | 11010000 | 11011110 | 10000 | 110 | 0 | 1101 | 11001011 | 100011 | 1010000 |
Color Harmonies of #BAD0DE
Complementary color
Monochromatic Colors of #BAD0DE
Black with #BAD0DE
Text Example
Text Example
White with #BAD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0DE; }
p { color: rgb(186,208,222); }
H1.HeaderClassName
{
color: #BAD0DE;
}
.AnyTagClassName
{
color: #BAD0DE;
}
</style>
background-color css
<style>
a { background-color: #BAD0DE; }
a { background-color: rgb(186,208,222); }
div.DivClassName
{
background-color: #BAD0DE;
}
.BgClassName
{
background-color: #BAD0DE;
}
</style>
border-color css
<style>
span { border-color: #BAD0DE; }
span { border-color: rgb(186,208,222); }
td.TdClassName
{
border-color: #BAD0DE;
}
.TagClassName
{
border-color: #BAD0DE;
}
</style>