Shades of Spindle #ADBCCC
Tints of Spindle #ADBCCC
RGB
CMYK
RGB Variations
Color information
#ADBCCC (or 0xADBCCC) is known color: Spindle. HEX triplet: AD, BC and CC. RGB value is (173,188,204). Sum of RGB (Red+Green+Blue) = 173+188+204=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCCC is #524333. Grayscale: #B9B9B9. Windows color (decimal): -5391156 or 13417645. OLE color: 13417645.
HSL color Cylindrical-coordinate representation of color #ADBCCC: hue angle of 210.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBCCC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 188 | 204 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.2 |
| HSL | 210.97º | 0.23% | 0.74% | - |
| HSV(B) | 210.97º | 0.15% | 0.8% | - |
| XYZ | 46.12 | 49.21 | 64.19 | - |
| YUV | 185.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 204 | 0.15 | 0.08 | 0 | 0.2 | 210.97 | 0.23 | 0.74 |
| Hex | AD | BC | CC | F | 8 | 0 | 14 | D3 | 17 | 4A |
| Octal | 255 | 274 | 314 | 17 | 10 | 0 | 24 | 323 | 27 | 112 |
| Binary | 10101101 | 10111100 | 11001100 | 1111 | 1000 | 0 | 10100 | 11010011 | 10111 | 1001010 |
Color Harmonies of #ADBCCC
Complementary color
Monochromatic Colors of #ADBCCC
Black with #ADBCCC
Text Example
Text Example
White with #ADBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCCC; }
p { color: rgb(173,188,204); }
H1.HeaderClassName
{
color: #ADBCCC;
}
.AnyTagClassName
{
color: #ADBCCC;
}
</style>
background-color css
<style>
a { background-color: #ADBCCC; }
a { background-color: rgb(173,188,204); }
div.DivClassName
{
background-color: #ADBCCC;
}
.BgClassName
{
background-color: #ADBCCC;
}
</style>
border-color css
<style>
span { border-color: #ADBCCC; }
span { border-color: rgb(173,188,204); }
td.TdClassName
{
border-color: #ADBCCC;
}
.TagClassName
{
border-color: #ADBCCC;
}
</style>