Shades of Casper #ADBABD
Tints of Casper #ADBABD
RGB
CMYK
RGB Variations
Color information
#ADBABD (or 0xADBABD) is known color: Casper. HEX triplet: AD, BA and BD. RGB value is (173,186,189). Sum of RGB (Red+Green+Blue) = 173+186+189=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABD is #524542. Grayscale: #B6B6B6. Windows color (decimal): -5391683 or 12434093. OLE color: 12434093.
HSL color Cylindrical-coordinate representation of color #ADBABD: hue angle of 191.25º degrees, saturation: 0.11, 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 #ADBABD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 186 | 189 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.26 |
| HSL | 191.25º | 0.11% | 0.71% | - |
| HSV(B) | 191.25º | 0.08% | 0.74% | - |
| XYZ | 43.98 | 47.68 | 55.03 | - |
| YUV | 182.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 189 | 0.08 | 0.02 | 0 | 0.26 | 191.25 | 0.11 | 0.71 |
| Hex | AD | BA | BD | 8 | 2 | 0 | 1A | BF | B | 47 |
| Octal | 255 | 272 | 275 | 10 | 2 | 0 | 32 | 277 | 13 | 107 |
| Binary | 10101101 | 10111010 | 10111101 | 1000 | 10 | 0 | 11010 | 10111111 | 1011 | 1000111 |
Color Harmonies of #ADBABD
Complementary color
Monochromatic Colors of #ADBABD
Black with #ADBABD
Text Example
Text Example
White with #ADBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBABD; }
p { color: rgb(173,186,189); }
H1.HeaderClassName
{
color: #ADBABD;
}
.AnyTagClassName
{
color: #ADBABD;
}
</style>
background-color css
<style>
a { background-color: #ADBABD; }
a { background-color: rgb(173,186,189); }
div.DivClassName
{
background-color: #ADBABD;
}
.BgClassName
{
background-color: #ADBABD;
}
</style>
border-color css
<style>
span { border-color: #ADBABD; }
span { border-color: rgb(173,186,189); }
td.TdClassName
{
border-color: #ADBABD;
}
.TagClassName
{
border-color: #ADBABD;
}
</style>