Shades of Casper #A9B8BB
Tints of Casper #A9B8BB
RGB
CMYK
RGB Variations
Color information
#A9B8BB (or 0xA9B8BB) is known color: Casper. HEX triplet: A9, B8 and BB. RGB value is (169,184,187). Sum of RGB (Red+Green+Blue) = 169+184+187=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8BB is #564744. Grayscale: #B3B3B3. Windows color (decimal): -5654341 or 12302505. OLE color: 12302505.
HSL color Cylindrical-coordinate representation of color #A9B8BB: hue angle of 190º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B8BB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 184 | 187 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.27 |
| HSL | 190º | 0.12% | 0.7% | - |
| HSV(B) | 190º | 0.1% | 0.73% | - |
| XYZ | 42.47 | 46.3 | 53.71 | - |
| YUV | 179.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 187 | 0.10 | 0.02 | 0 | 0.27 | 190 | 0.12 | 0.7 |
| Hex | A9 | B8 | BB | A | 2 | 0 | 1B | BE | C | 46 |
| Octal | 251 | 270 | 273 | 12 | 2 | 0 | 33 | 276 | 14 | 106 |
| Binary | 10101001 | 10111000 | 10111011 | 1010 | 10 | 0 | 11011 | 10111110 | 1100 | 1000110 |
Color Harmonies of #A9B8BB
Complementary color
Monochromatic Colors of #A9B8BB
Black with #A9B8BB
Text Example
Text Example
White with #A9B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8BB; }
p { color: rgb(169,184,187); }
H1.HeaderClassName
{
color: #A9B8BB;
}
.AnyTagClassName
{
color: #A9B8BB;
}
</style>
background-color css
<style>
a { background-color: #A9B8BB; }
a { background-color: rgb(169,184,187); }
div.DivClassName
{
background-color: #A9B8BB;
}
.BgClassName
{
background-color: #A9B8BB;
}
</style>
border-color css
<style>
span { border-color: #A9B8BB; }
span { border-color: rgb(169,184,187); }
td.TdClassName
{
border-color: #A9B8BB;
}
.TagClassName
{
border-color: #A9B8BB;
}
</style>