Shades of Casper #ADB9BC
Tints of Casper #ADB9BC
RGB
CMYK
RGB Variations
Color information
#ADB9BC (or 0xADB9BC) is known color: Casper. HEX triplet: AD, B9 and BC. RGB value is (173,185,188). Sum of RGB (Red+Green+Blue) = 173+185+188=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BC is #524643. Grayscale: #B5B5B5. Windows color (decimal): -5391940 or 12368301. OLE color: 12368301.
HSL color Cylindrical-coordinate representation of color #ADB9BC: hue angle of 192º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB9BC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 185 | 188 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.26 |
| HSL | 192º | 0.1% | 0.71% | - |
| HSV(B) | 192º | 0.08% | 0.74% | - |
| XYZ | 43.66 | 47.21 | 54.39 | - |
| YUV | 181.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 188 | 0.08 | 0.02 | 0 | 0.26 | 192 | 0.1 | 0.71 |
| Hex | AD | B9 | BC | 8 | 2 | 0 | 1A | C0 | A | 47 |
| Octal | 255 | 271 | 274 | 10 | 2 | 0 | 32 | 300 | 12 | 107 |
| Binary | 10101101 | 10111001 | 10111100 | 1000 | 10 | 0 | 11010 | 11000000 | 1010 | 1000111 |
Color Harmonies of #ADB9BC
Complementary color
Monochromatic Colors of #ADB9BC
Black with #ADB9BC
Text Example
Text Example
White with #ADB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9BC; }
p { color: rgb(173,185,188); }
H1.HeaderClassName
{
color: #ADB9BC;
}
.AnyTagClassName
{
color: #ADB9BC;
}
</style>
background-color css
<style>
a { background-color: #ADB9BC; }
a { background-color: rgb(173,185,188); }
div.DivClassName
{
background-color: #ADB9BC;
}
.BgClassName
{
background-color: #ADB9BC;
}
</style>
border-color css
<style>
span { border-color: #ADB9BC; }
span { border-color: rgb(173,185,188); }
td.TdClassName
{
border-color: #ADB9BC;
}
.TagClassName
{
border-color: #ADB9BC;
}
</style>