Shades of Casper #ABB7B7
Tints of Casper #ABB7B7
RGB
CMYK
RGB Variations
Color information
#ABB7B7 (or 0xABB7B7) is known color: Casper. HEX triplet: AB, B7 and B7. RGB value is (171,183,183). Sum of RGB (Red+Green+Blue) = 171+183+183=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 183 - color contains mainly: green, blue. Hex color #ABB7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7B7 is #544848. Grayscale: #B3B3B3. Windows color (decimal): -5523529 or 12040107. OLE color: 12040107.
HSL color Cylindrical-coordinate representation of color #ABB7B7: hue angle of 180º 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 #ABB7B7 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 171 | 183 | 183 | - |
CMYK | 0.07 | 0 | 0 | 0.28 |
HSL | 180º | 0.08% | 0.69% | - |
HSV(B) | 180º | 0.07% | 0.72% | - |
XYZ | 42.28 | 45.94 | 51.44 | - |
YUV | 179.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 183 | 183 | 0.07 | 0 | 0 | 0.28 | 180 | 0.08 | 0.69 |
Hex | AB | B7 | B7 | 7 | 0 | 0 | 1C | B4 | 8 | 45 |
Octal | 253 | 267 | 267 | 7 | 0 | 0 | 34 | 264 | 10 | 105 |
Binary | 10101011 | 10110111 | 10110111 | 111 | 0 | 0 | 11100 | 10110100 | 1000 | 1000101 |
Color Harmonies of #ABB7B7
Complementary color
Monochromatic Colors of #ABB7B7
Black with #ABB7B7
Text Example
Text Example
White with #ABB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7B7; }
p { color: rgb(171,183,183); }
H1.HeaderClassName
{
color: #ABB7B7;
}
.AnyTagClassName
{
color: #ABB7B7;
}
</style>
background-color css
<style>
a { background-color: #ABB7B7; }
a { background-color: rgb(171,183,183); }
div.DivClassName
{
background-color: #ABB7B7;
}
.BgClassName
{
background-color: #ABB7B7;
}
</style>
border-color css
<style>
span { border-color: #ABB7B7; }
span { border-color: rgb(171,183,183); }
td.TdClassName
{
border-color: #ABB7B7;
}
.TagClassName
{
border-color: #ABB7B7;
}
</style>