Shades of Spindle #ACBDD0
Tints of Spindle #ACBDD0
RGB
CMYK
RGB Variations
Color information
#ACBDD0 (or 0xACBDD0) is known color: Spindle. HEX triplet: AC, BD and D0. RGB value is (172,189,208). Sum of RGB (Red+Green+Blue) = 172+189+208=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD0 is #53422F. Grayscale: #B9B9B9. Windows color (decimal): -5456432 or 13680044. OLE color: 13680044.
HSL color Cylindrical-coordinate representation of color #ACBDD0: hue angle of 211.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBDD0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 189 | 208 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.18 |
| HSL | 211.67º | 0.28% | 0.75% | - |
| HSV(B) | 211.67º | 0.17% | 0.82% | - |
| XYZ | 46.6 | 49.72 | 66.82 | - |
| YUV | 186.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 208 | 0.17 | 0.09 | 0 | 0.18 | 211.67 | 0.28 | 0.75 |
| Hex | AC | BD | D0 | 11 | 9 | 0 | 12 | D4 | 1C | 4B |
| Octal | 254 | 275 | 320 | 21 | 11 | 0 | 22 | 324 | 34 | 113 |
| Binary | 10101100 | 10111101 | 11010000 | 10001 | 1001 | 0 | 10010 | 11010100 | 11100 | 1001011 |
Color Harmonies of #ACBDD0
Complementary color
Monochromatic Colors of #ACBDD0
Black with #ACBDD0
Text Example
Text Example
White with #ACBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDD0; }
p { color: rgb(172,189,208); }
H1.HeaderClassName
{
color: #ACBDD0;
}
.AnyTagClassName
{
color: #ACBDD0;
}
</style>
background-color css
<style>
a { background-color: #ACBDD0; }
a { background-color: rgb(172,189,208); }
div.DivClassName
{
background-color: #ACBDD0;
}
.BgClassName
{
background-color: #ACBDD0;
}
</style>
border-color css
<style>
span { border-color: #ACBDD0; }
span { border-color: rgb(172,189,208); }
td.TdClassName
{
border-color: #ACBDD0;
}
.TagClassName
{
border-color: #ACBDD0;
}
</style>