Shades of Casper #A6BABD
Tints of Casper #A6BABD
RGB
CMYK
RGB Variations
Color information
#A6BABD (or 0xA6BABD) is known color: Casper. HEX triplet: A6, BA and BD. RGB value is (166,186,189). Sum of RGB (Red+Green+Blue) = 166+186+189=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BABD is #594542. Grayscale: #B4B4B4. Windows color (decimal): -5850435 or 12434086. OLE color: 12434086.
HSL color Cylindrical-coordinate representation of color #A6BABD: hue angle of 187.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BABD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 186 | 189 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.26 |
| HSL | 187.83º | 0.15% | 0.7% | - |
| HSV(B) | 187.83º | 0.12% | 0.74% | - |
| XYZ | 42.47 | 46.9 | 54.96 | - |
| YUV | 180.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 189 | 0.12 | 0.02 | 0 | 0.26 | 187.83 | 0.15 | 0.7 |
| Hex | A6 | BA | BD | C | 2 | 0 | 1A | BC | F | 46 |
| Octal | 246 | 272 | 275 | 14 | 2 | 0 | 32 | 274 | 17 | 106 |
| Binary | 10100110 | 10111010 | 10111101 | 1100 | 10 | 0 | 11010 | 10111100 | 1111 | 1000110 |
Color Harmonies of #A6BABD
Complementary color
Monochromatic Colors of #A6BABD
Black with #A6BABD
Text Example
Text Example
White with #A6BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BABD; }
p { color: rgb(166,186,189); }
H1.HeaderClassName
{
color: #A6BABD;
}
.AnyTagClassName
{
color: #A6BABD;
}
</style>
background-color css
<style>
a { background-color: #A6BABD; }
a { background-color: rgb(166,186,189); }
div.DivClassName
{
background-color: #A6BABD;
}
.BgClassName
{
background-color: #A6BABD;
}
</style>
border-color css
<style>
span { border-color: #A6BABD; }
span { border-color: rgb(166,186,189); }
td.TdClassName
{
border-color: #A6BABD;
}
.TagClassName
{
border-color: #A6BABD;
}
</style>