Shades of Spindle #A9BAD4
Tints of Spindle #A9BAD4
RGB
CMYK
RGB Variations
Color information
#A9BAD4 (or 0xA9BAD4) is known color: Spindle. HEX triplet: A9, BA and D4. RGB value is (169,186,212). Sum of RGB (Red+Green+Blue) = 169+186+212=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #A9BAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAD4 is #56452B. Grayscale: #B7B7B7. Windows color (decimal): -5653804 or 13941417. OLE color: 13941417.
HSL color Cylindrical-coordinate representation of color #A9BAD4: hue angle of 216.28º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BAD4 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 186 | 212 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.17 |
| HSL | 216.28º | 0.33% | 0.75% | - |
| HSV(B) | 216.28º | 0.2% | 0.83% | - |
| XYZ | 45.8 | 48.31 | 69.2 | - |
| YUV | 183.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 212 | 0.20 | 0.12 | 0 | 0.17 | 216.28 | 0.33 | 0.75 |
| Hex | A9 | BA | D4 | 14 | C | 0 | 11 | D8 | 21 | 4B |
| Octal | 251 | 272 | 324 | 24 | 14 | 0 | 21 | 330 | 41 | 113 |
| Binary | 10101001 | 10111010 | 11010100 | 10100 | 1100 | 0 | 10001 | 11011000 | 100001 | 1001011 |
Color Harmonies of #A9BAD4
Complementary color
Monochromatic Colors of #A9BAD4
Black with #A9BAD4
Text Example
Text Example
White with #A9BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAD4; }
p { color: rgb(169,186,212); }
H1.HeaderClassName
{
color: #A9BAD4;
}
.AnyTagClassName
{
color: #A9BAD4;
}
</style>
background-color css
<style>
a { background-color: #A9BAD4; }
a { background-color: rgb(169,186,212); }
div.DivClassName
{
background-color: #A9BAD4;
}
.BgClassName
{
background-color: #A9BAD4;
}
</style>
border-color css
<style>
span { border-color: #A9BAD4; }
span { border-color: rgb(169,186,212); }
td.TdClassName
{
border-color: #A9BAD4;
}
.TagClassName
{
border-color: #A9BAD4;
}
</style>