Shades of Spindle #A1BAD1
Tints of Spindle #A1BAD1
RGB
CMYK
RGB Variations
Color information
#A1BAD1 (or 0xA1BAD1) is known color: Spindle. HEX triplet: A1, BA and D1. RGB value is (161,186,209). Sum of RGB (Red+Green+Blue) = 161+186+209=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAD1 is #5E452E. Grayscale: #B5B5B5. Windows color (decimal): -6178095 or 13744801. OLE color: 13744801.
HSL color Cylindrical-coordinate representation of color #A1BAD1: hue angle of 208.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1BAD1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 186 | 209 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.18 |
| HSL | 208.75º | 0.34% | 0.73% | - |
| HSV(B) | 208.75º | 0.23% | 0.82% | - |
| XYZ | 43.77 | 47.3 | 67.14 | - |
| YUV | 181.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 209 | 0.23 | 0.11 | 0 | 0.18 | 208.75 | 0.34 | 0.73 |
| Hex | A1 | BA | D1 | 17 | B | 0 | 12 | D1 | 22 | 49 |
| Octal | 241 | 272 | 321 | 27 | 13 | 0 | 22 | 321 | 42 | 111 |
| Binary | 10100001 | 10111010 | 11010001 | 10111 | 1011 | 0 | 10010 | 11010001 | 100010 | 1001001 |
Color Harmonies of #A1BAD1
Complementary color
Monochromatic Colors of #A1BAD1
Black with #A1BAD1
Text Example
Text Example
White with #A1BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAD1; }
p { color: rgb(161,186,209); }
H1.HeaderClassName
{
color: #A1BAD1;
}
.AnyTagClassName
{
color: #A1BAD1;
}
</style>
background-color css
<style>
a { background-color: #A1BAD1; }
a { background-color: rgb(161,186,209); }
div.DivClassName
{
background-color: #A1BAD1;
}
.BgClassName
{
background-color: #A1BAD1;
}
</style>
border-color css
<style>
span { border-color: #A1BAD1; }
span { border-color: rgb(161,186,209); }
td.TdClassName
{
border-color: #A1BAD1;
}
.TagClassName
{
border-color: #A1BAD1;
}
</style>