Shades of Heather #ADB2B6
Tints of Heather #ADB2B6
RGB
CMYK
RGB Variations
Color information
#ADB2B6 (or 0xADB2B6) is known color: Heather. HEX triplet: AD, B2 and B6. RGB value is (173,178,182). Sum of RGB (Red+Green+Blue) = 173+178+182=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADB2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2B6 is #524D49. Grayscale: #B0B0B0. Windows color (decimal): -5393738 or 11973293. OLE color: 11973293.
HSL color Cylindrical-coordinate representation of color #ADB2B6: hue angle of 206.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 #ADB2B6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 178 | 182 | - |
CMYK | 0.05 | 0.02 | 0 | 0.29 |
HSL | 206.67º | 0.06% | 0.7% | - |
HSV(B) | 206.67º | 0.05% | 0.71% | - |
XYZ | 41.6 | 44.1 | 50.58 | - |
YUV | 176.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 182 | 0.05 | 0.02 | 0 | 0.29 | 206.67 | 0.06 | 0.7 |
Hex | AD | B2 | B6 | 5 | 2 | 0 | 1D | CF | 6 | 46 |
Octal | 255 | 262 | 266 | 5 | 2 | 0 | 35 | 317 | 6 | 106 |
Binary | 10101101 | 10110010 | 10110110 | 101 | 10 | 0 | 11101 | 11001111 | 110 | 1000110 |
Color Harmonies of #ADB2B6
Complementary color
Monochromatic Colors of #ADB2B6
Black with #ADB2B6
Text Example
Text Example
White with #ADB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2B6; }
p { color: rgb(173,178,182); }
H1.HeaderClassName
{
color: #ADB2B6;
}
.AnyTagClassName
{
color: #ADB2B6;
}
</style>
background-color css
<style>
a { background-color: #ADB2B6; }
a { background-color: rgb(173,178,182); }
div.DivClassName
{
background-color: #ADB2B6;
}
.BgClassName
{
background-color: #ADB2B6;
}
</style>
border-color css
<style>
span { border-color: #ADB2B6; }
span { border-color: rgb(173,178,182); }
td.TdClassName
{
border-color: #ADB2B6;
}
.TagClassName
{
border-color: #ADB2B6;
}
</style>