Shades of Casper #ADB9BB
Tints of Casper #ADB9BB
RGB
CMYK
RGB Variations
Color information
#ADB9BB (or 0xADB9BB) is known color: Casper. HEX triplet: AD, B9 and BB. RGB value is (173,185,187). Sum of RGB (Red+Green+Blue) = 173+185+187=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BB is #524644. Grayscale: #B5B5B5. Windows color (decimal): -5391941 or 12302765. OLE color: 12302765.
HSL color Cylindrical-coordinate representation of color #ADB9BB: hue angle of 188.57º 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 #ADB9BB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 187 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.27 |
| HSL | 188.57º | 0.09% | 0.71% | - |
| HSV(B) | 188.57º | 0.07% | 0.73% | - |
| XYZ | 43.55 | 47.17 | 53.82 | - |
| YUV | 181.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 187 | 0.07 | 0.01 | 0 | 0.27 | 188.57 | 0.09 | 0.71 |
| Hex | AD | B9 | BB | 7 | 1 | 0 | 1B | BD | 9 | 47 |
| Octal | 255 | 271 | 273 | 7 | 1 | 0 | 33 | 275 | 11 | 107 |
| Binary | 10101101 | 10111001 | 10111011 | 111 | 1 | 0 | 11011 | 10111101 | 1001 | 1000111 |
Color Harmonies of #ADB9BB
Complementary color
Monochromatic Colors of #ADB9BB
Black with #ADB9BB
Text Example
Text Example
White with #ADB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9BB; }
p { color: rgb(173,185,187); }
H1.HeaderClassName
{
color: #ADB9BB;
}
.AnyTagClassName
{
color: #ADB9BB;
}
</style>
background-color css
<style>
a { background-color: #ADB9BB; }
a { background-color: rgb(173,185,187); }
div.DivClassName
{
background-color: #ADB9BB;
}
.BgClassName
{
background-color: #ADB9BB;
}
</style>
border-color css
<style>
span { border-color: #ADB9BB; }
span { border-color: rgb(173,185,187); }
td.TdClassName
{
border-color: #ADB9BB;
}
.TagClassName
{
border-color: #ADB9BB;
}
</style>