Shades of Mischka #ADB1BB
Tints of Mischka #ADB1BB
RGB
CMYK
RGB Variations
Color information
#ADB1BB (or 0xADB1BB) is known color: Mischka. HEX triplet: AD, B1 and BB. RGB value is (173,177,187). Sum of RGB (Red+Green+Blue) = 173+177+187=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1BB is #524E44. Grayscale: #B0B0B0. Windows color (decimal): -5393989 or 12300717. OLE color: 12300717.
HSL color Cylindrical-coordinate representation of color #ADB1BB: hue angle of 222.86º 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 #ADB1BB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 177 | 187 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.27 |
| HSL | 222.86º | 0.09% | 0.71% | - |
| HSV(B) | 222.86º | 0.07% | 0.73% | - |
| XYZ | 41.93 | 43.92 | 53.28 | - |
| YUV | 176.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 187 | 0.07 | 0.05 | 0 | 0.27 | 222.86 | 0.09 | 0.71 |
| Hex | AD | B1 | BB | 7 | 5 | 0 | 1B | DF | 9 | 47 |
| Octal | 255 | 261 | 273 | 7 | 5 | 0 | 33 | 337 | 11 | 107 |
| Binary | 10101101 | 10110001 | 10111011 | 111 | 101 | 0 | 11011 | 11011111 | 1001 | 1000111 |
Color Harmonies of #ADB1BB
Complementary color
Monochromatic Colors of #ADB1BB
Black with #ADB1BB
Text Example
Text Example
White with #ADB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1BB; }
p { color: rgb(173,177,187); }
H1.HeaderClassName
{
color: #ADB1BB;
}
.AnyTagClassName
{
color: #ADB1BB;
}
</style>
background-color css
<style>
a { background-color: #ADB1BB; }
a { background-color: rgb(173,177,187); }
div.DivClassName
{
background-color: #ADB1BB;
}
.BgClassName
{
background-color: #ADB1BB;
}
</style>
border-color css
<style>
span { border-color: #ADB1BB; }
span { border-color: rgb(173,177,187); }
td.TdClassName
{
border-color: #ADB1BB;
}
.TagClassName
{
border-color: #ADB1BB;
}
</style>