Shades of Spindle #ADBBCD
Tints of Spindle #ADBBCD
RGB
CMYK
RGB Variations
Color information
#ADBBCD (or 0xADBBCD) is known color: Spindle. HEX triplet: AD, BB and CD. RGB value is (173,187,205). Sum of RGB (Red+Green+Blue) = 173+187+205=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCD is #524432. Grayscale: #B8B8B8. Windows color (decimal): -5391411 or 13482925. OLE color: 13482925.
HSL color Cylindrical-coordinate representation of color #ADBBCD: hue angle of 213.75º 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 #ADBBCD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 187 | 205 | - |
CMYK | 0.16 | 0.09 | 0 | 0.20 |
HSL | 213.75º | 0.24% | 0.74% | - |
HSV(B) | 213.75º | 0.16% | 0.8% | - |
XYZ | 46.02 | 48.83 | 64.76 | - |
YUV | 184.87 | 139.36 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 187 | 205 | 0.16 | 0.09 | 0 | 0.20 | 213.75 | 0.24 | 0.74 |
Hex | AD | BB | CD | 10 | 9 | 0 | 14 | D6 | 18 | 4A |
Octal | 255 | 273 | 315 | 20 | 11 | 0 | 24 | 326 | 30 | 112 |
Binary | 10101101 | 10111011 | 11001101 | 10000 | 1001 | 0 | 10100 | 11010110 | 11000 | 1001010 |
Color Harmonies of #ADBBCD
Complementary color
Monochromatic Colors of #ADBBCD
Black with #ADBBCD
Text Example
Text Example
White with #ADBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBCD; }
p { color: rgb(173,187,205); }
H1.HeaderClassName
{
color: #ADBBCD;
}
.AnyTagClassName
{
color: #ADBBCD;
}
</style>
background-color css
<style>
a { background-color: #ADBBCD; }
a { background-color: rgb(173,187,205); }
div.DivClassName
{
background-color: #ADBBCD;
}
.BgClassName
{
background-color: #ADBBCD;
}
</style>
border-color css
<style>
span { border-color: #ADBBCD; }
span { border-color: rgb(173,187,205); }
td.TdClassName
{
border-color: #ADBBCD;
}
.TagClassName
{
border-color: #ADBBCD;
}
</style>