Shades of Casper #A9BABD
Tints of Casper #A9BABD
RGB
CMYK
RGB Variations
Color information
#A9BABD (or 0xA9BABD) is known color: Casper. HEX triplet: A9, BA and BD. RGB value is (169,186,189). Sum of RGB (Red+Green+Blue) = 169+186+189=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BABD is #564542. Grayscale: #B5B5B5. Windows color (decimal): -5653827 or 12434089. OLE color: 12434089.
HSL color Cylindrical-coordinate representation of color #A9BABD: hue angle of 189º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BABD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 186 | 189 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.26 |
| HSL | 189º | 0.13% | 0.7% | - |
| HSV(B) | 189º | 0.11% | 0.74% | - |
| XYZ | 43.11 | 47.23 | 54.99 | - |
| YUV | 181.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 189 | 0.11 | 0.02 | 0 | 0.26 | 189 | 0.13 | 0.7 |
| Hex | A9 | BA | BD | B | 2 | 0 | 1A | BD | D | 46 |
| Octal | 251 | 272 | 275 | 13 | 2 | 0 | 32 | 275 | 15 | 106 |
| Binary | 10101001 | 10111010 | 10111101 | 1011 | 10 | 0 | 11010 | 10111101 | 1101 | 1000110 |
Color Harmonies of #A9BABD
Complementary color
Monochromatic Colors of #A9BABD
Black with #A9BABD
Text Example
Text Example
White with #A9BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BABD; }
p { color: rgb(169,186,189); }
H1.HeaderClassName
{
color: #A9BABD;
}
.AnyTagClassName
{
color: #A9BABD;
}
</style>
background-color css
<style>
a { background-color: #A9BABD; }
a { background-color: rgb(169,186,189); }
div.DivClassName
{
background-color: #A9BABD;
}
.BgClassName
{
background-color: #A9BABD;
}
</style>
border-color css
<style>
span { border-color: #A9BABD; }
span { border-color: rgb(169,186,189); }
td.TdClassName
{
border-color: #A9BABD;
}
.TagClassName
{
border-color: #A9BABD;
}
</style>