Shades of Casper #ACB8BB
Tints of Casper #ACB8BB
RGB
CMYK
RGB Variations
Color information
#ACB8BB (or 0xACB8BB) is known color: Casper. HEX triplet: AC, B8 and BB. RGB value is (172,184,187). Sum of RGB (Red+Green+Blue) = 172+184+187=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BB is #534744. Grayscale: #B4B4B4. Windows color (decimal): -5457733 or 12302508. OLE color: 12302508.
HSL color Cylindrical-coordinate representation of color #ACB8BB: hue angle of 192º 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 #ACB8BB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 184 | 187 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.27 |
| HSL | 192º | 0.1% | 0.7% | - |
| HSV(B) | 192º | 0.08% | 0.73% | - |
| XYZ | 43.12 | 46.64 | 53.74 | - |
| YUV | 180.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 187 | 0.08 | 0.02 | 0 | 0.27 | 192 | 0.1 | 0.7 |
| Hex | AC | B8 | BB | 8 | 2 | 0 | 1B | C0 | A | 46 |
| Octal | 254 | 270 | 273 | 10 | 2 | 0 | 33 | 300 | 12 | 106 |
| Binary | 10101100 | 10111000 | 10111011 | 1000 | 10 | 0 | 11011 | 11000000 | 1010 | 1000110 |
Color Harmonies of #ACB8BB
Complementary color
Monochromatic Colors of #ACB8BB
Black with #ACB8BB
Text Example
Text Example
White with #ACB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8BB; }
p { color: rgb(172,184,187); }
H1.HeaderClassName
{
color: #ACB8BB;
}
.AnyTagClassName
{
color: #ACB8BB;
}
</style>
background-color css
<style>
a { background-color: #ACB8BB; }
a { background-color: rgb(172,184,187); }
div.DivClassName
{
background-color: #ACB8BB;
}
.BgClassName
{
background-color: #ACB8BB;
}
</style>
border-color css
<style>
span { border-color: #ACB8BB; }
span { border-color: rgb(172,184,187); }
td.TdClassName
{
border-color: #ACB8BB;
}
.TagClassName
{
border-color: #ACB8BB;
}
</style>