Shades of Spindle #BAD1E2
Tints of Spindle #BAD1E2
RGB
CMYK
RGB Variations
Color information
#BAD1E2 (or 0xBAD1E2) is known color: Spindle. HEX triplet: BA, D1 and E2. RGB value is (186,209,226). Sum of RGB (Red+Green+Blue) = 186+209+226=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1E2 is #452E1D. Grayscale: #CBCBCB. Windows color (decimal): -4533790 or 14864826. OLE color: 14864826.
HSL color Cylindrical-coordinate representation of color #BAD1E2: hue angle of 205.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 #BAD1E2 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 209 | 226 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.11 |
| HSL | 205.5º | 0.41% | 0.81% | - |
| HSV(B) | 205.5º | 0.18% | 0.89% | - |
| XYZ | 56.78 | 61.53 | 80.84 | - |
| YUV | 204.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 226 | 0.18 | 0.08 | 0 | 0.11 | 205.5 | 0.41 | 0.81 |
| Hex | BA | D1 | E2 | 12 | 8 | 0 | B | CE | 29 | 51 |
| Octal | 272 | 321 | 342 | 22 | 10 | 0 | 13 | 316 | 51 | 121 |
| Binary | 10111010 | 11010001 | 11100010 | 10010 | 1000 | 0 | 1011 | 11001110 | 101001 | 1010001 |
Color Harmonies of #BAD1E2
Complementary color
Monochromatic Colors of #BAD1E2
Black with #BAD1E2
Text Example
Text Example
White with #BAD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1E2; }
p { color: rgb(186,209,226); }
H1.HeaderClassName
{
color: #BAD1E2;
}
.AnyTagClassName
{
color: #BAD1E2;
}
</style>
background-color css
<style>
a { background-color: #BAD1E2; }
a { background-color: rgb(186,209,226); }
div.DivClassName
{
background-color: #BAD1E2;
}
.BgClassName
{
background-color: #BAD1E2;
}
</style>
border-color css
<style>
span { border-color: #BAD1E2; }
span { border-color: rgb(186,209,226); }
td.TdClassName
{
border-color: #BAD1E2;
}
.TagClassName
{
border-color: #BAD1E2;
}
</style>