Shades of Spindle #ACBACD
Tints of Spindle #ACBACD
RGB
CMYK
RGB Variations
Color information
#ACBACD (or 0xACBACD) is known color: Spindle. HEX triplet: AC, BA and CD. RGB value is (172,186,205). Sum of RGB (Red+Green+Blue) = 172+186+205=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACD is #534532. Grayscale: #B7B7B7. Windows color (decimal): -5457203 or 13482668. OLE color: 13482668.
HSL color Cylindrical-coordinate representation of color #ACBACD: hue angle of 214.55º degrees, saturation: 0.25, 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 #ACBACD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 186 | 205 | - |
CMYK | 0.16 | 0.09 | 0 | 0.20 |
HSL | 214.55º | 0.25% | 0.74% | - |
HSV(B) | 214.55º | 0.16% | 0.8% | - |
XYZ | 45.59 | 48.3 | 64.68 | - |
YUV | 183.98 | 139.86 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 205 | 0.16 | 0.09 | 0 | 0.20 | 214.55 | 0.25 | 0.74 |
Hex | AC | BA | CD | 10 | 9 | 0 | 14 | D7 | 19 | 4A |
Octal | 254 | 272 | 315 | 20 | 11 | 0 | 24 | 327 | 31 | 112 |
Binary | 10101100 | 10111010 | 11001101 | 10000 | 1001 | 0 | 10100 | 11010111 | 11001 | 1001010 |
Color Harmonies of #ACBACD
Complementary color
Monochromatic Colors of #ACBACD
Black with #ACBACD
Text Example
Text Example
White with #ACBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBACD; }
p { color: rgb(172,186,205); }
H1.HeaderClassName
{
color: #ACBACD;
}
.AnyTagClassName
{
color: #ACBACD;
}
</style>
background-color css
<style>
a { background-color: #ACBACD; }
a { background-color: rgb(172,186,205); }
div.DivClassName
{
background-color: #ACBACD;
}
.BgClassName
{
background-color: #ACBACD;
}
</style>
border-color css
<style>
span { border-color: #ACBACD; }
span { border-color: rgb(172,186,205); }
td.TdClassName
{
border-color: #ACBACD;
}
.TagClassName
{
border-color: #ACBACD;
}
</style>