Shades of Casper #ADBABC
Tints of Casper #ADBABC
RGB
CMYK
RGB Variations
Color information
#ADBABC (or 0xADBABC) is known color: Casper. HEX triplet: AD, BA and BC. RGB value is (173,186,188). Sum of RGB (Red+Green+Blue) = 173+186+188=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABC is #524543. Grayscale: #B6B6B6. Windows color (decimal): -5391684 or 12368557. OLE color: 12368557.
HSL color Cylindrical-coordinate representation of color #ADBABC: hue angle of 188º 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 #ADBABC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 186 | 188 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.26 |
| HSL | 188º | 0.1% | 0.71% | - |
| HSV(B) | 188º | 0.08% | 0.74% | - |
| XYZ | 43.87 | 47.63 | 54.46 | - |
| YUV | 182.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 188 | 0.08 | 0.01 | 0 | 0.26 | 188 | 0.1 | 0.71 |
| Hex | AD | BA | BC | 8 | 1 | 0 | 1A | BC | A | 47 |
| Octal | 255 | 272 | 274 | 10 | 1 | 0 | 32 | 274 | 12 | 107 |
| Binary | 10101101 | 10111010 | 10111100 | 1000 | 1 | 0 | 11010 | 10111100 | 1010 | 1000111 |
Color Harmonies of #ADBABC
Complementary color
Monochromatic Colors of #ADBABC
Black with #ADBABC
Text Example
Text Example
White with #ADBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBABC; }
p { color: rgb(173,186,188); }
H1.HeaderClassName
{
color: #ADBABC;
}
.AnyTagClassName
{
color: #ADBABC;
}
</style>
background-color css
<style>
a { background-color: #ADBABC; }
a { background-color: rgb(173,186,188); }
div.DivClassName
{
background-color: #ADBABC;
}
.BgClassName
{
background-color: #ADBABC;
}
</style>
border-color css
<style>
span { border-color: #ADBABC; }
span { border-color: rgb(173,186,188); }
td.TdClassName
{
border-color: #ADBABC;
}
.TagClassName
{
border-color: #ADBABC;
}
</style>