Shades of Casper #ACB4B7
Tints of Casper #ACB4B7
RGB
CMYK
RGB Variations
Color information
#ACB4B7 (or 0xACB4B7) is known color: Casper. HEX triplet: AC, B4 and B7. RGB value is (172,180,183). Sum of RGB (Red+Green+Blue) = 172+180+183=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACB4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4B7 is #534B48. Grayscale: #B1B1B1. Windows color (decimal): -5458761 or 12039340. OLE color: 12039340.
HSL color Cylindrical-coordinate representation of color #ACB4B7: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB4B7 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 180 | 183 | - |
CMYK | 0.06 | 0.02 | 0 | 0.28 |
HSL | 196.36º | 0.07% | 0.7% | - |
HSV(B) | 196.36º | 0.06% | 0.72% | - |
XYZ | 41.88 | 44.83 | 51.25 | - |
YUV | 177.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 180 | 183 | 0.06 | 0.02 | 0 | 0.28 | 196.36 | 0.07 | 0.7 |
Hex | AC | B4 | B7 | 6 | 2 | 0 | 1C | C4 | 7 | 46 |
Octal | 254 | 264 | 267 | 6 | 2 | 0 | 34 | 304 | 7 | 106 |
Binary | 10101100 | 10110100 | 10110111 | 110 | 10 | 0 | 11100 | 11000100 | 111 | 1000110 |
Color Harmonies of #ACB4B7
Complementary color
Monochromatic Colors of #ACB4B7
Black with #ACB4B7
Text Example
Text Example
White with #ACB4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4B7; }
p { color: rgb(172,180,183); }
H1.HeaderClassName
{
color: #ACB4B7;
}
.AnyTagClassName
{
color: #ACB4B7;
}
</style>
background-color css
<style>
a { background-color: #ACB4B7; }
a { background-color: rgb(172,180,183); }
div.DivClassName
{
background-color: #ACB4B7;
}
.BgClassName
{
background-color: #ACB4B7;
}
</style>
border-color css
<style>
span { border-color: #ACB4B7; }
span { border-color: rgb(172,180,183); }
td.TdClassName
{
border-color: #ACB4B7;
}
.TagClassName
{
border-color: #ACB4B7;
}
</style>