Shades of Casper #ADB5B7
Tints of Casper #ADB5B7
RGB
CMYK
RGB Variations
Color information
#ADB5B7 (or 0xADB5B7) is known color: Casper. HEX triplet: AD, B5 and B7. RGB value is (173,181,183). Sum of RGB (Red+Green+Blue) = 173+181+183=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADB5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5B7 is #524A48. Grayscale: #B2B2B2. Windows color (decimal): -5392969 or 12039597. OLE color: 12039597.
HSL color Cylindrical-coordinate representation of color #ADB5B7: hue angle of 192º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB5B7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 181 | 183 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.28 |
| HSL | 192º | 0.06% | 0.7% | - |
| HSV(B) | 192º | 0.05% | 0.72% | - |
| XYZ | 42.3 | 45.35 | 51.32 | - |
| YUV | 178.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 183 | 0.05 | 0.01 | 0 | 0.28 | 192 | 0.06 | 0.7 |
| Hex | AD | B5 | B7 | 5 | 1 | 0 | 1C | C0 | 6 | 46 |
| Octal | 255 | 265 | 267 | 5 | 1 | 0 | 34 | 300 | 6 | 106 |
| Binary | 10101101 | 10110101 | 10110111 | 101 | 1 | 0 | 11100 | 11000000 | 110 | 1000110 |
Color Harmonies of #ADB5B7
Complementary color
Monochromatic Colors of #ADB5B7
Black with #ADB5B7
Text Example
Text Example
White with #ADB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5B7; }
p { color: rgb(173,181,183); }
H1.HeaderClassName
{
color: #ADB5B7;
}
.AnyTagClassName
{
color: #ADB5B7;
}
</style>
background-color css
<style>
a { background-color: #ADB5B7; }
a { background-color: rgb(173,181,183); }
div.DivClassName
{
background-color: #ADB5B7;
}
.BgClassName
{
background-color: #ADB5B7;
}
</style>
border-color css
<style>
span { border-color: #ADB5B7; }
span { border-color: rgb(173,181,183); }
td.TdClassName
{
border-color: #ADB5B7;
}
.TagClassName
{
border-color: #ADB5B7;
}
</style>