Shades of Mischka #ADB0B7
Tints of Mischka #ADB0B7
RGB
CMYK
RGB Variations
Color information
#ADB0B7 (or 0xADB0B7) is known color: Mischka. HEX triplet: AD, B0 and B7. RGB value is (173,176,183). Sum of RGB (Red+Green+Blue) = 173+176+183=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADB0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0B7 is #524F48. Grayscale: #AFAFAF. Windows color (decimal): -5394249 or 12038317. OLE color: 12038317.
HSL color Cylindrical-coordinate representation of color #ADB0B7: hue angle of 222º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB0B7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 176 | 183 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.28 |
| HSL | 222º | 0.06% | 0.7% | - |
| HSV(B) | 222º | 0.05% | 0.72% | - |
| XYZ | 41.31 | 43.35 | 50.99 | - |
| YUV | 175.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 183 | 0.05 | 0.04 | 0 | 0.28 | 222 | 0.06 | 0.7 |
| Hex | AD | B0 | B7 | 5 | 4 | 0 | 1C | DE | 6 | 46 |
| Octal | 255 | 260 | 267 | 5 | 4 | 0 | 34 | 336 | 6 | 106 |
| Binary | 10101101 | 10110000 | 10110111 | 101 | 100 | 0 | 11100 | 11011110 | 110 | 1000110 |
Color Harmonies of #ADB0B7
Complementary color
Monochromatic Colors of #ADB0B7
Black with #ADB0B7
Text Example
Text Example
White with #ADB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0B7; }
p { color: rgb(173,176,183); }
H1.HeaderClassName
{
color: #ADB0B7;
}
.AnyTagClassName
{
color: #ADB0B7;
}
</style>
background-color css
<style>
a { background-color: #ADB0B7; }
a { background-color: rgb(173,176,183); }
div.DivClassName
{
background-color: #ADB0B7;
}
.BgClassName
{
background-color: #ADB0B7;
}
</style>
border-color css
<style>
span { border-color: #ADB0B7; }
span { border-color: rgb(173,176,183); }
td.TdClassName
{
border-color: #ADB0B7;
}
.TagClassName
{
border-color: #ADB0B7;
}
</style>