Shades of Casper #ACB5B6
Tints of Casper #ACB5B6
RGB
CMYK
RGB Variations
Color information
#ACB5B6 (or 0xACB5B6) is known color: Casper. HEX triplet: AC, B5 and B6. RGB value is (172,181,182). Sum of RGB (Red+Green+Blue) = 172+181+182=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACB5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5B6 is #534A49. Grayscale: #B2B2B2. Windows color (decimal): -5458506 or 11974060. OLE color: 11974060.
HSL color Cylindrical-coordinate representation of color #ACB5B6: hue angle of 186º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACB5B6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 182 | - |
CMYK | 0.05 | 0.01 | 0 | 0.29 |
HSL | 186º | 0.06% | 0.69% | - |
HSV(B) | 186º | 0.05% | 0.71% | - |
XYZ | 41.98 | 45.2 | 50.77 | - |
YUV | 178.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 182 | 0.05 | 0.01 | 0 | 0.29 | 186 | 0.06 | 0.69 |
Hex | AC | B5 | B6 | 5 | 1 | 0 | 1D | BA | 6 | 45 |
Octal | 254 | 265 | 266 | 5 | 1 | 0 | 35 | 272 | 6 | 105 |
Binary | 10101100 | 10110101 | 10110110 | 101 | 1 | 0 | 11101 | 10111010 | 110 | 1000101 |
Color Harmonies of #ACB5B6
Complementary color
Monochromatic Colors of #ACB5B6
Black with #ACB5B6
Text Example
Text Example
White with #ACB5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5B6; }
p { color: rgb(172,181,182); }
H1.HeaderClassName
{
color: #ACB5B6;
}
.AnyTagClassName
{
color: #ACB5B6;
}
</style>
background-color css
<style>
a { background-color: #ACB5B6; }
a { background-color: rgb(172,181,182); }
div.DivClassName
{
background-color: #ACB5B6;
}
.BgClassName
{
background-color: #ACB5B6;
}
</style>
border-color css
<style>
span { border-color: #ACB5B6; }
span { border-color: rgb(172,181,182); }
td.TdClassName
{
border-color: #ACB5B6;
}
.TagClassName
{
border-color: #ACB5B6;
}
</style>