Shades of Casper #A2B8BA
Tints of Casper #A2B8BA
RGB
CMYK
RGB Variations
Color information
#A2B8BA (or 0xA2B8BA) is known color: Casper. HEX triplet: A2, B8 and BA. RGB value is (162,184,186). Sum of RGB (Red+Green+Blue) = 162+184+186=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 184 (72.27% from 255 or 34.59% 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 #A2B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8BA is #5D4745. Grayscale: #B1B1B1. Windows color (decimal): -6113094 or 12236962. OLE color: 12236962.
HSL color Cylindrical-coordinate representation of color #A2B8BA: hue angle of 185º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B8BA is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 184 | 186 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.27 |
| HSL | 185º | 0.15% | 0.68% | - |
| HSV(B) | 185º | 0.13% | 0.73% | - |
| XYZ | 40.9 | 45.51 | 53.08 | - |
| YUV | 177.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 186 | 0.13 | 0.01 | 0 | 0.27 | 185 | 0.15 | 0.68 |
| Hex | A2 | B8 | BA | D | 1 | 0 | 1B | B9 | F | 44 |
| Octal | 242 | 270 | 272 | 15 | 1 | 0 | 33 | 271 | 17 | 104 |
| Binary | 10100010 | 10111000 | 10111010 | 1101 | 1 | 0 | 11011 | 10111001 | 1111 | 1000100 |
Color Harmonies of #A2B8BA
Complementary color
Monochromatic Colors of #A2B8BA
Black with #A2B8BA
Text Example
Text Example
White with #A2B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8BA; }
p { color: rgb(162,184,186); }
H1.HeaderClassName
{
color: #A2B8BA;
}
.AnyTagClassName
{
color: #A2B8BA;
}
</style>
background-color css
<style>
a { background-color: #A2B8BA; }
a { background-color: rgb(162,184,186); }
div.DivClassName
{
background-color: #A2B8BA;
}
.BgClassName
{
background-color: #A2B8BA;
}
</style>
border-color css
<style>
span { border-color: #A2B8BA; }
span { border-color: rgb(162,184,186); }
td.TdClassName
{
border-color: #A2B8BA;
}
.TagClassName
{
border-color: #A2B8BA;
}
</style>