Shades of Spindle #A9BECF
Tints of Spindle #A9BECF
RGB
CMYK
RGB Variations
Color information
#A9BECF (or 0xA9BECF) is known color: Spindle. HEX triplet: A9, BE and CF. RGB value is (169,190,207). Sum of RGB (Red+Green+Blue) = 169+190+207=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECF is #564130. Grayscale: #B9B9B9. Windows color (decimal): -5652785 or 13614761. OLE color: 13614761.
HSL color Cylindrical-coordinate representation of color #A9BECF: hue angle of 206.84º 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 #A9BECF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 190 | 207 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.19 |
| HSL | 206.84º | 0.28% | 0.74% | - |
| HSV(B) | 206.84º | 0.18% | 0.81% | - |
| XYZ | 46.04 | 49.77 | 66.21 | - |
| YUV | 185.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 207 | 0.18 | 0.08 | 0 | 0.19 | 206.84 | 0.28 | 0.74 |
| Hex | A9 | BE | CF | 12 | 8 | 0 | 13 | CF | 1C | 4A |
| Octal | 251 | 276 | 317 | 22 | 10 | 0 | 23 | 317 | 34 | 112 |
| Binary | 10101001 | 10111110 | 11001111 | 10010 | 1000 | 0 | 10011 | 11001111 | 11100 | 1001010 |
Color Harmonies of #A9BECF
Complementary color
Monochromatic Colors of #A9BECF
Black with #A9BECF
Text Example
Text Example
White with #A9BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BECF; }
p { color: rgb(169,190,207); }
H1.HeaderClassName
{
color: #A9BECF;
}
.AnyTagClassName
{
color: #A9BECF;
}
</style>
background-color css
<style>
a { background-color: #A9BECF; }
a { background-color: rgb(169,190,207); }
div.DivClassName
{
background-color: #A9BECF;
}
.BgClassName
{
background-color: #A9BECF;
}
</style>
border-color css
<style>
span { border-color: #A9BECF; }
span { border-color: rgb(169,190,207); }
td.TdClassName
{
border-color: #A9BECF;
}
.TagClassName
{
border-color: #A9BECF;
}
</style>