Shades of Casper #ACBABB
Tints of Casper #ACBABB
RGB
CMYK
RGB Variations
Color information
#ACBABB (or 0xACBABB) is known color: Casper. HEX triplet: AC, BA and BB. RGB value is (172,186,187). Sum of RGB (Red+Green+Blue) = 172+186+187=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABB is #534544. Grayscale: #B5B5B5. Windows color (decimal): -5457221 or 12303020. OLE color: 12303020.
HSL color Cylindrical-coordinate representation of color #ACBABB: hue angle of 184º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBABB is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 187 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.27 |
| HSL | 184º | 0.1% | 0.7% | - |
| HSV(B) | 184º | 0.08% | 0.73% | - |
| XYZ | 43.54 | 47.48 | 53.88 | - |
| YUV | 181.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 187 | 0.08 | 0.01 | 0 | 0.27 | 184 | 0.1 | 0.7 |
| Hex | AC | BA | BB | 8 | 1 | 0 | 1B | B8 | A | 46 |
| Octal | 254 | 272 | 273 | 10 | 1 | 0 | 33 | 270 | 12 | 106 |
| Binary | 10101100 | 10111010 | 10111011 | 1000 | 1 | 0 | 11011 | 10111000 | 1010 | 1000110 |
Color Harmonies of #ACBABB
Complementary color
Monochromatic Colors of #ACBABB
Black with #ACBABB
Text Example
Text Example
White with #ACBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBABB; }
p { color: rgb(172,186,187); }
H1.HeaderClassName
{
color: #ACBABB;
}
.AnyTagClassName
{
color: #ACBABB;
}
</style>
background-color css
<style>
a { background-color: #ACBABB; }
a { background-color: rgb(172,186,187); }
div.DivClassName
{
background-color: #ACBABB;
}
.BgClassName
{
background-color: #ACBABB;
}
</style>
border-color css
<style>
span { border-color: #ACBABB; }
span { border-color: rgb(172,186,187); }
td.TdClassName
{
border-color: #ACBABB;
}
.TagClassName
{
border-color: #ACBABB;
}
</style>