Shades of Spindle #ACBAD5
Tints of Spindle #ACBAD5
RGB
CMYK
RGB Variations
Color information
#ACBAD5 (or 0xACBAD5) is known color: Spindle. HEX triplet: AC, BA and D5. RGB value is (172,186,213). Sum of RGB (Red+Green+Blue) = 172+186+213=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD5 is #53452A. Grayscale: #B8B8B8. Windows color (decimal): -5457195 or 14006956. OLE color: 14006956.
HSL color Cylindrical-coordinate representation of color #ACBAD5: hue angle of 219.51º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBAD5 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 186 | 213 | - |
CMYK | 0.19 | 0.13 | 0 | 0.16 |
HSL | 219.51º | 0.33% | 0.75% | - |
HSV(B) | 219.51º | 0.19% | 0.84% | - |
XYZ | 46.58 | 48.69 | 69.89 | - |
YUV | 184.89 | 143.86 | 118.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 213 | 0.19 | 0.13 | 0 | 0.16 | 219.51 | 0.33 | 0.75 |
Hex | AC | BA | D5 | 13 | D | 0 | 10 | DC | 21 | 4B |
Octal | 254 | 272 | 325 | 23 | 15 | 0 | 20 | 334 | 41 | 113 |
Binary | 10101100 | 10111010 | 11010101 | 10011 | 1101 | 0 | 10000 | 11011100 | 100001 | 1001011 |
Color Harmonies of #ACBAD5
Complementary color
Monochromatic Colors of #ACBAD5
Black with #ACBAD5
Text Example
Text Example
White with #ACBAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAD5; }
p { color: rgb(172,186,213); }
H1.HeaderClassName
{
color: #ACBAD5;
}
.AnyTagClassName
{
color: #ACBAD5;
}
</style>
background-color css
<style>
a { background-color: #ACBAD5; }
a { background-color: rgb(172,186,213); }
div.DivClassName
{
background-color: #ACBAD5;
}
.BgClassName
{
background-color: #ACBAD5;
}
</style>
border-color css
<style>
span { border-color: #ACBAD5; }
span { border-color: rgb(172,186,213); }
td.TdClassName
{
border-color: #ACBAD5;
}
.TagClassName
{
border-color: #ACBAD5;
}
</style>