Shades of Spindle #A9BBCD
Tints of Spindle #A9BBCD
RGB
CMYK
RGB Variations
Color information
#A9BBCD (or 0xA9BBCD) is known color: Spindle. HEX triplet: A9, BB and CD. RGB value is (169,187,205). Sum of RGB (Red+Green+Blue) = 169+187+205=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCD is #564432. Grayscale: #B7B7B7. Windows color (decimal): -5653555 or 13482921. OLE color: 13482921.
HSL color Cylindrical-coordinate representation of color #A9BBCD: hue angle of 210º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BBCD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 187 | 205 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.20 |
| HSL | 210º | 0.26% | 0.73% | - |
| HSV(B) | 210º | 0.18% | 0.8% | - |
| XYZ | 45.15 | 48.38 | 64.72 | - |
| YUV | 183.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 205 | 0.18 | 0.09 | 0 | 0.20 | 210 | 0.26 | 0.73 |
| Hex | A9 | BB | CD | 12 | 9 | 0 | 14 | D2 | 1A | 49 |
| Octal | 251 | 273 | 315 | 22 | 11 | 0 | 24 | 322 | 32 | 111 |
| Binary | 10101001 | 10111011 | 11001101 | 10010 | 1001 | 0 | 10100 | 11010010 | 11010 | 1001001 |
Color Harmonies of #A9BBCD
Complementary color
Monochromatic Colors of #A9BBCD
Black with #A9BBCD
Text Example
Text Example
White with #A9BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBCD; }
p { color: rgb(169,187,205); }
H1.HeaderClassName
{
color: #A9BBCD;
}
.AnyTagClassName
{
color: #A9BBCD;
}
</style>
background-color css
<style>
a { background-color: #A9BBCD; }
a { background-color: rgb(169,187,205); }
div.DivClassName
{
background-color: #A9BBCD;
}
.BgClassName
{
background-color: #A9BBCD;
}
</style>
border-color css
<style>
span { border-color: #A9BBCD; }
span { border-color: rgb(169,187,205); }
td.TdClassName
{
border-color: #A9BBCD;
}
.TagClassName
{
border-color: #A9BBCD;
}
</style>