Shades of Spindle #A9BACF
Tints of Spindle #A9BACF
RGB
CMYK
RGB Variations
Color information
#A9BACF (or 0xA9BACF) is known color: Spindle. HEX triplet: A9, BA and CF. RGB value is (169,186,207). Sum of RGB (Red+Green+Blue) = 169+186+207=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BACF is #564530. Grayscale: #B7B7B7. Windows color (decimal): -5653809 or 13613737. OLE color: 13613737.
HSL color Cylindrical-coordinate representation of color #A9BACF: hue angle of 213.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BACF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 186 | 207 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.19 |
| HSL | 213.16º | 0.28% | 0.74% | - |
| HSV(B) | 213.16º | 0.18% | 0.81% | - |
| XYZ | 45.18 | 48.06 | 65.93 | - |
| YUV | 183.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 207 | 0.18 | 0.10 | 0 | 0.19 | 213.16 | 0.28 | 0.74 |
| Hex | A9 | BA | CF | 12 | A | 0 | 13 | D5 | 1C | 4A |
| Octal | 251 | 272 | 317 | 22 | 12 | 0 | 23 | 325 | 34 | 112 |
| Binary | 10101001 | 10111010 | 11001111 | 10010 | 1010 | 0 | 10011 | 11010101 | 11100 | 1001010 |
Color Harmonies of #A9BACF
Complementary color
Monochromatic Colors of #A9BACF
Black with #A9BACF
Text Example
Text Example
White with #A9BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BACF; }
p { color: rgb(169,186,207); }
H1.HeaderClassName
{
color: #A9BACF;
}
.AnyTagClassName
{
color: #A9BACF;
}
</style>
background-color css
<style>
a { background-color: #A9BACF; }
a { background-color: rgb(169,186,207); }
div.DivClassName
{
background-color: #A9BACF;
}
.BgClassName
{
background-color: #A9BACF;
}
</style>
border-color css
<style>
span { border-color: #A9BACF; }
span { border-color: rgb(169,186,207); }
td.TdClassName
{
border-color: #A9BACF;
}
.TagClassName
{
border-color: #A9BACF;
}
</style>