Shades of Casper #A7B5BA
Tints of Casper #A7B5BA
RGB
CMYK
RGB Variations
Color information
#A7B5BA (or 0xA7B5BA) is known color: Casper. HEX triplet: A7, B5 and BA. RGB value is (167,181,186). Sum of RGB (Red+Green+Blue) = 167+181+186=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5BA is #584A45. Grayscale: #B1B1B1. Windows color (decimal): -5786182 or 12236199. OLE color: 12236199.
HSL color Cylindrical-coordinate representation of color #A7B5BA: hue angle of 195.79º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B5BA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 181 | 186 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.27 |
| HSL | 195.79º | 0.12% | 0.69% | - |
| HSV(B) | 195.79º | 0.1% | 0.73% | - |
| XYZ | 41.32 | 44.81 | 52.93 | - |
| YUV | 177.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 186 | 0.10 | 0.03 | 0 | 0.27 | 195.79 | 0.12 | 0.69 |
| Hex | A7 | B5 | BA | A | 3 | 0 | 1B | C4 | C | 45 |
| Octal | 247 | 265 | 272 | 12 | 3 | 0 | 33 | 304 | 14 | 105 |
| Binary | 10100111 | 10110101 | 10111010 | 1010 | 11 | 0 | 11011 | 11000100 | 1100 | 1000101 |
Color Harmonies of #A7B5BA
Complementary color
Monochromatic Colors of #A7B5BA
Black with #A7B5BA
Text Example
Text Example
White with #A7B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B5BA; }
p { color: rgb(167,181,186); }
H1.HeaderClassName
{
color: #A7B5BA;
}
.AnyTagClassName
{
color: #A7B5BA;
}
</style>
background-color css
<style>
a { background-color: #A7B5BA; }
a { background-color: rgb(167,181,186); }
div.DivClassName
{
background-color: #A7B5BA;
}
.BgClassName
{
background-color: #A7B5BA;
}
</style>
border-color css
<style>
span { border-color: #A7B5BA; }
span { border-color: rgb(167,181,186); }
td.TdClassName
{
border-color: #A7B5BA;
}
.TagClassName
{
border-color: #A7B5BA;
}
</style>