Shades of Casper #ADB2B4
Tints of Casper #ADB2B4
RGB
CMYK
RGB Variations
Color information
#ADB2B4 (or 0xADB2B4) is known color: Casper. HEX triplet: AD, B2 and B4. RGB value is (173,178,180). Sum of RGB (Red+Green+Blue) = 173+178+180=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2B4 is #524D4B. Grayscale: #B0B0B0. Windows color (decimal): -5393740 or 11842221. OLE color: 11842221.
HSL color Cylindrical-coordinate representation of color #ADB2B4: hue angle of 197.14º degrees, saturation: 0.04, 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 #ADB2B4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 178 | 180 | - |
CMYK | 0.04 | 0.01 | 0 | 0.29 |
HSL | 197.14º | 0.04% | 0.69% | - |
HSV(B) | 197.14º | 0.04% | 0.71% | - |
XYZ | 41.39 | 44.02 | 49.5 | - |
YUV | 176.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 180 | 0.04 | 0.01 | 0 | 0.29 | 197.14 | 0.04 | 0.69 |
Hex | AD | B2 | B4 | 4 | 1 | 0 | 1D | C5 | 4 | 45 |
Octal | 255 | 262 | 264 | 4 | 1 | 0 | 35 | 305 | 4 | 105 |
Binary | 10101101 | 10110010 | 10110100 | 100 | 1 | 0 | 11101 | 11000101 | 100 | 1000101 |
Color Harmonies of #ADB2B4
Complementary color
Monochromatic Colors of #ADB2B4
Black with #ADB2B4
Text Example
Text Example
White with #ADB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2B4; }
p { color: rgb(173,178,180); }
H1.HeaderClassName
{
color: #ADB2B4;
}
.AnyTagClassName
{
color: #ADB2B4;
}
</style>
background-color css
<style>
a { background-color: #ADB2B4; }
a { background-color: rgb(173,178,180); }
div.DivClassName
{
background-color: #ADB2B4;
}
.BgClassName
{
background-color: #ADB2B4;
}
</style>
border-color css
<style>
span { border-color: #ADB2B4; }
span { border-color: rgb(173,178,180); }
td.TdClassName
{
border-color: #ADB2B4;
}
.TagClassName
{
border-color: #ADB2B4;
}
</style>