Shades of Casper #AABCBE
Tints of Casper #AABCBE
RGB
CMYK
RGB Variations
Color information
#AABCBE (or 0xAABCBE) is known color: Casper. HEX triplet: AA, BC and BE. RGB value is (170,188,190). Sum of RGB (Red+Green+Blue) = 170+188+190=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #AABCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCBE is #554341. Grayscale: #B6B6B6. Windows color (decimal): -5587778 or 12500138. OLE color: 12500138.
HSL color Cylindrical-coordinate representation of color #AABCBE: hue angle of 186º 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 #AABCBE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 188 | 190 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.25 |
| HSL | 186º | 0.13% | 0.71% | - |
| HSV(B) | 186º | 0.11% | 0.75% | - |
| XYZ | 43.86 | 48.23 | 55.71 | - |
| YUV | 182.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 190 | 0.11 | 0.01 | 0 | 0.25 | 186 | 0.13 | 0.71 |
| Hex | AA | BC | BE | B | 1 | 0 | 19 | BA | D | 47 |
| Octal | 252 | 274 | 276 | 13 | 1 | 0 | 31 | 272 | 15 | 107 |
| Binary | 10101010 | 10111100 | 10111110 | 1011 | 1 | 0 | 11001 | 10111010 | 1101 | 1000111 |
Color Harmonies of #AABCBE
Complementary color
Monochromatic Colors of #AABCBE
Black with #AABCBE
Text Example
Text Example
White with #AABCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCBE; }
p { color: rgb(170,188,190); }
H1.HeaderClassName
{
color: #AABCBE;
}
.AnyTagClassName
{
color: #AABCBE;
}
</style>
background-color css
<style>
a { background-color: #AABCBE; }
a { background-color: rgb(170,188,190); }
div.DivClassName
{
background-color: #AABCBE;
}
.BgClassName
{
background-color: #AABCBE;
}
</style>
border-color css
<style>
span { border-color: #AABCBE; }
span { border-color: rgb(170,188,190); }
td.TdClassName
{
border-color: #AABCBE;
}
.TagClassName
{
border-color: #AABCBE;
}
</style>