Shades of Casper #ABB9BA
Tints of Casper #ABB9BA
RGB
CMYK
RGB Variations
Color information
#ABB9BA (or 0xABB9BA) is known color: Casper. HEX triplet: AB, B9 and BA. RGB value is (171,185,186). Sum of RGB (Red+Green+Blue) = 171+185+186=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BA is #544645. Grayscale: #B4B4B4. Windows color (decimal): -5523014 or 12237227. OLE color: 12237227.
HSL color Cylindrical-coordinate representation of color #ABB9BA: hue angle of 184º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9BA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 186 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.27 |
| HSL | 184º | 0.1% | 0.7% | - |
| HSV(B) | 184º | 0.08% | 0.73% | - |
| XYZ | 43.01 | 46.9 | 53.24 | - |
| YUV | 180.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 186 | 0.08 | 0.01 | 0 | 0.27 | 184 | 0.1 | 0.7 |
| Hex | AB | B9 | BA | 8 | 1 | 0 | 1B | B8 | A | 46 |
| Octal | 253 | 271 | 272 | 10 | 1 | 0 | 33 | 270 | 12 | 106 |
| Binary | 10101011 | 10111001 | 10111010 | 1000 | 1 | 0 | 11011 | 10111000 | 1010 | 1000110 |
Color Harmonies of #ABB9BA
Complementary color
Monochromatic Colors of #ABB9BA
Black with #ABB9BA
Text Example
Text Example
White with #ABB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9BA; }
p { color: rgb(171,185,186); }
H1.HeaderClassName
{
color: #ABB9BA;
}
.AnyTagClassName
{
color: #ABB9BA;
}
</style>
background-color css
<style>
a { background-color: #ABB9BA; }
a { background-color: rgb(171,185,186); }
div.DivClassName
{
background-color: #ABB9BA;
}
.BgClassName
{
background-color: #ABB9BA;
}
</style>
border-color css
<style>
span { border-color: #ABB9BA; }
span { border-color: rgb(171,185,186); }
td.TdClassName
{
border-color: #ABB9BA;
}
.TagClassName
{
border-color: #ABB9BA;
}
</style>