Shades of Spindle #A9BBCF
Tints of Spindle #A9BBCF
RGB
CMYK
RGB Variations
Color information
#A9BBCF (or 0xA9BBCF) is known color: Spindle. HEX triplet: A9, BB and CF. RGB value is (169,187,207). Sum of RGB (Red+Green+Blue) = 169+187+207=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCF is #564430. Grayscale: #B7B7B7. Windows color (decimal): -5653553 or 13613993. OLE color: 13613993.
HSL color Cylindrical-coordinate representation of color #A9BBCF: hue angle of 211.58º 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 #A9BBCF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 187 | 207 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.19 |
| HSL | 211.58º | 0.28% | 0.74% | - |
| HSV(B) | 211.58º | 0.18% | 0.81% | - |
| XYZ | 45.4 | 48.48 | 66 | - |
| YUV | 183.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 207 | 0.18 | 0.10 | 0 | 0.19 | 211.58 | 0.28 | 0.74 |
| Hex | A9 | BB | CF | 12 | A | 0 | 13 | D4 | 1C | 4A |
| Octal | 251 | 273 | 317 | 22 | 12 | 0 | 23 | 324 | 34 | 112 |
| Binary | 10101001 | 10111011 | 11001111 | 10010 | 1010 | 0 | 10011 | 11010100 | 11100 | 1001010 |
Color Harmonies of #A9BBCF
Complementary color
Monochromatic Colors of #A9BBCF
Black with #A9BBCF
Text Example
Text Example
White with #A9BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBCF; }
p { color: rgb(169,187,207); }
H1.HeaderClassName
{
color: #A9BBCF;
}
.AnyTagClassName
{
color: #A9BBCF;
}
</style>
background-color css
<style>
a { background-color: #A9BBCF; }
a { background-color: rgb(169,187,207); }
div.DivClassName
{
background-color: #A9BBCF;
}
.BgClassName
{
background-color: #A9BBCF;
}
</style>
border-color css
<style>
span { border-color: #A9BBCF; }
span { border-color: rgb(169,187,207); }
td.TdClassName
{
border-color: #A9BBCF;
}
.TagClassName
{
border-color: #A9BBCF;
}
</style>