Shades of Spindle #ACBACC
Tints of Spindle #ACBACC
RGB
CMYK
RGB Variations
Color information
#ACBACC (or 0xACBACC) is known color: Spindle. HEX triplet: AC, BA and CC. RGB value is (172,186,204). Sum of RGB (Red+Green+Blue) = 172+186+204=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACC is #534533. Grayscale: #B7B7B7. Windows color (decimal): -5457204 or 13417132. OLE color: 13417132.
HSL color Cylindrical-coordinate representation of color #ACBACC: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBACC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 186 | 204 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.2 |
| HSL | 213.75º | 0.24% | 0.74% | - |
| HSV(B) | 213.75º | 0.16% | 0.8% | - |
| XYZ | 45.47 | 48.25 | 64.04 | - |
| YUV | 183.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 204 | 0.16 | 0.09 | 0 | 0.2 | 213.75 | 0.24 | 0.74 |
| Hex | AC | BA | CC | 10 | 9 | 0 | 14 | D6 | 18 | 4A |
| Octal | 254 | 272 | 314 | 20 | 11 | 0 | 24 | 326 | 30 | 112 |
| Binary | 10101100 | 10111010 | 11001100 | 10000 | 1001 | 0 | 10100 | 11010110 | 11000 | 1001010 |
Color Harmonies of #ACBACC
Complementary color
Monochromatic Colors of #ACBACC
Black with #ACBACC
Text Example
Text Example
White with #ACBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBACC; }
p { color: rgb(172,186,204); }
H1.HeaderClassName
{
color: #ACBACC;
}
.AnyTagClassName
{
color: #ACBACC;
}
</style>
background-color css
<style>
a { background-color: #ACBACC; }
a { background-color: rgb(172,186,204); }
div.DivClassName
{
background-color: #ACBACC;
}
.BgClassName
{
background-color: #ACBACC;
}
</style>
border-color css
<style>
span { border-color: #ACBACC; }
span { border-color: rgb(172,186,204); }
td.TdClassName
{
border-color: #ACBACC;
}
.TagClassName
{
border-color: #ACBACC;
}
</style>