Shades of Spindle #ADBCCE
Tints of Spindle #ADBCCE
RGB
CMYK
RGB Variations
Color information
#ADBCCE (or 0xADBCCE) is known color: Spindle. HEX triplet: AD, BC and CE. RGB value is (173,188,206). Sum of RGB (Red+Green+Blue) = 173+188+206=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCCE is #524331. Grayscale: #B9B9B9. Windows color (decimal): -5391154 or 13548717. OLE color: 13548717.
HSL color Cylindrical-coordinate representation of color #ADBCCE: hue angle of 212.73º 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 #ADBCCE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 188 | 206 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.19 |
| HSL | 212.73º | 0.25% | 0.74% | - |
| HSV(B) | 212.73º | 0.16% | 0.81% | - |
| XYZ | 46.36 | 49.31 | 65.47 | - |
| YUV | 185.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 206 | 0.16 | 0.09 | 0 | 0.19 | 212.73 | 0.25 | 0.74 |
| Hex | AD | BC | CE | 10 | 9 | 0 | 13 | D5 | 19 | 4A |
| Octal | 255 | 274 | 316 | 20 | 11 | 0 | 23 | 325 | 31 | 112 |
| Binary | 10101101 | 10111100 | 11001110 | 10000 | 1001 | 0 | 10011 | 11010101 | 11001 | 1001010 |
Color Harmonies of #ADBCCE
Complementary color
Monochromatic Colors of #ADBCCE
Black with #ADBCCE
Text Example
Text Example
White with #ADBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCCE; }
p { color: rgb(173,188,206); }
H1.HeaderClassName
{
color: #ADBCCE;
}
.AnyTagClassName
{
color: #ADBCCE;
}
</style>
background-color css
<style>
a { background-color: #ADBCCE; }
a { background-color: rgb(173,188,206); }
div.DivClassName
{
background-color: #ADBCCE;
}
.BgClassName
{
background-color: #ADBCCE;
}
</style>
border-color css
<style>
span { border-color: #ADBCCE; }
span { border-color: rgb(173,188,206); }
td.TdClassName
{
border-color: #ADBCCE;
}
.TagClassName
{
border-color: #ADBCCE;
}
</style>