Shades of Casper #ACBABC
Tints of Casper #ACBABC
RGB
CMYK
RGB Variations
Color information
#ACBABC (or 0xACBABC) is known color: Casper. HEX triplet: AC, BA and BC. RGB value is (172,186,188). Sum of RGB (Red+Green+Blue) = 172+186+188=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABC is #534543. Grayscale: #B6B6B6. Windows color (decimal): -5457220 or 12368556. OLE color: 12368556.
HSL color Cylindrical-coordinate representation of color #ACBABC: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBABC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 186 | 188 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.26 |
| HSL | 187.5º | 0.11% | 0.71% | - |
| HSV(B) | 187.5º | 0.09% | 0.74% | - |
| XYZ | 43.65 | 47.52 | 54.45 | - |
| YUV | 182.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 188 | 0.09 | 0.01 | 0 | 0.26 | 187.5 | 0.11 | 0.71 |
| Hex | AC | BA | BC | 9 | 1 | 0 | 1A | BC | B | 47 |
| Octal | 254 | 272 | 274 | 11 | 1 | 0 | 32 | 274 | 13 | 107 |
| Binary | 10101100 | 10111010 | 10111100 | 1001 | 1 | 0 | 11010 | 10111100 | 1011 | 1000111 |
Color Harmonies of #ACBABC
Complementary color
Monochromatic Colors of #ACBABC
Black with #ACBABC
Text Example
Text Example
White with #ACBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBABC; }
p { color: rgb(172,186,188); }
H1.HeaderClassName
{
color: #ACBABC;
}
.AnyTagClassName
{
color: #ACBABC;
}
</style>
background-color css
<style>
a { background-color: #ACBABC; }
a { background-color: rgb(172,186,188); }
div.DivClassName
{
background-color: #ACBABC;
}
.BgClassName
{
background-color: #ACBABC;
}
</style>
border-color css
<style>
span { border-color: #ACBABC; }
span { border-color: rgb(172,186,188); }
td.TdClassName
{
border-color: #ACBABC;
}
.TagClassName
{
border-color: #ACBABC;
}
</style>