Shades of Casper #ADB8BB
Tints of Casper #ADB8BB
RGB
CMYK
RGB Variations
Color information
#ADB8BB (or 0xADB8BB) is known color: Casper. HEX triplet: AD, B8 and BB. RGB value is (173,184,187). Sum of RGB (Red+Green+Blue) = 173+184+187=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BB is #524744. Grayscale: #B5B5B5. Windows color (decimal): -5392197 or 12302509. OLE color: 12302509.
HSL color Cylindrical-coordinate representation of color #ADB8BB: hue angle of 192.86º 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 #ADB8BB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 184 | 187 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.27 |
| HSL | 192.86º | 0.09% | 0.71% | - |
| HSV(B) | 192.86º | 0.07% | 0.73% | - |
| XYZ | 43.34 | 46.75 | 53.75 | - |
| YUV | 181.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 187 | 0.07 | 0.02 | 0 | 0.27 | 192.86 | 0.09 | 0.71 |
| Hex | AD | B8 | BB | 7 | 2 | 0 | 1B | C1 | 9 | 47 |
| Octal | 255 | 270 | 273 | 7 | 2 | 0 | 33 | 301 | 11 | 107 |
| Binary | 10101101 | 10111000 | 10111011 | 111 | 10 | 0 | 11011 | 11000001 | 1001 | 1000111 |
Color Harmonies of #ADB8BB
Complementary color
Monochromatic Colors of #ADB8BB
Black with #ADB8BB
Text Example
Text Example
White with #ADB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8BB; }
p { color: rgb(173,184,187); }
H1.HeaderClassName
{
color: #ADB8BB;
}
.AnyTagClassName
{
color: #ADB8BB;
}
</style>
background-color css
<style>
a { background-color: #ADB8BB; }
a { background-color: rgb(173,184,187); }
div.DivClassName
{
background-color: #ADB8BB;
}
.BgClassName
{
background-color: #ADB8BB;
}
</style>
border-color css
<style>
span { border-color: #ADB8BB; }
span { border-color: rgb(173,184,187); }
td.TdClassName
{
border-color: #ADB8BB;
}
.TagClassName
{
border-color: #ADB8BB;
}
</style>