Shades of Casper #A3B5BA
Tints of Casper #A3B5BA
RGB
CMYK
RGB Variations
Color information
#A3B5BA (or 0xA3B5BA) is known color: Casper. HEX triplet: A3, B5 and BA. RGB value is (163,181,186). Sum of RGB (Red+Green+Blue) = 163+181+186=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5BA is #5C4A45. Grayscale: #B0B0B0. Windows color (decimal): -6048326 or 12236195. OLE color: 12236195.
HSL color Cylindrical-coordinate representation of color #A3B5BA: hue angle of 193.04º 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 #A3B5BA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 181 | 186 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.27 |
| HSL | 193.04º | 0.14% | 0.68% | - |
| HSV(B) | 193.04º | 0.12% | 0.73% | - |
| XYZ | 40.49 | 44.38 | 52.89 | - |
| YUV | 176.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 186 | 0.12 | 0.03 | 0 | 0.27 | 193.04 | 0.14 | 0.68 |
| Hex | A3 | B5 | BA | C | 3 | 0 | 1B | C1 | E | 44 |
| Octal | 243 | 265 | 272 | 14 | 3 | 0 | 33 | 301 | 16 | 104 |
| Binary | 10100011 | 10110101 | 10111010 | 1100 | 11 | 0 | 11011 | 11000001 | 1110 | 1000100 |
Color Harmonies of #A3B5BA
Complementary color
Monochromatic Colors of #A3B5BA
Black with #A3B5BA
Text Example
Text Example
White with #A3B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5BA; }
p { color: rgb(163,181,186); }
H1.HeaderClassName
{
color: #A3B5BA;
}
.AnyTagClassName
{
color: #A3B5BA;
}
</style>
background-color css
<style>
a { background-color: #A3B5BA; }
a { background-color: rgb(163,181,186); }
div.DivClassName
{
background-color: #A3B5BA;
}
.BgClassName
{
background-color: #A3B5BA;
}
</style>
border-color css
<style>
span { border-color: #A3B5BA; }
span { border-color: rgb(163,181,186); }
td.TdClassName
{
border-color: #A3B5BA;
}
.TagClassName
{
border-color: #A3B5BA;
}
</style>