Shades of Casper #ADB3B5
Tints of Casper #ADB3B5
RGB
CMYK
RGB Variations
Color information
#ADB3B5 (or 0xADB3B5) is known color: Casper. HEX triplet: AD, B3 and B5. RGB value is (173,179,181). Sum of RGB (Red+Green+Blue) = 173+179+181=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADB3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3B5 is #524C4A. Grayscale: #B1B1B1. Windows color (decimal): -5393483 or 11908013. OLE color: 11908013.
HSL color Cylindrical-coordinate representation of color #ADB3B5: hue angle of 195º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB3B5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 179 | 181 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.29 |
| HSL | 195º | 0.05% | 0.69% | - |
| HSV(B) | 195º | 0.04% | 0.71% | - |
| XYZ | 41.69 | 44.46 | 50.1 | - |
| YUV | 177.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 181 | 0.04 | 0.01 | 0 | 0.29 | 195 | 0.05 | 0.69 |
| Hex | AD | B3 | B5 | 4 | 1 | 0 | 1D | C3 | 5 | 45 |
| Octal | 255 | 263 | 265 | 4 | 1 | 0 | 35 | 303 | 5 | 105 |
| Binary | 10101101 | 10110011 | 10110101 | 100 | 1 | 0 | 11101 | 11000011 | 101 | 1000101 |
Color Harmonies of #ADB3B5
Complementary color
Monochromatic Colors of #ADB3B5
Black with #ADB3B5
Text Example
Text Example
White with #ADB3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3B5; }
p { color: rgb(173,179,181); }
H1.HeaderClassName
{
color: #ADB3B5;
}
.AnyTagClassName
{
color: #ADB3B5;
}
</style>
background-color css
<style>
a { background-color: #ADB3B5; }
a { background-color: rgb(173,179,181); }
div.DivClassName
{
background-color: #ADB3B5;
}
.BgClassName
{
background-color: #ADB3B5;
}
</style>
border-color css
<style>
span { border-color: #ADB3B5; }
span { border-color: rgb(173,179,181); }
td.TdClassName
{
border-color: #ADB3B5;
}
.TagClassName
{
border-color: #ADB3B5;
}
</style>