Shades of Casper #ABB8BB
Tints of Casper #ABB8BB
RGB
CMYK
RGB Variations
Color information
#ABB8BB (or 0xABB8BB) is known color: Casper. HEX triplet: AB, B8 and BB. RGB value is (171,184,187). Sum of RGB (Red+Green+Blue) = 171+184+187=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BB is #544744. Grayscale: #B4B4B4. Windows color (decimal): -5523269 or 12302507. OLE color: 12302507.
HSL color Cylindrical-coordinate representation of color #ABB8BB: hue angle of 191.25º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB8BB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 184 | 187 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.27 |
| HSL | 191.25º | 0.11% | 0.7% | - |
| HSV(B) | 191.25º | 0.09% | 0.73% | - |
| XYZ | 42.9 | 46.53 | 53.73 | - |
| YUV | 180.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 187 | 0.09 | 0.02 | 0 | 0.27 | 191.25 | 0.11 | 0.7 |
| Hex | AB | B8 | BB | 9 | 2 | 0 | 1B | BF | B | 46 |
| Octal | 253 | 270 | 273 | 11 | 2 | 0 | 33 | 277 | 13 | 106 |
| Binary | 10101011 | 10111000 | 10111011 | 1001 | 10 | 0 | 11011 | 10111111 | 1011 | 1000110 |
Color Harmonies of #ABB8BB
Complementary color
Monochromatic Colors of #ABB8BB
Black with #ABB8BB
Text Example
Text Example
White with #ABB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8BB; }
p { color: rgb(171,184,187); }
H1.HeaderClassName
{
color: #ABB8BB;
}
.AnyTagClassName
{
color: #ABB8BB;
}
</style>
background-color css
<style>
a { background-color: #ABB8BB; }
a { background-color: rgb(171,184,187); }
div.DivClassName
{
background-color: #ABB8BB;
}
.BgClassName
{
background-color: #ABB8BB;
}
</style>
border-color css
<style>
span { border-color: #ABB8BB; }
span { border-color: rgb(171,184,187); }
td.TdClassName
{
border-color: #ABB8BB;
}
.TagClassName
{
border-color: #ABB8BB;
}
</style>