Shades of Casper #ADB4B5
Tints of Casper #ADB4B5
RGB
CMYK
RGB Variations
Color information
#ADB4B5 (or 0xADB4B5) is known color: Casper. HEX triplet: AD, B4 and B5. RGB value is (173,180,181). Sum of RGB (Red+Green+Blue) = 173+180+181=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4B5 is #524B4A. Grayscale: #B2B2B2. Windows color (decimal): -5393227 or 11908269. OLE color: 11908269.
HSL color Cylindrical-coordinate representation of color #ADB4B5: hue angle of 187.5º 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 #ADB4B5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 180 | 181 | - |
CMYK | 0.04 | 0.01 | 0 | 0.29 |
HSL | 187.5º | 0.05% | 0.69% | - |
HSV(B) | 187.5º | 0.04% | 0.71% | - |
XYZ | 41.9 | 44.86 | 50.17 | - |
YUV | 178.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 180 | 181 | 0.04 | 0.01 | 0 | 0.29 | 187.5 | 0.05 | 0.69 |
Hex | AD | B4 | B5 | 4 | 1 | 0 | 1D | BC | 5 | 45 |
Octal | 255 | 264 | 265 | 4 | 1 | 0 | 35 | 274 | 5 | 105 |
Binary | 10101101 | 10110100 | 10110101 | 100 | 1 | 0 | 11101 | 10111100 | 101 | 1000101 |
Color Harmonies of #ADB4B5
Complementary color
Monochromatic Colors of #ADB4B5
Black with #ADB4B5
Text Example
Text Example
White with #ADB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4B5; }
p { color: rgb(173,180,181); }
H1.HeaderClassName
{
color: #ADB4B5;
}
.AnyTagClassName
{
color: #ADB4B5;
}
</style>
background-color css
<style>
a { background-color: #ADB4B5; }
a { background-color: rgb(173,180,181); }
div.DivClassName
{
background-color: #ADB4B5;
}
.BgClassName
{
background-color: #ADB4B5;
}
</style>
border-color css
<style>
span { border-color: #ADB4B5; }
span { border-color: rgb(173,180,181); }
td.TdClassName
{
border-color: #ADB4B5;
}
.TagClassName
{
border-color: #ADB4B5;
}
</style>