Shades of Casper #ACB9BB
Tints of Casper #ACB9BB
RGB
CMYK
RGB Variations
Color information
#ACB9BB (or 0xACB9BB) is known color: Casper. HEX triplet: AC, B9 and BB. RGB value is (172,185,187). Sum of RGB (Red+Green+Blue) = 172+185+187=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BB is #534644. Grayscale: #B5B5B5. Windows color (decimal): -5457477 or 12302764. OLE color: 12302764.
HSL color Cylindrical-coordinate representation of color #ACB9BB: hue angle of 188º 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 #ACB9BB is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 185 | 187 | - |
CMYK | 0.08 | 0.01 | 0 | 0.27 |
HSL | 188º | 0.1% | 0.7% | - |
HSV(B) | 188º | 0.08% | 0.73% | - |
XYZ | 43.33 | 47.06 | 53.81 | - |
YUV | 181.34 | 131.19 | 121.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 185 | 187 | 0.08 | 0.01 | 0 | 0.27 | 188 | 0.1 | 0.7 |
Hex | AC | B9 | BB | 8 | 1 | 0 | 1B | BC | A | 46 |
Octal | 254 | 271 | 273 | 10 | 1 | 0 | 33 | 274 | 12 | 106 |
Binary | 10101100 | 10111001 | 10111011 | 1000 | 1 | 0 | 11011 | 10111100 | 1010 | 1000110 |
Color Harmonies of #ACB9BB
Complementary color
Monochromatic Colors of #ACB9BB
Black with #ACB9BB
Text Example
Text Example
White with #ACB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9BB; }
p { color: rgb(172,185,187); }
H1.HeaderClassName
{
color: #ACB9BB;
}
.AnyTagClassName
{
color: #ACB9BB;
}
</style>
background-color css
<style>
a { background-color: #ACB9BB; }
a { background-color: rgb(172,185,187); }
div.DivClassName
{
background-color: #ACB9BB;
}
.BgClassName
{
background-color: #ACB9BB;
}
</style>
border-color css
<style>
span { border-color: #ACB9BB; }
span { border-color: rgb(172,185,187); }
td.TdClassName
{
border-color: #ACB9BB;
}
.TagClassName
{
border-color: #ACB9BB;
}
</style>