Shades of Casper #A7B4BA
Tints of Casper #A7B4BA
RGB
CMYK
RGB Variations
Color information
#A7B4BA (or 0xA7B4BA) is known color: Casper. HEX triplet: A7, B4 and BA. RGB value is (167,180,186). Sum of RGB (Red+Green+Blue) = 167+180+186=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B4BA is #584B45. Grayscale: #B0B0B0. Windows color (decimal): -5786438 or 12235943. OLE color: 12235943.
HSL color Cylindrical-coordinate representation of color #A7B4BA: hue angle of 198.95º 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 #A7B4BA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 180 | 186 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.27 |
| HSL | 198.95º | 0.12% | 0.69% | - |
| HSV(B) | 198.95º | 0.1% | 0.73% | - |
| XYZ | 41.12 | 44.4 | 52.86 | - |
| YUV | 176.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 186 | 0.10 | 0.03 | 0 | 0.27 | 198.95 | 0.12 | 0.69 |
| Hex | A7 | B4 | BA | A | 3 | 0 | 1B | C7 | C | 45 |
| Octal | 247 | 264 | 272 | 12 | 3 | 0 | 33 | 307 | 14 | 105 |
| Binary | 10100111 | 10110100 | 10111010 | 1010 | 11 | 0 | 11011 | 11000111 | 1100 | 1000101 |
Color Harmonies of #A7B4BA
Complementary color
Monochromatic Colors of #A7B4BA
Black with #A7B4BA
Text Example
Text Example
White with #A7B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B4BA; }
p { color: rgb(167,180,186); }
H1.HeaderClassName
{
color: #A7B4BA;
}
.AnyTagClassName
{
color: #A7B4BA;
}
</style>
background-color css
<style>
a { background-color: #A7B4BA; }
a { background-color: rgb(167,180,186); }
div.DivClassName
{
background-color: #A7B4BA;
}
.BgClassName
{
background-color: #A7B4BA;
}
</style>
border-color css
<style>
span { border-color: #A7B4BA; }
span { border-color: rgb(167,180,186); }
td.TdClassName
{
border-color: #A7B4BA;
}
.TagClassName
{
border-color: #A7B4BA;
}
</style>