Shades of Casper #AABCC0
Tints of Casper #AABCC0
RGB
CMYK
RGB Variations
Color information
#AABCC0 (or 0xAABCC0) is known color: Casper. HEX triplet: AA, BC and C0. RGB value is (170,188,192). Sum of RGB (Red+Green+Blue) = 170+188+192=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC0 is #55433F. Grayscale: #B7B7B7. Windows color (decimal): -5587776 or 12631210. OLE color: 12631210.
HSL color Cylindrical-coordinate representation of color #AABCC0: hue angle of 190.91º degrees, saturation: 0.15, 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 #AABCC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 188 | 192 | - |
CMYK | 0.11 | 0.02 | 0 | 0.25 |
HSL | 190.91º | 0.15% | 0.71% | - |
HSV(B) | 190.91º | 0.11% | 0.75% | - |
XYZ | 44.08 | 48.32 | 56.87 | - |
YUV | 183.07 | 133.04 | 118.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 188 | 192 | 0.11 | 0.02 | 0 | 0.25 | 190.91 | 0.15 | 0.71 |
Hex | AA | BC | C0 | B | 2 | 0 | 19 | BF | F | 47 |
Octal | 252 | 274 | 300 | 13 | 2 | 0 | 31 | 277 | 17 | 107 |
Binary | 10101010 | 10111100 | 11000000 | 1011 | 10 | 0 | 11001 | 10111111 | 1111 | 1000111 |
Color Harmonies of #AABCC0
Complementary color
Monochromatic Colors of #AABCC0
Black with #AABCC0
Text Example
Text Example
White with #AABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCC0; }
p { color: rgb(170,188,192); }
H1.HeaderClassName
{
color: #AABCC0;
}
.AnyTagClassName
{
color: #AABCC0;
}
</style>
background-color css
<style>
a { background-color: #AABCC0; }
a { background-color: rgb(170,188,192); }
div.DivClassName
{
background-color: #AABCC0;
}
.BgClassName
{
background-color: #AABCC0;
}
</style>
border-color css
<style>
span { border-color: #AABCC0; }
span { border-color: rgb(170,188,192); }
td.TdClassName
{
border-color: #AABCC0;
}
.TagClassName
{
border-color: #AABCC0;
}
</style>