Shades of Casper #ABB5B7
Tints of Casper #ABB5B7
RGB
CMYK
RGB Variations
Color information
#ABB5B7 (or 0xABB5B7) is known color: Casper. HEX triplet: AB, B5 and B7. RGB value is (171,181,183). Sum of RGB (Red+Green+Blue) = 171+181+183=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABB5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5B7 is #544A48. Grayscale: #B2B2B2. Windows color (decimal): -5524041 or 12039595. OLE color: 12039595.
HSL color Cylindrical-coordinate representation of color #ABB5B7: hue angle of 190º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB5B7 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 171 | 181 | 183 | - |
CMYK | 0.07 | 0.01 | 0 | 0.28 |
HSL | 190º | 0.08% | 0.69% | - |
HSV(B) | 190º | 0.07% | 0.72% | - |
XYZ | 41.87 | 45.12 | 51.3 | - |
YUV | 178.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 181 | 183 | 0.07 | 0.01 | 0 | 0.28 | 190 | 0.08 | 0.69 |
Hex | AB | B5 | B7 | 7 | 1 | 0 | 1C | BE | 8 | 45 |
Octal | 253 | 265 | 267 | 7 | 1 | 0 | 34 | 276 | 10 | 105 |
Binary | 10101011 | 10110101 | 10110111 | 111 | 1 | 0 | 11100 | 10111110 | 1000 | 1000101 |
Color Harmonies of #ABB5B7
Complementary color
Monochromatic Colors of #ABB5B7
Black with #ABB5B7
Text Example
Text Example
White with #ABB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5B7; }
p { color: rgb(171,181,183); }
H1.HeaderClassName
{
color: #ABB5B7;
}
.AnyTagClassName
{
color: #ABB5B7;
}
</style>
background-color css
<style>
a { background-color: #ABB5B7; }
a { background-color: rgb(171,181,183); }
div.DivClassName
{
background-color: #ABB5B7;
}
.BgClassName
{
background-color: #ABB5B7;
}
</style>
border-color css
<style>
span { border-color: #ABB5B7; }
span { border-color: rgb(171,181,183); }
td.TdClassName
{
border-color: #ABB5B7;
}
.TagClassName
{
border-color: #ABB5B7;
}
</style>