Shades of Casper #ADB7B9
Tints of Casper #ADB7B9
RGB
CMYK
RGB Variations
Color information
#ADB7B9 (or 0xADB7B9) is known color: Casper. HEX triplet: AD, B7 and B9. RGB value is (173,183,185). Sum of RGB (Red+Green+Blue) = 173+183+185=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7B9 is #524846. Grayscale: #B4B4B4. Windows color (decimal): -5392455 or 12171181. OLE color: 12171181.
HSL color Cylindrical-coordinate representation of color #ADB7B9: hue angle of 190º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB7B9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 183 | 185 | - |
CMYK | 0.06 | 0.01 | 0 | 0.27 |
HSL | 190º | 0.08% | 0.7% | - |
HSV(B) | 190º | 0.06% | 0.73% | - |
XYZ | 42.92 | 46.25 | 52.56 | - |
YUV | 180.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 185 | 0.06 | 0.01 | 0 | 0.27 | 190 | 0.08 | 0.7 |
Hex | AD | B7 | B9 | 6 | 1 | 0 | 1B | BE | 8 | 46 |
Octal | 255 | 267 | 271 | 6 | 1 | 0 | 33 | 276 | 10 | 106 |
Binary | 10101101 | 10110111 | 10111001 | 110 | 1 | 0 | 11011 | 10111110 | 1000 | 1000110 |
Color Harmonies of #ADB7B9
Complementary color
Monochromatic Colors of #ADB7B9
Black with #ADB7B9
Text Example
Text Example
White with #ADB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7B9; }
p { color: rgb(173,183,185); }
H1.HeaderClassName
{
color: #ADB7B9;
}
.AnyTagClassName
{
color: #ADB7B9;
}
</style>
background-color css
<style>
a { background-color: #ADB7B9; }
a { background-color: rgb(173,183,185); }
div.DivClassName
{
background-color: #ADB7B9;
}
.BgClassName
{
background-color: #ADB7B9;
}
</style>
border-color css
<style>
span { border-color: #ADB7B9; }
span { border-color: rgb(173,183,185); }
td.TdClassName
{
border-color: #ADB7B9;
}
.TagClassName
{
border-color: #ADB7B9;
}
</style>