Shades of Spindle #ADBED5
Tints of Spindle #ADBED5
RGB
CMYK
RGB Variations
Color information
#ADBED5 (or 0xADBED5) is known color: Spindle. HEX triplet: AD, BE and D5. RGB value is (173,190,213). Sum of RGB (Red+Green+Blue) = 173+190+213=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED5 is #52412A. Grayscale: #BBBBBB. Windows color (decimal): -5390635 or 14007981. OLE color: 14007981.
HSL color Cylindrical-coordinate representation of color #ADBED5: hue angle of 214.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBED5 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 190 | 213 | - |
CMYK | 0.19 | 0.11 | 0 | 0.16 |
HSL | 214.5º | 0.32% | 0.76% | - |
HSV(B) | 214.5º | 0.19% | 0.84% | - |
XYZ | 47.66 | 50.52 | 70.19 | - |
YUV | 187.54 | 142.37 | 117.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 213 | 0.19 | 0.11 | 0 | 0.16 | 214.5 | 0.32 | 0.76 |
Hex | AD | BE | D5 | 13 | B | 0 | 10 | D6 | 20 | 4C |
Octal | 255 | 276 | 325 | 23 | 13 | 0 | 20 | 326 | 40 | 114 |
Binary | 10101101 | 10111110 | 11010101 | 10011 | 1011 | 0 | 10000 | 11010110 | 100000 | 1001100 |
Color Harmonies of #ADBED5
Complementary color
Monochromatic Colors of #ADBED5
Black with #ADBED5
Text Example
Text Example
White with #ADBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBED5; }
p { color: rgb(173,190,213); }
H1.HeaderClassName
{
color: #ADBED5;
}
.AnyTagClassName
{
color: #ADBED5;
}
</style>
background-color css
<style>
a { background-color: #ADBED5; }
a { background-color: rgb(173,190,213); }
div.DivClassName
{
background-color: #ADBED5;
}
.BgClassName
{
background-color: #ADBED5;
}
</style>
border-color css
<style>
span { border-color: #ADBED5; }
span { border-color: rgb(173,190,213); }
td.TdClassName
{
border-color: #ADBED5;
}
.TagClassName
{
border-color: #ADBED5;
}
</style>