Shades of Casper #AAB4B5
Tints of Casper #AAB4B5
RGB
CMYK
RGB Variations
Color information
#AAB4B5 (or 0xAAB4B5) is known color: Casper. HEX triplet: AA, B4 and B5. RGB value is (170,180,181). Sum of RGB (Red+Green+Blue) = 170+180+181=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4B5 is #554B4A. Grayscale: #B1B1B1. Windows color (decimal): -5589835 or 11908266. OLE color: 11908266.
HSL color Cylindrical-coordinate representation of color #AAB4B5: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB4B5 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 181 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.29 |
| HSL | 185.45º | 0.07% | 0.69% | - |
| HSV(B) | 185.45º | 0.06% | 0.71% | - |
| XYZ | 41.24 | 44.52 | 50.14 | - |
| YUV | 177.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 181 | 0.06 | 0.01 | 0 | 0.29 | 185.45 | 0.07 | 0.69 |
| Hex | AA | B4 | B5 | 6 | 1 | 0 | 1D | B9 | 7 | 45 |
| Octal | 252 | 264 | 265 | 6 | 1 | 0 | 35 | 271 | 7 | 105 |
| Binary | 10101010 | 10110100 | 10110101 | 110 | 1 | 0 | 11101 | 10111001 | 111 | 1000101 |
Color Harmonies of #AAB4B5
Complementary color
Monochromatic Colors of #AAB4B5
Black with #AAB4B5
Text Example
Text Example
White with #AAB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4B5; }
p { color: rgb(170,180,181); }
H1.HeaderClassName
{
color: #AAB4B5;
}
.AnyTagClassName
{
color: #AAB4B5;
}
</style>
background-color css
<style>
a { background-color: #AAB4B5; }
a { background-color: rgb(170,180,181); }
div.DivClassName
{
background-color: #AAB4B5;
}
.BgClassName
{
background-color: #AAB4B5;
}
</style>
border-color css
<style>
span { border-color: #AAB4B5; }
span { border-color: rgb(170,180,181); }
td.TdClassName
{
border-color: #AAB4B5;
}
.TagClassName
{
border-color: #AAB4B5;
}
</style>