Shades of Casper #A6B6BA
Tints of Casper #A6B6BA
RGB
CMYK
RGB Variations
Color information
#A6B6BA (or 0xA6B6BA) is known color: Casper. HEX triplet: A6, B6 and BA. RGB value is (166,182,186). Sum of RGB (Red+Green+Blue) = 166+182+186=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6BA is #594945. Grayscale: #B1B1B1. Windows color (decimal): -5851462 or 12236454. OLE color: 12236454.
HSL color Cylindrical-coordinate representation of color #A6B6BA: hue angle of 192º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B6BA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 182 | 186 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.27 |
| HSL | 192º | 0.13% | 0.69% | - |
| HSV(B) | 192º | 0.11% | 0.73% | - |
| XYZ | 41.32 | 45.11 | 52.98 | - |
| YUV | 177.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 186 | 0.11 | 0.02 | 0 | 0.27 | 192 | 0.13 | 0.69 |
| Hex | A6 | B6 | BA | B | 2 | 0 | 1B | C0 | D | 45 |
| Octal | 246 | 266 | 272 | 13 | 2 | 0 | 33 | 300 | 15 | 105 |
| Binary | 10100110 | 10110110 | 10111010 | 1011 | 10 | 0 | 11011 | 11000000 | 1101 | 1000101 |
Color Harmonies of #A6B6BA
Complementary color
Monochromatic Colors of #A6B6BA
Black with #A6B6BA
Text Example
Text Example
White with #A6B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B6BA; }
p { color: rgb(166,182,186); }
H1.HeaderClassName
{
color: #A6B6BA;
}
.AnyTagClassName
{
color: #A6B6BA;
}
</style>
background-color css
<style>
a { background-color: #A6B6BA; }
a { background-color: rgb(166,182,186); }
div.DivClassName
{
background-color: #A6B6BA;
}
.BgClassName
{
background-color: #A6B6BA;
}
</style>
border-color css
<style>
span { border-color: #A6B6BA; }
span { border-color: rgb(166,182,186); }
td.TdClassName
{
border-color: #A6B6BA;
}
.TagClassName
{
border-color: #A6B6BA;
}
</style>