Shades of Mischka #ADB0B6
Tints of Mischka #ADB0B6
RGB
CMYK
RGB Variations
Color information
#ADB0B6 (or 0xADB0B6) is known color: Mischka. HEX triplet: AD, B0 and B6. RGB value is (173,176,182). Sum of RGB (Red+Green+Blue) = 173+176+182=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADB0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0B6 is #524F49. Grayscale: #AFAFAF. Windows color (decimal): -5394250 or 11972781. OLE color: 11972781.
HSL color Cylindrical-coordinate representation of color #ADB0B6: hue angle of 220º 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 #ADB0B6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 176 | 182 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.29 |
| HSL | 220º | 0.06% | 0.7% | - |
| HSV(B) | 220º | 0.05% | 0.71% | - |
| XYZ | 41.2 | 43.31 | 50.44 | - |
| YUV | 175.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 182 | 0.05 | 0.03 | 0 | 0.29 | 220 | 0.06 | 0.7 |
| Hex | AD | B0 | B6 | 5 | 3 | 0 | 1D | DC | 6 | 46 |
| Octal | 255 | 260 | 266 | 5 | 3 | 0 | 35 | 334 | 6 | 106 |
| Binary | 10101101 | 10110000 | 10110110 | 101 | 11 | 0 | 11101 | 11011100 | 110 | 1000110 |
Color Harmonies of #ADB0B6
Complementary color
Monochromatic Colors of #ADB0B6
Black with #ADB0B6
Text Example
Text Example
White with #ADB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0B6; }
p { color: rgb(173,176,182); }
H1.HeaderClassName
{
color: #ADB0B6;
}
.AnyTagClassName
{
color: #ADB0B6;
}
</style>
background-color css
<style>
a { background-color: #ADB0B6; }
a { background-color: rgb(173,176,182); }
div.DivClassName
{
background-color: #ADB0B6;
}
.BgClassName
{
background-color: #ADB0B6;
}
</style>
border-color css
<style>
span { border-color: #ADB0B6; }
span { border-color: rgb(173,176,182); }
td.TdClassName
{
border-color: #ADB0B6;
}
.TagClassName
{
border-color: #ADB0B6;
}
</style>