Shades of Casper #A8B6BA
Tints of Casper #A8B6BA
RGB
CMYK
RGB Variations
Color information
#A8B6BA (or 0xA8B6BA) is known color: Casper. HEX triplet: A8, B6 and BA. RGB value is (168,182,186). Sum of RGB (Red+Green+Blue) = 168+182+186=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6BA is #574945. Grayscale: #B2B2B2. Windows color (decimal): -5720390 or 12236456. OLE color: 12236456.
HSL color Cylindrical-coordinate representation of color #A8B6BA: hue angle of 193.33º 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 #A8B6BA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 182 | 186 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.27 |
| HSL | 193.33º | 0.12% | 0.69% | - |
| HSV(B) | 193.33º | 0.1% | 0.73% | - |
| XYZ | 41.74 | 45.33 | 53 | - |
| YUV | 178.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 186 | 0.10 | 0.02 | 0 | 0.27 | 193.33 | 0.12 | 0.69 |
| Hex | A8 | B6 | BA | A | 2 | 0 | 1B | C1 | C | 45 |
| Octal | 250 | 266 | 272 | 12 | 2 | 0 | 33 | 301 | 14 | 105 |
| Binary | 10101000 | 10110110 | 10111010 | 1010 | 10 | 0 | 11011 | 11000001 | 1100 | 1000101 |
Color Harmonies of #A8B6BA
Complementary color
Monochromatic Colors of #A8B6BA
Black with #A8B6BA
Text Example
Text Example
White with #A8B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B6BA; }
p { color: rgb(168,182,186); }
H1.HeaderClassName
{
color: #A8B6BA;
}
.AnyTagClassName
{
color: #A8B6BA;
}
</style>
background-color css
<style>
a { background-color: #A8B6BA; }
a { background-color: rgb(168,182,186); }
div.DivClassName
{
background-color: #A8B6BA;
}
.BgClassName
{
background-color: #A8B6BA;
}
</style>
border-color css
<style>
span { border-color: #A8B6BA; }
span { border-color: rgb(168,182,186); }
td.TdClassName
{
border-color: #A8B6BA;
}
.TagClassName
{
border-color: #A8B6BA;
}
</style>