Shades of Casper #A3B7BA
Tints of Casper #A3B7BA
RGB
CMYK
RGB Variations
Color information
#A3B7BA (or 0xA3B7BA) is known color: Casper. HEX triplet: A3, B7 and BA. RGB value is (163,183,186). Sum of RGB (Red+Green+Blue) = 163+183+186=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7BA is #5C4845. Grayscale: #B1B1B1. Windows color (decimal): -6047814 or 12236707. OLE color: 12236707.
HSL color Cylindrical-coordinate representation of color #A3B7BA: hue angle of 187.83º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B7BA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 183 | 186 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.27 |
| HSL | 187.83º | 0.14% | 0.68% | - |
| HSV(B) | 187.83º | 0.12% | 0.73% | - |
| XYZ | 40.9 | 45.2 | 53.02 | - |
| YUV | 177.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 186 | 0.12 | 0.02 | 0 | 0.27 | 187.83 | 0.14 | 0.68 |
| Hex | A3 | B7 | BA | C | 2 | 0 | 1B | BC | E | 44 |
| Octal | 243 | 267 | 272 | 14 | 2 | 0 | 33 | 274 | 16 | 104 |
| Binary | 10100011 | 10110111 | 10111010 | 1100 | 10 | 0 | 11011 | 10111100 | 1110 | 1000100 |
Color Harmonies of #A3B7BA
Complementary color
Monochromatic Colors of #A3B7BA
Black with #A3B7BA
Text Example
Text Example
White with #A3B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7BA; }
p { color: rgb(163,183,186); }
H1.HeaderClassName
{
color: #A3B7BA;
}
.AnyTagClassName
{
color: #A3B7BA;
}
</style>
background-color css
<style>
a { background-color: #A3B7BA; }
a { background-color: rgb(163,183,186); }
div.DivClassName
{
background-color: #A3B7BA;
}
.BgClassName
{
background-color: #A3B7BA;
}
</style>
border-color css
<style>
span { border-color: #A3B7BA; }
span { border-color: rgb(163,183,186); }
td.TdClassName
{
border-color: #A3B7BA;
}
.TagClassName
{
border-color: #A3B7BA;
}
</style>