Shades of Spindle #ADBBCB
Tints of Spindle #ADBBCB
RGB
CMYK
RGB Variations
Color information
#ADBBCB (or 0xADBBCB) is known color: Spindle. HEX triplet: AD, BB and CB. RGB value is (173,187,203). Sum of RGB (Red+Green+Blue) = 173+187+203=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCB is #524434. Grayscale: #B8B8B8. Windows color (decimal): -5391413 or 13351853. OLE color: 13351853.
HSL color Cylindrical-coordinate representation of color #ADBBCB: hue angle of 212º degrees, saturation: 0.22, 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 #ADBBCB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 187 | 203 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.20 |
| HSL | 212º | 0.22% | 0.74% | - |
| HSV(B) | 212º | 0.15% | 0.8% | - |
| XYZ | 45.78 | 48.74 | 63.49 | - |
| YUV | 184.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 203 | 0.15 | 0.08 | 0 | 0.20 | 212 | 0.22 | 0.74 |
| Hex | AD | BB | CB | F | 8 | 0 | 14 | D4 | 16 | 4A |
| Octal | 255 | 273 | 313 | 17 | 10 | 0 | 24 | 324 | 26 | 112 |
| Binary | 10101101 | 10111011 | 11001011 | 1111 | 1000 | 0 | 10100 | 11010100 | 10110 | 1001010 |
Color Harmonies of #ADBBCB
Complementary color
Monochromatic Colors of #ADBBCB
Black with #ADBBCB
Text Example
Text Example
White with #ADBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBCB; }
p { color: rgb(173,187,203); }
H1.HeaderClassName
{
color: #ADBBCB;
}
.AnyTagClassName
{
color: #ADBBCB;
}
</style>
background-color css
<style>
a { background-color: #ADBBCB; }
a { background-color: rgb(173,187,203); }
div.DivClassName
{
background-color: #ADBBCB;
}
.BgClassName
{
background-color: #ADBBCB;
}
</style>
border-color css
<style>
span { border-color: #ADBBCB; }
span { border-color: rgb(173,187,203); }
td.TdClassName
{
border-color: #ADBBCB;
}
.TagClassName
{
border-color: #ADBBCB;
}
</style>