Shades of Mischka #ABB2BA
Tints of Mischka #ABB2BA
RGB
CMYK
RGB Variations
Color information
#ABB2BA (or 0xABB2BA) is known color: Mischka. HEX triplet: AB, B2 and BA. RGB value is (171,178,186). Sum of RGB (Red+Green+Blue) = 171+178+186=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2BA is #544D45. Grayscale: #B0B0B0. Windows color (decimal): -5524806 or 12235435. OLE color: 12235435.
HSL color Cylindrical-coordinate representation of color #ABB2BA: hue angle of 212º 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 #ABB2BA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 178 | 186 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.27 |
| HSL | 212º | 0.1% | 0.7% | - |
| HSV(B) | 212º | 0.08% | 0.73% | - |
| XYZ | 41.58 | 44.04 | 52.76 | - |
| YUV | 176.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 186 | 0.08 | 0.04 | 0 | 0.27 | 212 | 0.1 | 0.7 |
| Hex | AB | B2 | BA | 8 | 4 | 0 | 1B | D4 | A | 46 |
| Octal | 253 | 262 | 272 | 10 | 4 | 0 | 33 | 324 | 12 | 106 |
| Binary | 10101011 | 10110010 | 10111010 | 1000 | 100 | 0 | 11011 | 11010100 | 1010 | 1000110 |
Color Harmonies of #ABB2BA
Complementary color
Monochromatic Colors of #ABB2BA
Black with #ABB2BA
Text Example
Text Example
White with #ABB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2BA; }
p { color: rgb(171,178,186); }
H1.HeaderClassName
{
color: #ABB2BA;
}
.AnyTagClassName
{
color: #ABB2BA;
}
</style>
background-color css
<style>
a { background-color: #ABB2BA; }
a { background-color: rgb(171,178,186); }
div.DivClassName
{
background-color: #ABB2BA;
}
.BgClassName
{
background-color: #ABB2BA;
}
</style>
border-color css
<style>
span { border-color: #ABB2BA; }
span { border-color: rgb(171,178,186); }
td.TdClassName
{
border-color: #ABB2BA;
}
.TagClassName
{
border-color: #ABB2BA;
}
</style>