Shades of Spindle #ADBBCC
Tints of Spindle #ADBBCC
RGB
CMYK
RGB Variations
Color information
#ADBBCC (or 0xADBBCC) is known color: Spindle. HEX triplet: AD, BB and CC. RGB value is (173,187,204). Sum of RGB (Red+Green+Blue) = 173+187+204=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCC is #524433. Grayscale: #B8B8B8. Windows color (decimal): -5391412 or 13417389. OLE color: 13417389.
HSL color Cylindrical-coordinate representation of color #ADBBCC: hue angle of 212.9º 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 #ADBBCC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 187 | 204 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.2 |
| HSL | 212.9º | 0.23% | 0.74% | - |
| HSV(B) | 212.9º | 0.15% | 0.8% | - |
| XYZ | 45.9 | 48.78 | 64.12 | - |
| YUV | 184.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 204 | 0.15 | 0.08 | 0 | 0.2 | 212.9 | 0.23 | 0.74 |
| Hex | AD | BB | CC | F | 8 | 0 | 14 | D5 | 17 | 4A |
| Octal | 255 | 273 | 314 | 17 | 10 | 0 | 24 | 325 | 27 | 112 |
| Binary | 10101101 | 10111011 | 11001100 | 1111 | 1000 | 0 | 10100 | 11010101 | 10111 | 1001010 |
Color Harmonies of #ADBBCC
Complementary color
Monochromatic Colors of #ADBBCC
Black with #ADBBCC
Text Example
Text Example
White with #ADBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBCC; }
p { color: rgb(173,187,204); }
H1.HeaderClassName
{
color: #ADBBCC;
}
.AnyTagClassName
{
color: #ADBBCC;
}
</style>
background-color css
<style>
a { background-color: #ADBBCC; }
a { background-color: rgb(173,187,204); }
div.DivClassName
{
background-color: #ADBBCC;
}
.BgClassName
{
background-color: #ADBBCC;
}
</style>
border-color css
<style>
span { border-color: #ADBBCC; }
span { border-color: rgb(173,187,204); }
td.TdClassName
{
border-color: #ADBBCC;
}
.TagClassName
{
border-color: #ADBBCC;
}
</style>