Shades of Spindle #ADBECD
Tints of Spindle #ADBECD
RGB
CMYK
RGB Variations
Color information
#ADBECD (or 0xADBECD) is known color: Spindle. HEX triplet: AD, BE and CD. RGB value is (173,190,205). Sum of RGB (Red+Green+Blue) = 173+190+205=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBECD is #524132. Grayscale: #BABABA. Windows color (decimal): -5390643 or 13483693. OLE color: 13483693.
HSL color Cylindrical-coordinate representation of color #ADBECD: hue angle of 208.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBECD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 190 | 205 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.20 |
| HSL | 208.13º | 0.24% | 0.74% | - |
| HSV(B) | 208.13º | 0.16% | 0.8% | - |
| XYZ | 46.67 | 50.12 | 64.97 | - |
| YUV | 186.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 205 | 0.16 | 0.07 | 0 | 0.20 | 208.13 | 0.24 | 0.74 |
| Hex | AD | BE | CD | 10 | 7 | 0 | 14 | D0 | 18 | 4A |
| Octal | 255 | 276 | 315 | 20 | 7 | 0 | 24 | 320 | 30 | 112 |
| Binary | 10101101 | 10111110 | 11001101 | 10000 | 111 | 0 | 10100 | 11010000 | 11000 | 1001010 |
Color Harmonies of #ADBECD
Complementary color
Monochromatic Colors of #ADBECD
Black with #ADBECD
Text Example
Text Example
White with #ADBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBECD; }
p { color: rgb(173,190,205); }
H1.HeaderClassName
{
color: #ADBECD;
}
.AnyTagClassName
{
color: #ADBECD;
}
</style>
background-color css
<style>
a { background-color: #ADBECD; }
a { background-color: rgb(173,190,205); }
div.DivClassName
{
background-color: #ADBECD;
}
.BgClassName
{
background-color: #ADBECD;
}
</style>
border-color css
<style>
span { border-color: #ADBECD; }
span { border-color: rgb(173,190,205); }
td.TdClassName
{
border-color: #ADBECD;
}
.TagClassName
{
border-color: #ADBECD;
}
</style>