Shades of Casper #AABABE
Tints of Casper #AABABE
RGB
CMYK
RGB Variations
Color information
#AABABE (or 0xAABABE) is known color: Casper. HEX triplet: AA, BA and BE. RGB value is (170,186,190). Sum of RGB (Red+Green+Blue) = 170+186+190=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #AABABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABE is #554541. Grayscale: #B5B5B5. Windows color (decimal): -5588290 or 12499626. OLE color: 12499626.
HSL color Cylindrical-coordinate representation of color #AABABE: hue angle of 192º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABABE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 186 | 190 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.25 |
| HSL | 192º | 0.13% | 0.71% | - |
| HSV(B) | 192º | 0.11% | 0.75% | - |
| XYZ | 43.43 | 47.38 | 55.57 | - |
| YUV | 181.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 190 | 0.11 | 0.02 | 0 | 0.25 | 192 | 0.13 | 0.71 |
| Hex | AA | BA | BE | B | 2 | 0 | 19 | C0 | D | 47 |
| Octal | 252 | 272 | 276 | 13 | 2 | 0 | 31 | 300 | 15 | 107 |
| Binary | 10101010 | 10111010 | 10111110 | 1011 | 10 | 0 | 11001 | 11000000 | 1101 | 1000111 |
Color Harmonies of #AABABE
Complementary color
Monochromatic Colors of #AABABE
Black with #AABABE
Text Example
Text Example
White with #AABABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABABE; }
p { color: rgb(170,186,190); }
H1.HeaderClassName
{
color: #AABABE;
}
.AnyTagClassName
{
color: #AABABE;
}
</style>
background-color css
<style>
a { background-color: #AABABE; }
a { background-color: rgb(170,186,190); }
div.DivClassName
{
background-color: #AABABE;
}
.BgClassName
{
background-color: #AABABE;
}
</style>
border-color css
<style>
span { border-color: #AABABE; }
span { border-color: rgb(170,186,190); }
td.TdClassName
{
border-color: #AABABE;
}
.TagClassName
{
border-color: #AABABE;
}
</style>