Shades of Mischka #ADB0BB
Tints of Mischka #ADB0BB
RGB
CMYK
RGB Variations
Color information
#ADB0BB (or 0xADB0BB) is known color: Mischka. HEX triplet: AD, B0 and BB. RGB value is (173,176,187). Sum of RGB (Red+Green+Blue) = 173+176+187=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BB is #524F44. Grayscale: #B0B0B0. Windows color (decimal): -5394245 or 12300461. OLE color: 12300461.
HSL color Cylindrical-coordinate representation of color #ADB0BB: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB0BB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 176 | 187 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.27 |
| HSL | 227.14º | 0.09% | 0.71% | - |
| HSV(B) | 227.14º | 0.07% | 0.73% | - |
| XYZ | 41.73 | 43.52 | 53.22 | - |
| YUV | 176.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 187 | 0.07 | 0.06 | 0 | 0.27 | 227.14 | 0.09 | 0.71 |
| Hex | AD | B0 | BB | 7 | 6 | 0 | 1B | E3 | 9 | 47 |
| Octal | 255 | 260 | 273 | 7 | 6 | 0 | 33 | 343 | 11 | 107 |
| Binary | 10101101 | 10110000 | 10111011 | 111 | 110 | 0 | 11011 | 11100011 | 1001 | 1000111 |
Color Harmonies of #ADB0BB
Complementary color
Monochromatic Colors of #ADB0BB
Black with #ADB0BB
Text Example
Text Example
White with #ADB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0BB; }
p { color: rgb(173,176,187); }
H1.HeaderClassName
{
color: #ADB0BB;
}
.AnyTagClassName
{
color: #ADB0BB;
}
</style>
background-color css
<style>
a { background-color: #ADB0BB; }
a { background-color: rgb(173,176,187); }
div.DivClassName
{
background-color: #ADB0BB;
}
.BgClassName
{
background-color: #ADB0BB;
}
</style>
border-color css
<style>
span { border-color: #ADB0BB; }
span { border-color: rgb(173,176,187); }
td.TdClassName
{
border-color: #ADB0BB;
}
.TagClassName
{
border-color: #ADB0BB;
}
</style>