Shades of Casper #ABB7B9
Tints of Casper #ABB7B9
RGB
CMYK
RGB Variations
Color information
#ABB7B9 (or 0xABB7B9) is known color: Casper. HEX triplet: AB, B7 and B9. RGB value is (171,183,185). Sum of RGB (Red+Green+Blue) = 171+183+185=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7B9 is #544846. Grayscale: #B3B3B3. Windows color (decimal): -5523527 or 12171179. OLE color: 12171179.
HSL color Cylindrical-coordinate representation of color #ABB7B9: hue angle of 188.57º degrees, saturation: 0.09, 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 #ABB7B9 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 171 | 183 | 185 | - |
CMYK | 0.08 | 0.01 | 0 | 0.27 |
HSL | 188.57º | 0.09% | 0.7% | - |
HSV(B) | 188.57º | 0.08% | 0.73% | - |
XYZ | 42.49 | 46.03 | 52.54 | - |
YUV | 179.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 183 | 185 | 0.08 | 0.01 | 0 | 0.27 | 188.57 | 0.09 | 0.7 |
Hex | AB | B7 | B9 | 8 | 1 | 0 | 1B | BD | 9 | 46 |
Octal | 253 | 267 | 271 | 10 | 1 | 0 | 33 | 275 | 11 | 106 |
Binary | 10101011 | 10110111 | 10111001 | 1000 | 1 | 0 | 11011 | 10111101 | 1001 | 1000110 |
Color Harmonies of #ABB7B9
Complementary color
Monochromatic Colors of #ABB7B9
Black with #ABB7B9
Text Example
Text Example
White with #ABB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7B9; }
p { color: rgb(171,183,185); }
H1.HeaderClassName
{
color: #ABB7B9;
}
.AnyTagClassName
{
color: #ABB7B9;
}
</style>
background-color css
<style>
a { background-color: #ABB7B9; }
a { background-color: rgb(171,183,185); }
div.DivClassName
{
background-color: #ABB7B9;
}
.BgClassName
{
background-color: #ABB7B9;
}
</style>
border-color css
<style>
span { border-color: #ABB7B9; }
span { border-color: rgb(171,183,185); }
td.TdClassName
{
border-color: #ABB7B9;
}
.TagClassName
{
border-color: #ABB7B9;
}
</style>