Shades of Mischka #ABB0BA
Tints of Mischka #ABB0BA
RGB
CMYK
RGB Variations
Color information
#ABB0BA (or 0xABB0BA) is known color: Mischka. HEX triplet: AB, B0 and BA. RGB value is (171,176,186). Sum of RGB (Red+Green+Blue) = 171+176+186=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BA is #544F45. Grayscale: #AFAFAF. Windows color (decimal): -5525318 or 12234923. OLE color: 12234923.
HSL color Cylindrical-coordinate representation of color #ABB0BA: hue angle of 220º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB0BA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 176 | 186 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.27 |
| HSL | 220º | 0.1% | 0.7% | - |
| HSV(B) | 220º | 0.08% | 0.73% | - |
| XYZ | 41.18 | 43.25 | 52.63 | - |
| YUV | 175.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 186 | 0.08 | 0.05 | 0 | 0.27 | 220 | 0.1 | 0.7 |
| Hex | AB | B0 | BA | 8 | 5 | 0 | 1B | DC | A | 46 |
| Octal | 253 | 260 | 272 | 10 | 5 | 0 | 33 | 334 | 12 | 106 |
| Binary | 10101011 | 10110000 | 10111010 | 1000 | 101 | 0 | 11011 | 11011100 | 1010 | 1000110 |
Color Harmonies of #ABB0BA
Complementary color
Monochromatic Colors of #ABB0BA
Black with #ABB0BA
Text Example
Text Example
White with #ABB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0BA; }
p { color: rgb(171,176,186); }
H1.HeaderClassName
{
color: #ABB0BA;
}
.AnyTagClassName
{
color: #ABB0BA;
}
</style>
background-color css
<style>
a { background-color: #ABB0BA; }
a { background-color: rgb(171,176,186); }
div.DivClassName
{
background-color: #ABB0BA;
}
.BgClassName
{
background-color: #ABB0BA;
}
</style>
border-color css
<style>
span { border-color: #ABB0BA; }
span { border-color: rgb(171,176,186); }
td.TdClassName
{
border-color: #ABB0BA;
}
.TagClassName
{
border-color: #ABB0BA;
}
</style>