Shades of Casper #ABBABC
Tints of Casper #ABBABC
RGB
CMYK
RGB Variations
Color information
#ABBABC (or 0xABBABC) is known color: Casper. HEX triplet: AB, BA and BC. RGB value is (171,186,188). Sum of RGB (Red+Green+Blue) = 171+186+188=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABC is #544543. Grayscale: #B5B5B5. Windows color (decimal): -5522756 or 12368555. OLE color: 12368555.
HSL color Cylindrical-coordinate representation of color #ABBABC: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBABC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 186 | 188 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.26 |
| HSL | 187.06º | 0.11% | 0.7% | - |
| HSV(B) | 187.06º | 0.09% | 0.74% | - |
| XYZ | 43.43 | 47.41 | 54.44 | - |
| YUV | 181.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 188 | 0.09 | 0.01 | 0 | 0.26 | 187.06 | 0.11 | 0.7 |
| Hex | AB | BA | BC | 9 | 1 | 0 | 1A | BB | B | 46 |
| Octal | 253 | 272 | 274 | 11 | 1 | 0 | 32 | 273 | 13 | 106 |
| Binary | 10101011 | 10111010 | 10111100 | 1001 | 1 | 0 | 11010 | 10111011 | 1011 | 1000110 |
Color Harmonies of #ABBABC
Complementary color
Monochromatic Colors of #ABBABC
Black with #ABBABC
Text Example
Text Example
White with #ABBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBABC; }
p { color: rgb(171,186,188); }
H1.HeaderClassName
{
color: #ABBABC;
}
.AnyTagClassName
{
color: #ABBABC;
}
</style>
background-color css
<style>
a { background-color: #ABBABC; }
a { background-color: rgb(171,186,188); }
div.DivClassName
{
background-color: #ABBABC;
}
.BgClassName
{
background-color: #ABBABC;
}
</style>
border-color css
<style>
span { border-color: #ABBABC; }
span { border-color: rgb(171,186,188); }
td.TdClassName
{
border-color: #ABBABC;
}
.TagClassName
{
border-color: #ABBABC;
}
</style>