Shades of Spindle #ADBCD0
Tints of Spindle #ADBCD0
RGB
CMYK
RGB Variations
Color information
#ADBCD0 (or 0xADBCD0) is known color: Spindle. HEX triplet: AD, BC and D0. RGB value is (173,188,208). Sum of RGB (Red+Green+Blue) = 173+188+208=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCD0 is #52432F. Grayscale: #B9B9B9. Windows color (decimal): -5391152 or 13679789. OLE color: 13679789.
HSL color Cylindrical-coordinate representation of color #ADBCD0: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADBCD0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 188 | 208 | - |
CMYK | 0.17 | 0.10 | 0 | 0.18 |
HSL | 214.29º | 0.27% | 0.75% | - |
HSV(B) | 214.29º | 0.17% | 0.82% | - |
XYZ | 46.6 | 49.4 | 66.75 | - |
YUV | 185.8 | 140.53 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 188 | 208 | 0.17 | 0.10 | 0 | 0.18 | 214.29 | 0.27 | 0.75 |
Hex | AD | BC | D0 | 11 | A | 0 | 12 | D6 | 1B | 4B |
Octal | 255 | 274 | 320 | 21 | 12 | 0 | 22 | 326 | 33 | 113 |
Binary | 10101101 | 10111100 | 11010000 | 10001 | 1010 | 0 | 10010 | 11010110 | 11011 | 1001011 |
Color Harmonies of #ADBCD0
Complementary color
Monochromatic Colors of #ADBCD0
Black with #ADBCD0
Text Example
Text Example
White with #ADBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCD0; }
p { color: rgb(173,188,208); }
H1.HeaderClassName
{
color: #ADBCD0;
}
.AnyTagClassName
{
color: #ADBCD0;
}
</style>
background-color css
<style>
a { background-color: #ADBCD0; }
a { background-color: rgb(173,188,208); }
div.DivClassName
{
background-color: #ADBCD0;
}
.BgClassName
{
background-color: #ADBCD0;
}
</style>
border-color css
<style>
span { border-color: #ADBCD0; }
span { border-color: rgb(173,188,208); }
td.TdClassName
{
border-color: #ADBCD0;
}
.TagClassName
{
border-color: #ADBCD0;
}
</style>