Shades of Casper #ADB7BB
Tints of Casper #ADB7BB
RGB
CMYK
RGB Variations
Color information
#ADB7BB (or 0xADB7BB) is known color: Casper. HEX triplet: AD, B7 and BB. RGB value is (173,183,187). Sum of RGB (Red+Green+Blue) = 173+183+187=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BB is #524844. Grayscale: #B4B4B4. Windows color (decimal): -5392453 or 12302253. OLE color: 12302253.
HSL color Cylindrical-coordinate representation of color #ADB7BB: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB7BB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 183 | 187 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.27 |
| HSL | 197.14º | 0.09% | 0.71% | - |
| HSV(B) | 197.14º | 0.07% | 0.73% | - |
| XYZ | 43.14 | 46.34 | 53.68 | - |
| YUV | 180.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 187 | 0.07 | 0.02 | 0 | 0.27 | 197.14 | 0.09 | 0.71 |
| Hex | AD | B7 | BB | 7 | 2 | 0 | 1B | C5 | 9 | 47 |
| Octal | 255 | 267 | 273 | 7 | 2 | 0 | 33 | 305 | 11 | 107 |
| Binary | 10101101 | 10110111 | 10111011 | 111 | 10 | 0 | 11011 | 11000101 | 1001 | 1000111 |
Color Harmonies of #ADB7BB
Complementary color
Monochromatic Colors of #ADB7BB
Black with #ADB7BB
Text Example
Text Example
White with #ADB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7BB; }
p { color: rgb(173,183,187); }
H1.HeaderClassName
{
color: #ADB7BB;
}
.AnyTagClassName
{
color: #ADB7BB;
}
</style>
background-color css
<style>
a { background-color: #ADB7BB; }
a { background-color: rgb(173,183,187); }
div.DivClassName
{
background-color: #ADB7BB;
}
.BgClassName
{
background-color: #ADB7BB;
}
</style>
border-color css
<style>
span { border-color: #ADB7BB; }
span { border-color: rgb(173,183,187); }
td.TdClassName
{
border-color: #ADB7BB;
}
.TagClassName
{
border-color: #ADB7BB;
}
</style>