Shades of Casper #ADB5B6
Tints of Casper #ADB5B6
RGB
CMYK
RGB Variations
Color information
#ADB5B6 (or 0xADB5B6) is known color: Casper. HEX triplet: AD, B5 and B6. RGB value is (173,181,182). Sum of RGB (Red+Green+Blue) = 173+181+182=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADB5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5B6 is #524A49. Grayscale: #B2B2B2. Windows color (decimal): -5392970 or 11974061. OLE color: 11974061.
HSL color Cylindrical-coordinate representation of color #ADB5B6: hue angle of 186.67º 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 #ADB5B6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 182 | - |
CMYK | 0.05 | 0.01 | 0 | 0.29 |
HSL | 186.67º | 0.06% | 0.7% | - |
HSV(B) | 186.67º | 0.05% | 0.71% | - |
XYZ | 42.2 | 45.31 | 50.78 | - |
YUV | 178.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 182 | 0.05 | 0.01 | 0 | 0.29 | 186.67 | 0.06 | 0.7 |
Hex | AD | B5 | B6 | 5 | 1 | 0 | 1D | BB | 6 | 46 |
Octal | 255 | 265 | 266 | 5 | 1 | 0 | 35 | 273 | 6 | 106 |
Binary | 10101101 | 10110101 | 10110110 | 101 | 1 | 0 | 11101 | 10111011 | 110 | 1000110 |
Color Harmonies of #ADB5B6
Complementary color
Monochromatic Colors of #ADB5B6
Black with #ADB5B6
Text Example
Text Example
White with #ADB5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5B6; }
p { color: rgb(173,181,182); }
H1.HeaderClassName
{
color: #ADB5B6;
}
.AnyTagClassName
{
color: #ADB5B6;
}
</style>
background-color css
<style>
a { background-color: #ADB5B6; }
a { background-color: rgb(173,181,182); }
div.DivClassName
{
background-color: #ADB5B6;
}
.BgClassName
{
background-color: #ADB5B6;
}
</style>
border-color css
<style>
span { border-color: #ADB5B6; }
span { border-color: rgb(173,181,182); }
td.TdClassName
{
border-color: #ADB5B6;
}
.TagClassName
{
border-color: #ADB5B6;
}
</style>