Shades of Spindle #ADBBCF
Tints of Spindle #ADBBCF
RGB
CMYK
RGB Variations
Color information
#ADBBCF (or 0xADBBCF) is known color: Spindle. HEX triplet: AD, BB and CF. RGB value is (173,187,207). Sum of RGB (Red+Green+Blue) = 173+187+207=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCF is #524430. Grayscale: #B9B9B9. Windows color (decimal): -5391409 or 13613997. OLE color: 13613997.
HSL color Cylindrical-coordinate representation of color #ADBBCF: hue angle of 215.29º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBBCF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 187 | 207 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.19 |
| HSL | 215.29º | 0.26% | 0.75% | - |
| HSV(B) | 215.29º | 0.16% | 0.81% | - |
| XYZ | 46.27 | 48.93 | 66.04 | - |
| YUV | 185.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 207 | 0.16 | 0.10 | 0 | 0.19 | 215.29 | 0.26 | 0.75 |
| Hex | AD | BB | CF | 10 | A | 0 | 13 | D7 | 1A | 4B |
| Octal | 255 | 273 | 317 | 20 | 12 | 0 | 23 | 327 | 32 | 113 |
| Binary | 10101101 | 10111011 | 11001111 | 10000 | 1010 | 0 | 10011 | 11010111 | 11010 | 1001011 |
Color Harmonies of #ADBBCF
Complementary color
Monochromatic Colors of #ADBBCF
Black with #ADBBCF
Text Example
Text Example
White with #ADBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBCF; }
p { color: rgb(173,187,207); }
H1.HeaderClassName
{
color: #ADBBCF;
}
.AnyTagClassName
{
color: #ADBBCF;
}
</style>
background-color css
<style>
a { background-color: #ADBBCF; }
a { background-color: rgb(173,187,207); }
div.DivClassName
{
background-color: #ADBBCF;
}
.BgClassName
{
background-color: #ADBBCF;
}
</style>
border-color css
<style>
span { border-color: #ADBBCF; }
span { border-color: rgb(173,187,207); }
td.TdClassName
{
border-color: #ADBBCF;
}
.TagClassName
{
border-color: #ADBBCF;
}
</style>