Shades of Casper #AAB9BC
Tints of Casper #AAB9BC
RGB
CMYK
RGB Variations
Color information
#AAB9BC (or 0xAAB9BC) is known color: Casper. HEX triplet: AA, B9 and BC. RGB value is (170,185,188). Sum of RGB (Red+Green+Blue) = 170+185+188=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BC is #554643. Grayscale: #B4B4B4. Windows color (decimal): -5588548 or 12368298. OLE color: 12368298.
HSL color Cylindrical-coordinate representation of color #AAB9BC: hue angle of 190º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB9BC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 185 | 188 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.26 |
| HSL | 190º | 0.12% | 0.7% | - |
| HSV(B) | 190º | 0.1% | 0.74% | - |
| XYZ | 43 | 46.87 | 54.36 | - |
| YUV | 180.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 188 | 0.10 | 0.02 | 0 | 0.26 | 190 | 0.12 | 0.7 |
| Hex | AA | B9 | BC | A | 2 | 0 | 1A | BE | C | 46 |
| Octal | 252 | 271 | 274 | 12 | 2 | 0 | 32 | 276 | 14 | 106 |
| Binary | 10101010 | 10111001 | 10111100 | 1010 | 10 | 0 | 11010 | 10111110 | 1100 | 1000110 |
Color Harmonies of #AAB9BC
Complementary color
Monochromatic Colors of #AAB9BC
Black with #AAB9BC
Text Example
Text Example
White with #AAB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9BC; }
p { color: rgb(170,185,188); }
H1.HeaderClassName
{
color: #AAB9BC;
}
.AnyTagClassName
{
color: #AAB9BC;
}
</style>
background-color css
<style>
a { background-color: #AAB9BC; }
a { background-color: rgb(170,185,188); }
div.DivClassName
{
background-color: #AAB9BC;
}
.BgClassName
{
background-color: #AAB9BC;
}
</style>
border-color css
<style>
span { border-color: #AAB9BC; }
span { border-color: rgb(170,185,188); }
td.TdClassName
{
border-color: #AAB9BC;
}
.TagClassName
{
border-color: #AAB9BC;
}
</style>