Shades of Spindle #ADBACB
Tints of Spindle #ADBACB
RGB
CMYK
RGB Variations
Color information
#ADBACB (or 0xADBACB) is known color: Spindle. HEX triplet: AD, BA and CB. RGB value is (173,186,203). Sum of RGB (Red+Green+Blue) = 173+186+203=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACB is #524534. Grayscale: #B7B7B7. Windows color (decimal): -5391669 or 13351597. OLE color: 13351597.
HSL color Cylindrical-coordinate representation of color #ADBACB: hue angle of 214º 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 #ADBACB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 186 | 203 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.20 |
| HSL | 214º | 0.22% | 0.74% | - |
| HSV(B) | 214º | 0.15% | 0.8% | - |
| XYZ | 45.57 | 48.31 | 63.42 | - |
| YUV | 184.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 203 | 0.15 | 0.08 | 0 | 0.20 | 214 | 0.22 | 0.74 |
| Hex | AD | BA | CB | F | 8 | 0 | 14 | D6 | 16 | 4A |
| Octal | 255 | 272 | 313 | 17 | 10 | 0 | 24 | 326 | 26 | 112 |
| Binary | 10101101 | 10111010 | 11001011 | 1111 | 1000 | 0 | 10100 | 11010110 | 10110 | 1001010 |
Color Harmonies of #ADBACB
Complementary color
Monochromatic Colors of #ADBACB
Black with #ADBACB
Text Example
Text Example
White with #ADBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBACB; }
p { color: rgb(173,186,203); }
H1.HeaderClassName
{
color: #ADBACB;
}
.AnyTagClassName
{
color: #ADBACB;
}
</style>
background-color css
<style>
a { background-color: #ADBACB; }
a { background-color: rgb(173,186,203); }
div.DivClassName
{
background-color: #ADBACB;
}
.BgClassName
{
background-color: #ADBACB;
}
</style>
border-color css
<style>
span { border-color: #ADBACB; }
span { border-color: rgb(173,186,203); }
td.TdClassName
{
border-color: #ADBACB;
}
.TagClassName
{
border-color: #ADBACB;
}
</style>