Shades of Casper #ACB9BD
Tints of Casper #ACB9BD
RGB
CMYK
RGB Variations
Color information
#ACB9BD (or 0xACB9BD) is known color: Casper. HEX triplet: AC, B9 and BD. RGB value is (172,185,189). Sum of RGB (Red+Green+Blue) = 172+185+189=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BD is #534642. Grayscale: #B5B5B5. Windows color (decimal): -5457475 or 12433836. OLE color: 12433836.
HSL color Cylindrical-coordinate representation of color #ACB9BD: hue angle of 194.12º 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 #ACB9BD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 185 | 189 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.26 |
| HSL | 194.12º | 0.11% | 0.71% | - |
| HSV(B) | 194.12º | 0.09% | 0.74% | - |
| XYZ | 43.55 | 47.14 | 54.95 | - |
| YUV | 181.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 189 | 0.09 | 0.02 | 0 | 0.26 | 194.12 | 0.11 | 0.71 |
| Hex | AC | B9 | BD | 9 | 2 | 0 | 1A | C2 | B | 47 |
| Octal | 254 | 271 | 275 | 11 | 2 | 0 | 32 | 302 | 13 | 107 |
| Binary | 10101100 | 10111001 | 10111101 | 1001 | 10 | 0 | 11010 | 11000010 | 1011 | 1000111 |
Color Harmonies of #ACB9BD
Complementary color
Monochromatic Colors of #ACB9BD
Black with #ACB9BD
Text Example
Text Example
White with #ACB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9BD; }
p { color: rgb(172,185,189); }
H1.HeaderClassName
{
color: #ACB9BD;
}
.AnyTagClassName
{
color: #ACB9BD;
}
</style>
background-color css
<style>
a { background-color: #ACB9BD; }
a { background-color: rgb(172,185,189); }
div.DivClassName
{
background-color: #ACB9BD;
}
.BgClassName
{
background-color: #ACB9BD;
}
</style>
border-color css
<style>
span { border-color: #ACB9BD; }
span { border-color: rgb(172,185,189); }
td.TdClassName
{
border-color: #ACB9BD;
}
.TagClassName
{
border-color: #ACB9BD;
}
</style>