Shades of Casper #A8B8BA
Tints of Casper #A8B8BA
RGB
CMYK
RGB Variations
Color information
#A8B8BA (or 0xA8B8BA) is known color: Casper. HEX triplet: A8, B8 and BA. RGB value is (168,184,186). Sum of RGB (Red+Green+Blue) = 168+184+186=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B8BA is #574745. Grayscale: #B3B3B3. Windows color (decimal): -5719878 or 12236968. OLE color: 12236968.
HSL color Cylindrical-coordinate representation of color #A8B8BA: hue angle of 186.67º 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 #A8B8BA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 184 | 186 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.27 |
| HSL | 186.67º | 0.12% | 0.69% | - |
| HSV(B) | 186.67º | 0.1% | 0.73% | - |
| XYZ | 42.15 | 46.15 | 53.14 | - |
| YUV | 179.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 186 | 0.10 | 0.01 | 0 | 0.27 | 186.67 | 0.12 | 0.69 |
| Hex | A8 | B8 | BA | A | 1 | 0 | 1B | BB | C | 45 |
| Octal | 250 | 270 | 272 | 12 | 1 | 0 | 33 | 273 | 14 | 105 |
| Binary | 10101000 | 10111000 | 10111010 | 1010 | 1 | 0 | 11011 | 10111011 | 1100 | 1000101 |
Color Harmonies of #A8B8BA
Complementary color
Monochromatic Colors of #A8B8BA
Black with #A8B8BA
Text Example
Text Example
White with #A8B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8BA; }
p { color: rgb(168,184,186); }
H1.HeaderClassName
{
color: #A8B8BA;
}
.AnyTagClassName
{
color: #A8B8BA;
}
</style>
background-color css
<style>
a { background-color: #A8B8BA; }
a { background-color: rgb(168,184,186); }
div.DivClassName
{
background-color: #A8B8BA;
}
.BgClassName
{
background-color: #A8B8BA;
}
</style>
border-color css
<style>
span { border-color: #A8B8BA; }
span { border-color: rgb(168,184,186); }
td.TdClassName
{
border-color: #A8B8BA;
}
.TagClassName
{
border-color: #A8B8BA;
}
</style>