Shades of Casper #ADB3B6
Tints of Casper #ADB3B6
RGB
CMYK
RGB Variations
Color information
#ADB3B6 (or 0xADB3B6) is known color: Casper. HEX triplet: AD, B3 and B6. RGB value is (173,179,182). Sum of RGB (Red+Green+Blue) = 173+179+182=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADB3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3B6 is #524C49. Grayscale: #B1B1B1. Windows color (decimal): -5393482 or 11973549. OLE color: 11973549.
HSL color Cylindrical-coordinate representation of color #ADB3B6: hue angle of 200º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB3B6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 179 | 182 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.29 |
| HSL | 200º | 0.06% | 0.7% | - |
| HSV(B) | 200º | 0.05% | 0.71% | - |
| XYZ | 41.8 | 44.5 | 50.64 | - |
| YUV | 177.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 182 | 0.05 | 0.02 | 0 | 0.29 | 200 | 0.06 | 0.7 |
| Hex | AD | B3 | B6 | 5 | 2 | 0 | 1D | C8 | 6 | 46 |
| Octal | 255 | 263 | 266 | 5 | 2 | 0 | 35 | 310 | 6 | 106 |
| Binary | 10101101 | 10110011 | 10110110 | 101 | 10 | 0 | 11101 | 11001000 | 110 | 1000110 |
Color Harmonies of #ADB3B6
Complementary color
Monochromatic Colors of #ADB3B6
Black with #ADB3B6
Text Example
Text Example
White with #ADB3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3B6; }
p { color: rgb(173,179,182); }
H1.HeaderClassName
{
color: #ADB3B6;
}
.AnyTagClassName
{
color: #ADB3B6;
}
</style>
background-color css
<style>
a { background-color: #ADB3B6; }
a { background-color: rgb(173,179,182); }
div.DivClassName
{
background-color: #ADB3B6;
}
.BgClassName
{
background-color: #ADB3B6;
}
</style>
border-color css
<style>
span { border-color: #ADB3B6; }
span { border-color: rgb(173,179,182); }
td.TdClassName
{
border-color: #ADB3B6;
}
.TagClassName
{
border-color: #ADB3B6;
}
</style>