Shades of Casper #ABBCC0
Tints of Casper #ABBCC0
RGB
CMYK
RGB Variations
Color information
#ABBCC0 (or 0xABBCC0) is known color: Casper. HEX triplet: AB, BC and C0. RGB value is (171,188,192). Sum of RGB (Red+Green+Blue) = 171+188+192=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCC0 is #54433F. Grayscale: #B7B7B7. Windows color (decimal): -5522240 or 12631211. OLE color: 12631211.
HSL color Cylindrical-coordinate representation of color #ABBCC0: hue angle of 191.43º degrees, saturation: 0.14, 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 #ABBCC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 188 | 192 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.25 |
| HSL | 191.43º | 0.14% | 0.71% | - |
| HSV(B) | 191.43º | 0.11% | 0.75% | - |
| XYZ | 44.29 | 48.43 | 56.88 | - |
| YUV | 183.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 192 | 0.11 | 0.02 | 0 | 0.25 | 191.43 | 0.14 | 0.71 |
| Hex | AB | BC | C0 | B | 2 | 0 | 19 | BF | E | 47 |
| Octal | 253 | 274 | 300 | 13 | 2 | 0 | 31 | 277 | 16 | 107 |
| Binary | 10101011 | 10111100 | 11000000 | 1011 | 10 | 0 | 11001 | 10111111 | 1110 | 1000111 |
Color Harmonies of #ABBCC0
Complementary color
Monochromatic Colors of #ABBCC0
Black with #ABBCC0
Text Example
Text Example
White with #ABBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCC0; }
p { color: rgb(171,188,192); }
H1.HeaderClassName
{
color: #ABBCC0;
}
.AnyTagClassName
{
color: #ABBCC0;
}
</style>
background-color css
<style>
a { background-color: #ABBCC0; }
a { background-color: rgb(171,188,192); }
div.DivClassName
{
background-color: #ABBCC0;
}
.BgClassName
{
background-color: #ABBCC0;
}
</style>
border-color css
<style>
span { border-color: #ABBCC0; }
span { border-color: rgb(171,188,192); }
td.TdClassName
{
border-color: #ABBCC0;
}
.TagClassName
{
border-color: #ABBCC0;
}
</style>