Shades of Casper #AABBBD
Tints of Casper #AABBBD
RGB
CMYK
RGB Variations
Color information
#AABBBD (or 0xAABBBD) is known color: Casper. HEX triplet: AA, BB and BD. RGB value is (170,187,189). Sum of RGB (Red+Green+Blue) = 170+187+189=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #AABBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBBD is #554442. Grayscale: #B6B6B6. Windows color (decimal): -5588035 or 12434346. OLE color: 12434346.
HSL color Cylindrical-coordinate representation of color #AABBBD: hue angle of 186.32º degrees, saturation: 0.13, 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 #AABBBD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 187 | 189 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.26 |
| HSL | 186.32º | 0.13% | 0.7% | - |
| HSV(B) | 186.32º | 0.1% | 0.74% | - |
| XYZ | 43.53 | 47.76 | 55.07 | - |
| YUV | 182.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 189 | 0.10 | 0.01 | 0 | 0.26 | 186.32 | 0.13 | 0.7 |
| Hex | AA | BB | BD | A | 1 | 0 | 1A | BA | D | 46 |
| Octal | 252 | 273 | 275 | 12 | 1 | 0 | 32 | 272 | 15 | 106 |
| Binary | 10101010 | 10111011 | 10111101 | 1010 | 1 | 0 | 11010 | 10111010 | 1101 | 1000110 |
Color Harmonies of #AABBBD
Complementary color
Monochromatic Colors of #AABBBD
Black with #AABBBD
Text Example
Text Example
White with #AABBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBBD; }
p { color: rgb(170,187,189); }
H1.HeaderClassName
{
color: #AABBBD;
}
.AnyTagClassName
{
color: #AABBBD;
}
</style>
background-color css
<style>
a { background-color: #AABBBD; }
a { background-color: rgb(170,187,189); }
div.DivClassName
{
background-color: #AABBBD;
}
.BgClassName
{
background-color: #AABBBD;
}
</style>
border-color css
<style>
span { border-color: #AABBBD; }
span { border-color: rgb(170,187,189); }
td.TdClassName
{
border-color: #AABBBD;
}
.TagClassName
{
border-color: #AABBBD;
}
</style>