Shades of Spindle #ADBACF
Tints of Spindle #ADBACF
RGB
CMYK
RGB Variations
Color information
#ADBACF (or 0xADBACF) is known color: Spindle. HEX triplet: AD, BA and CF. RGB value is (173,186,207). Sum of RGB (Red+Green+Blue) = 173+186+207=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 186 (73.05% from 255 or 32.86% 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 #ADBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACF is #524530. Grayscale: #B8B8B8. Windows color (decimal): -5391665 or 13613741. OLE color: 13613741.
HSL color Cylindrical-coordinate representation of color #ADBACF: hue angle of 217.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBACF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 186 | 207 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.19 |
| HSL | 217.06º | 0.26% | 0.75% | - |
| HSV(B) | 217.06º | 0.16% | 0.81% | - |
| XYZ | 46.05 | 48.51 | 65.97 | - |
| YUV | 184.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 207 | 0.16 | 0.10 | 0 | 0.19 | 217.06 | 0.26 | 0.75 |
| Hex | AD | BA | CF | 10 | A | 0 | 13 | D9 | 1A | 4B |
| Octal | 255 | 272 | 317 | 20 | 12 | 0 | 23 | 331 | 32 | 113 |
| Binary | 10101101 | 10111010 | 11001111 | 10000 | 1010 | 0 | 10011 | 11011001 | 11010 | 1001011 |
Color Harmonies of #ADBACF
Complementary color
Monochromatic Colors of #ADBACF
Black with #ADBACF
Text Example
Text Example
White with #ADBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBACF; }
p { color: rgb(173,186,207); }
H1.HeaderClassName
{
color: #ADBACF;
}
.AnyTagClassName
{
color: #ADBACF;
}
</style>
background-color css
<style>
a { background-color: #ADBACF; }
a { background-color: rgb(173,186,207); }
div.DivClassName
{
background-color: #ADBACF;
}
.BgClassName
{
background-color: #ADBACF;
}
</style>
border-color css
<style>
span { border-color: #ADBACF; }
span { border-color: rgb(173,186,207); }
td.TdClassName
{
border-color: #ADBACF;
}
.TagClassName
{
border-color: #ADBACF;
}
</style>