Shades of Mischka #ABACB8
Tints of Mischka #ABACB8
RGB
CMYK
RGB Variations
Color information
#ABACB8 (or 0xABACB8) is known color: Mischka. HEX triplet: AB, AC and B8. RGB value is (171,172,184). Sum of RGB (Red+Green+Blue) = 171+172+184=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB8 is #545347. Grayscale: #ADADAD. Windows color (decimal): -5526344 or 12102827. OLE color: 12102827.
HSL color Cylindrical-coordinate representation of color #ABACB8: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABACB8 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 172 | 184 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.28 |
| HSL | 235.38º | 0.08% | 0.7% | - |
| HSV(B) | 235.38º | 0.07% | 0.72% | - |
| XYZ | 40.2 | 41.62 | 51.26 | - |
| YUV | 173.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 184 | 0.07 | 0.07 | 0 | 0.28 | 235.38 | 0.08 | 0.7 |
| Hex | AB | AC | B8 | 7 | 7 | 0 | 1C | EB | 8 | 46 |
| Octal | 253 | 254 | 270 | 7 | 7 | 0 | 34 | 353 | 10 | 106 |
| Binary | 10101011 | 10101100 | 10111000 | 111 | 111 | 0 | 11100 | 11101011 | 1000 | 1000110 |
Color Harmonies of #ABACB8
Complementary color
Monochromatic Colors of #ABACB8
Black with #ABACB8
Text Example
Text Example
White with #ABACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB8; }
p { color: rgb(171,172,184); }
H1.HeaderClassName
{
color: #ABACB8;
}
.AnyTagClassName
{
color: #ABACB8;
}
</style>
background-color css
<style>
a { background-color: #ABACB8; }
a { background-color: rgb(171,172,184); }
div.DivClassName
{
background-color: #ABACB8;
}
.BgClassName
{
background-color: #ABACB8;
}
</style>
border-color css
<style>
span { border-color: #ABACB8; }
span { border-color: rgb(171,172,184); }
td.TdClassName
{
border-color: #ABACB8;
}
.TagClassName
{
border-color: #ABACB8;
}
</style>