Shades of Spindle #ADBACE
Tints of Spindle #ADBACE
RGB
CMYK
RGB Variations
Color information
#ADBACE (or 0xADBACE) is known color: Spindle. HEX triplet: AD, BA and CE. RGB value is (173,186,206). Sum of RGB (Red+Green+Blue) = 173+186+206=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACE is #524531. Grayscale: #B8B8B8. Windows color (decimal): -5391666 or 13548205. OLE color: 13548205.
HSL color Cylindrical-coordinate representation of color #ADBACE: hue angle of 216.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBACE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 186 | 206 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.19 |
| HSL | 216.36º | 0.25% | 0.74% | - |
| HSV(B) | 216.36º | 0.16% | 0.81% | - |
| XYZ | 45.93 | 48.46 | 65.32 | - |
| YUV | 184.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 206 | 0.16 | 0.10 | 0 | 0.19 | 216.36 | 0.25 | 0.74 |
| Hex | AD | BA | CE | 10 | A | 0 | 13 | D8 | 19 | 4A |
| Octal | 255 | 272 | 316 | 20 | 12 | 0 | 23 | 330 | 31 | 112 |
| Binary | 10101101 | 10111010 | 11001110 | 10000 | 1010 | 0 | 10011 | 11011000 | 11001 | 1001010 |
Color Harmonies of #ADBACE
Complementary color
Monochromatic Colors of #ADBACE
Black with #ADBACE
Text Example
Text Example
White with #ADBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBACE; }
p { color: rgb(173,186,206); }
H1.HeaderClassName
{
color: #ADBACE;
}
.AnyTagClassName
{
color: #ADBACE;
}
</style>
background-color css
<style>
a { background-color: #ADBACE; }
a { background-color: rgb(173,186,206); }
div.DivClassName
{
background-color: #ADBACE;
}
.BgClassName
{
background-color: #ADBACE;
}
</style>
border-color css
<style>
span { border-color: #ADBACE; }
span { border-color: rgb(173,186,206); }
td.TdClassName
{
border-color: #ADBACE;
}
.TagClassName
{
border-color: #ADBACE;
}
</style>