Shades of Casper #AAB8BB
Tints of Casper #AAB8BB
RGB
CMYK
RGB Variations
Color information
#AAB8BB (or 0xAAB8BB) is known color: Casper. HEX triplet: AA, B8 and BB. RGB value is (170,184,187). Sum of RGB (Red+Green+Blue) = 170+184+187=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BB is #554744. Grayscale: #B4B4B4. Windows color (decimal): -5588805 or 12302506. OLE color: 12302506.
HSL color Cylindrical-coordinate representation of color #AAB8BB: hue angle of 190.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB8BB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 184 | 187 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.27 |
| HSL | 190.59º | 0.11% | 0.7% | - |
| HSV(B) | 190.59º | 0.09% | 0.73% | - |
| XYZ | 42.69 | 46.41 | 53.72 | - |
| YUV | 180.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 187 | 0.09 | 0.02 | 0 | 0.27 | 190.59 | 0.11 | 0.7 |
| Hex | AA | B8 | BB | 9 | 2 | 0 | 1B | BF | B | 46 |
| Octal | 252 | 270 | 273 | 11 | 2 | 0 | 33 | 277 | 13 | 106 |
| Binary | 10101010 | 10111000 | 10111011 | 1001 | 10 | 0 | 11011 | 10111111 | 1011 | 1000110 |
Color Harmonies of #AAB8BB
Complementary color
Monochromatic Colors of #AAB8BB
Black with #AAB8BB
Text Example
Text Example
White with #AAB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8BB; }
p { color: rgb(170,184,187); }
H1.HeaderClassName
{
color: #AAB8BB;
}
.AnyTagClassName
{
color: #AAB8BB;
}
</style>
background-color css
<style>
a { background-color: #AAB8BB; }
a { background-color: rgb(170,184,187); }
div.DivClassName
{
background-color: #AAB8BB;
}
.BgClassName
{
background-color: #AAB8BB;
}
</style>
border-color css
<style>
span { border-color: #AAB8BB; }
span { border-color: rgb(170,184,187); }
td.TdClassName
{
border-color: #AAB8BB;
}
.TagClassName
{
border-color: #AAB8BB;
}
</style>