Shades of Spindle #ADBCCF
Tints of Spindle #ADBCCF
RGB
CMYK
RGB Variations
Color information
#ADBCCF (or 0xADBCCF) is known color: Spindle. HEX triplet: AD, BC and CF. RGB value is (173,188,207). Sum of RGB (Red+Green+Blue) = 173+188+207=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCCF is #524330. Grayscale: #B9B9B9. Windows color (decimal): -5391153 or 13614253. OLE color: 13614253.
HSL color Cylindrical-coordinate representation of color #ADBCCF: hue angle of 213.53º 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 #ADBCCF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 188 | 207 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.19 |
| HSL | 213.53º | 0.26% | 0.75% | - |
| HSV(B) | 213.53º | 0.16% | 0.81% | - |
| XYZ | 46.48 | 49.36 | 66.11 | - |
| YUV | 185.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 207 | 0.16 | 0.09 | 0 | 0.19 | 213.53 | 0.26 | 0.75 |
| Hex | AD | BC | CF | 10 | 9 | 0 | 13 | D6 | 1A | 4B |
| Octal | 255 | 274 | 317 | 20 | 11 | 0 | 23 | 326 | 32 | 113 |
| Binary | 10101101 | 10111100 | 11001111 | 10000 | 1001 | 0 | 10011 | 11010110 | 11010 | 1001011 |
Color Harmonies of #ADBCCF
Complementary color
Monochromatic Colors of #ADBCCF
Black with #ADBCCF
Text Example
Text Example
White with #ADBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCCF; }
p { color: rgb(173,188,207); }
H1.HeaderClassName
{
color: #ADBCCF;
}
.AnyTagClassName
{
color: #ADBCCF;
}
</style>
background-color css
<style>
a { background-color: #ADBCCF; }
a { background-color: rgb(173,188,207); }
div.DivClassName
{
background-color: #ADBCCF;
}
.BgClassName
{
background-color: #ADBCCF;
}
</style>
border-color css
<style>
span { border-color: #ADBCCF; }
span { border-color: rgb(173,188,207); }
td.TdClassName
{
border-color: #ADBCCF;
}
.TagClassName
{
border-color: #ADBCCF;
}
</style>