Shades of Spindle #A8BAD0
Tints of Spindle #A8BAD0
RGB
CMYK
RGB Variations
Color information
#A8BAD0 (or 0xA8BAD0) is known color: Spindle. HEX triplet: A8, BA and D0. RGB value is (168,186,208). Sum of RGB (Red+Green+Blue) = 168+186+208=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAD0 is #57452F. Grayscale: #B7B7B7. Windows color (decimal): -5719344 or 13679272. OLE color: 13679272.
HSL color Cylindrical-coordinate representation of color #A8BAD0: hue angle of 213º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BAD0 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 186 | 208 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.18 |
| HSL | 213º | 0.3% | 0.74% | - |
| HSV(B) | 213º | 0.19% | 0.82% | - |
| XYZ | 45.09 | 48 | 66.56 | - |
| YUV | 183.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 208 | 0.19 | 0.11 | 0 | 0.18 | 213 | 0.3 | 0.74 |
| Hex | A8 | BA | D0 | 13 | B | 0 | 12 | D5 | 1E | 4A |
| Octal | 250 | 272 | 320 | 23 | 13 | 0 | 22 | 325 | 36 | 112 |
| Binary | 10101000 | 10111010 | 11010000 | 10011 | 1011 | 0 | 10010 | 11010101 | 11110 | 1001010 |
Color Harmonies of #A8BAD0
Complementary color
Monochromatic Colors of #A8BAD0
Black with #A8BAD0
Text Example
Text Example
White with #A8BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAD0; }
p { color: rgb(168,186,208); }
H1.HeaderClassName
{
color: #A8BAD0;
}
.AnyTagClassName
{
color: #A8BAD0;
}
</style>
background-color css
<style>
a { background-color: #A8BAD0; }
a { background-color: rgb(168,186,208); }
div.DivClassName
{
background-color: #A8BAD0;
}
.BgClassName
{
background-color: #A8BAD0;
}
</style>
border-color css
<style>
span { border-color: #A8BAD0; }
span { border-color: rgb(168,186,208); }
td.TdClassName
{
border-color: #A8BAD0;
}
.TagClassName
{
border-color: #A8BAD0;
}
</style>