Shades of Spindle #ADBBD2
Tints of Spindle #ADBBD2
RGB
CMYK
RGB Variations
Color information
#ADBBD2 (or 0xADBBD2) is known color: Spindle. HEX triplet: AD, BB and D2. RGB value is (173,187,210). Sum of RGB (Red+Green+Blue) = 173+187+210=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD2 is #52442D. Grayscale: #B9B9B9. Windows color (decimal): -5391406 or 13810605. OLE color: 13810605.
HSL color Cylindrical-coordinate representation of color #ADBBD2: hue angle of 217.3º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBBD2 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 187 | 210 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.18 |
| HSL | 217.3º | 0.29% | 0.75% | - |
| HSV(B) | 217.3º | 0.18% | 0.82% | - |
| XYZ | 46.64 | 49.08 | 67.99 | - |
| YUV | 185.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 210 | 0.18 | 0.11 | 0 | 0.18 | 217.3 | 0.29 | 0.75 |
| Hex | AD | BB | D2 | 12 | B | 0 | 12 | D9 | 1D | 4B |
| Octal | 255 | 273 | 322 | 22 | 13 | 0 | 22 | 331 | 35 | 113 |
| Binary | 10101101 | 10111011 | 11010010 | 10010 | 1011 | 0 | 10010 | 11011001 | 11101 | 1001011 |
Color Harmonies of #ADBBD2
Complementary color
Monochromatic Colors of #ADBBD2
Black with #ADBBD2
Text Example
Text Example
White with #ADBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD2; }
p { color: rgb(173,187,210); }
H1.HeaderClassName
{
color: #ADBBD2;
}
.AnyTagClassName
{
color: #ADBBD2;
}
</style>
background-color css
<style>
a { background-color: #ADBBD2; }
a { background-color: rgb(173,187,210); }
div.DivClassName
{
background-color: #ADBBD2;
}
.BgClassName
{
background-color: #ADBBD2;
}
</style>
border-color css
<style>
span { border-color: #ADBBD2; }
span { border-color: rgb(173,187,210); }
td.TdClassName
{
border-color: #ADBBD2;
}
.TagClassName
{
border-color: #ADBBD2;
}
</style>