Shades of Spindle #ACBACB
Tints of Spindle #ACBACB
RGB
CMYK
RGB Variations
Color information
#ACBACB (or 0xACBACB) is known color: Spindle. HEX triplet: AC, BA and CB. RGB value is (172,186,203). Sum of RGB (Red+Green+Blue) = 172+186+203=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACB is #534534. Grayscale: #B7B7B7. Windows color (decimal): -5457205 or 13351596. OLE color: 13351596.
HSL color Cylindrical-coordinate representation of color #ACBACB: hue angle of 212.9º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBACB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 186 | 203 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.20 |
| HSL | 212.9º | 0.23% | 0.74% | - |
| HSV(B) | 212.9º | 0.15% | 0.8% | - |
| XYZ | 45.35 | 48.2 | 63.41 | - |
| YUV | 183.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 203 | 0.15 | 0.08 | 0 | 0.20 | 212.9 | 0.23 | 0.74 |
| Hex | AC | BA | CB | F | 8 | 0 | 14 | D5 | 17 | 4A |
| Octal | 254 | 272 | 313 | 17 | 10 | 0 | 24 | 325 | 27 | 112 |
| Binary | 10101100 | 10111010 | 11001011 | 1111 | 1000 | 0 | 10100 | 11010101 | 10111 | 1001010 |
Color Harmonies of #ACBACB
Complementary color
Monochromatic Colors of #ACBACB
Black with #ACBACB
Text Example
Text Example
White with #ACBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBACB; }
p { color: rgb(172,186,203); }
H1.HeaderClassName
{
color: #ACBACB;
}
.AnyTagClassName
{
color: #ACBACB;
}
</style>
background-color css
<style>
a { background-color: #ACBACB; }
a { background-color: rgb(172,186,203); }
div.DivClassName
{
background-color: #ACBACB;
}
.BgClassName
{
background-color: #ACBACB;
}
</style>
border-color css
<style>
span { border-color: #ACBACB; }
span { border-color: rgb(172,186,203); }
td.TdClassName
{
border-color: #ACBACB;
}
.TagClassName
{
border-color: #ACBACB;
}
</style>