Shades of Spindle #ADBCD5
Tints of Spindle #ADBCD5
RGB
CMYK
RGB Variations
Color information
#ADBCD5 (or 0xADBCD5) is known color: Spindle. HEX triplet: AD, BC and D5. RGB value is (173,188,213). Sum of RGB (Red+Green+Blue) = 173+188+213=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCD5 is #52432A. Grayscale: #BABABA. Windows color (decimal): -5391147 or 14007469. OLE color: 14007469.
HSL color Cylindrical-coordinate representation of color #ADBCD5: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBCD5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 188 | 213 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.16 |
| HSL | 217.5º | 0.32% | 0.76% | - |
| HSV(B) | 217.5º | 0.19% | 0.84% | - |
| XYZ | 47.23 | 49.65 | 70.05 | - |
| YUV | 186.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 213 | 0.19 | 0.12 | 0 | 0.16 | 217.5 | 0.32 | 0.76 |
| Hex | AD | BC | D5 | 13 | C | 0 | 10 | DA | 20 | 4C |
| Octal | 255 | 274 | 325 | 23 | 14 | 0 | 20 | 332 | 40 | 114 |
| Binary | 10101101 | 10111100 | 11010101 | 10011 | 1100 | 0 | 10000 | 11011010 | 100000 | 1001100 |
Color Harmonies of #ADBCD5
Complementary color
Monochromatic Colors of #ADBCD5
Black with #ADBCD5
Text Example
Text Example
White with #ADBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCD5; }
p { color: rgb(173,188,213); }
H1.HeaderClassName
{
color: #ADBCD5;
}
.AnyTagClassName
{
color: #ADBCD5;
}
</style>
background-color css
<style>
a { background-color: #ADBCD5; }
a { background-color: rgb(173,188,213); }
div.DivClassName
{
background-color: #ADBCD5;
}
.BgClassName
{
background-color: #ADBCD5;
}
</style>
border-color css
<style>
span { border-color: #ADBCD5; }
span { border-color: rgb(173,188,213); }
td.TdClassName
{
border-color: #ADBCD5;
}
.TagClassName
{
border-color: #ADBCD5;
}
</style>