Shades of Spindle #BAD0E1
Tints of Spindle #BAD0E1
RGB
CMYK
RGB Variations
Color information
#BAD0E1 (or 0xBAD0E1) is known color: Spindle. HEX triplet: BA, D0 and E1. RGB value is (186,208,225). Sum of RGB (Red+Green+Blue) = 186+208+225=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0E1 is #452F1E. Grayscale: #CBCBCB. Windows color (decimal): -4534047 or 14799034. OLE color: 14799034.
HSL color Cylindrical-coordinate representation of color #BAD0E1: hue angle of 206.15º 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 #BAD0E1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 208 | 225 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.12 |
| HSL | 206.15º | 0.39% | 0.81% | - |
| HSV(B) | 206.15º | 0.17% | 0.88% | - |
| XYZ | 56.4 | 60.99 | 80.03 | - |
| YUV | 203.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 225 | 0.17 | 0.08 | 0 | 0.12 | 206.15 | 0.39 | 0.81 |
| Hex | BA | D0 | E1 | 11 | 8 | 0 | C | CE | 27 | 51 |
| Octal | 272 | 320 | 341 | 21 | 10 | 0 | 14 | 316 | 47 | 121 |
| Binary | 10111010 | 11010000 | 11100001 | 10001 | 1000 | 0 | 1100 | 11001110 | 100111 | 1010001 |
Color Harmonies of #BAD0E1
Complementary color
Monochromatic Colors of #BAD0E1
Black with #BAD0E1
Text Example
Text Example
White with #BAD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0E1; }
p { color: rgb(186,208,225); }
H1.HeaderClassName
{
color: #BAD0E1;
}
.AnyTagClassName
{
color: #BAD0E1;
}
</style>
background-color css
<style>
a { background-color: #BAD0E1; }
a { background-color: rgb(186,208,225); }
div.DivClassName
{
background-color: #BAD0E1;
}
.BgClassName
{
background-color: #BAD0E1;
}
</style>
border-color css
<style>
span { border-color: #BAD0E1; }
span { border-color: rgb(186,208,225); }
td.TdClassName
{
border-color: #BAD0E1;
}
.TagClassName
{
border-color: #BAD0E1;
}
</style>