Shades of Spindle #ADBBCE
Tints of Spindle #ADBBCE
RGB
CMYK
RGB Variations
Color information
#ADBBCE (or 0xADBBCE) is known color: Spindle. HEX triplet: AD, BB and CE. RGB value is (173,187,206). Sum of RGB (Red+Green+Blue) = 173+187+206=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCE is #524431. Grayscale: #B8B8B8. Windows color (decimal): -5391410 or 13548461. OLE color: 13548461.
HSL color Cylindrical-coordinate representation of color #ADBBCE: hue angle of 214.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBBCE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 187 | 206 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.19 |
| HSL | 214.55º | 0.25% | 0.74% | - |
| HSV(B) | 214.55º | 0.16% | 0.81% | - |
| XYZ | 46.14 | 48.88 | 65.4 | - |
| YUV | 184.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 206 | 0.16 | 0.09 | 0 | 0.19 | 214.55 | 0.25 | 0.74 |
| Hex | AD | BB | CE | 10 | 9 | 0 | 13 | D7 | 19 | 4A |
| Octal | 255 | 273 | 316 | 20 | 11 | 0 | 23 | 327 | 31 | 112 |
| Binary | 10101101 | 10111011 | 11001110 | 10000 | 1001 | 0 | 10011 | 11010111 | 11001 | 1001010 |
Color Harmonies of #ADBBCE
Complementary color
Monochromatic Colors of #ADBBCE
Black with #ADBBCE
Text Example
Text Example
White with #ADBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBCE; }
p { color: rgb(173,187,206); }
H1.HeaderClassName
{
color: #ADBBCE;
}
.AnyTagClassName
{
color: #ADBBCE;
}
</style>
background-color css
<style>
a { background-color: #ADBBCE; }
a { background-color: rgb(173,187,206); }
div.DivClassName
{
background-color: #ADBBCE;
}
.BgClassName
{
background-color: #ADBBCE;
}
</style>
border-color css
<style>
span { border-color: #ADBBCE; }
span { border-color: rgb(173,187,206); }
td.TdClassName
{
border-color: #ADBBCE;
}
.TagClassName
{
border-color: #ADBBCE;
}
</style>