Shades of Casper #ADB2B2
Tints of Casper #ADB2B2
RGB
CMYK
RGB Variations
Color information
#ADB2B2 (or 0xADB2B2) is known color: Casper. HEX triplet: AD, B2 and B2. RGB value is (173,178,178). Sum of RGB (Red+Green+Blue) = 173+178+178=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #ADB2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2B2 is #524D4D. Grayscale: #B0B0B0. Windows color (decimal): -5393742 or 11711149. OLE color: 11711149.
HSL color Cylindrical-coordinate representation of color #ADB2B2: hue angle of 180º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB2B2 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 178 | 178 | - |
CMYK | 0.03 | 0 | 0 | 0.30 |
HSL | 180º | 0.03% | 0.69% | - |
HSV(B) | 180º | 0.03% | 0.7% | - |
XYZ | 41.19 | 43.94 | 48.43 | - |
YUV | 176.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 178 | 0.03 | 0 | 0 | 0.30 | 180 | 0.03 | 0.69 |
Hex | AD | B2 | B2 | 3 | 0 | 0 | 1E | B4 | 3 | 45 |
Octal | 255 | 262 | 262 | 3 | 0 | 0 | 36 | 264 | 3 | 105 |
Binary | 10101101 | 10110010 | 10110010 | 11 | 0 | 0 | 11110 | 10110100 | 11 | 1000101 |
Color Harmonies of #ADB2B2
Complementary color
Monochromatic Colors of #ADB2B2
Black with #ADB2B2
Text Example
Text Example
White with #ADB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2B2; }
p { color: rgb(173,178,178); }
H1.HeaderClassName
{
color: #ADB2B2;
}
.AnyTagClassName
{
color: #ADB2B2;
}
</style>
background-color css
<style>
a { background-color: #ADB2B2; }
a { background-color: rgb(173,178,178); }
div.DivClassName
{
background-color: #ADB2B2;
}
.BgClassName
{
background-color: #ADB2B2;
}
</style>
border-color css
<style>
span { border-color: #ADB2B2; }
span { border-color: rgb(173,178,178); }
td.TdClassName
{
border-color: #ADB2B2;
}
.TagClassName
{
border-color: #ADB2B2;
}
</style>