Shades of Casper #ADB7BA
Tints of Casper #ADB7BA
RGB
CMYK
RGB Variations
Color information
#ADB7BA (or 0xADB7BA) is known color: Casper. HEX triplet: AD, B7 and BA. RGB value is (173,183,186). Sum of RGB (Red+Green+Blue) = 173+183+186=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BA is #524845. Grayscale: #B4B4B4. Windows color (decimal): -5392454 or 12236717. OLE color: 12236717.
HSL color Cylindrical-coordinate representation of color #ADB7BA: hue angle of 193.85º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB7BA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 183 | 186 | - |
CMYK | 0.07 | 0.02 | 0 | 0.27 |
HSL | 193.85º | 0.09% | 0.7% | - |
HSV(B) | 193.85º | 0.07% | 0.73% | - |
XYZ | 43.03 | 46.3 | 53.12 | - |
YUV | 180.35 | 131.19 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 186 | 0.07 | 0.02 | 0 | 0.27 | 193.85 | 0.09 | 0.7 |
Hex | AD | B7 | BA | 7 | 2 | 0 | 1B | C2 | 9 | 46 |
Octal | 255 | 267 | 272 | 7 | 2 | 0 | 33 | 302 | 11 | 106 |
Binary | 10101101 | 10110111 | 10111010 | 111 | 10 | 0 | 11011 | 11000010 | 1001 | 1000110 |
Color Harmonies of #ADB7BA
Complementary color
Monochromatic Colors of #ADB7BA
Black with #ADB7BA
Text Example
Text Example
White with #ADB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7BA; }
p { color: rgb(173,183,186); }
H1.HeaderClassName
{
color: #ADB7BA;
}
.AnyTagClassName
{
color: #ADB7BA;
}
</style>
background-color css
<style>
a { background-color: #ADB7BA; }
a { background-color: rgb(173,183,186); }
div.DivClassName
{
background-color: #ADB7BA;
}
.BgClassName
{
background-color: #ADB7BA;
}
</style>
border-color css
<style>
span { border-color: #ADB7BA; }
span { border-color: rgb(173,183,186); }
td.TdClassName
{
border-color: #ADB7BA;
}
.TagClassName
{
border-color: #ADB7BA;
}
</style>