Shades of Mischka #ADB2BA
Tints of Mischka #ADB2BA
RGB
CMYK
RGB Variations
Color information
#ADB2BA (or 0xADB2BA) is known color: Mischka. HEX triplet: AD, B2 and BA. RGB value is (173,178,186). Sum of RGB (Red+Green+Blue) = 173+178+186=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BA is #524D45. Grayscale: #B1B1B1. Windows color (decimal): -5393734 or 12235437. OLE color: 12235437.
HSL color Cylindrical-coordinate representation of color #ADB2BA: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB2BA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 178 | 186 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.27 |
| HSL | 216.92º | 0.09% | 0.7% | - |
| HSV(B) | 216.92º | 0.07% | 0.73% | - |
| XYZ | 42.02 | 44.27 | 52.78 | - |
| YUV | 177.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 186 | 0.07 | 0.04 | 0 | 0.27 | 216.92 | 0.09 | 0.7 |
| Hex | AD | B2 | BA | 7 | 4 | 0 | 1B | D9 | 9 | 46 |
| Octal | 255 | 262 | 272 | 7 | 4 | 0 | 33 | 331 | 11 | 106 |
| Binary | 10101101 | 10110010 | 10111010 | 111 | 100 | 0 | 11011 | 11011001 | 1001 | 1000110 |
Color Harmonies of #ADB2BA
Complementary color
Monochromatic Colors of #ADB2BA
Black with #ADB2BA
Text Example
Text Example
White with #ADB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2BA; }
p { color: rgb(173,178,186); }
H1.HeaderClassName
{
color: #ADB2BA;
}
.AnyTagClassName
{
color: #ADB2BA;
}
</style>
background-color css
<style>
a { background-color: #ADB2BA; }
a { background-color: rgb(173,178,186); }
div.DivClassName
{
background-color: #ADB2BA;
}
.BgClassName
{
background-color: #ADB2BA;
}
</style>
border-color css
<style>
span { border-color: #ADB2BA; }
span { border-color: rgb(173,178,186); }
td.TdClassName
{
border-color: #ADB2BA;
}
.TagClassName
{
border-color: #ADB2BA;
}
</style>