Shades of Mischka #ABAFBA
Tints of Mischka #ABAFBA
RGB
CMYK
RGB Variations
Color information
#ABAFBA (or 0xABAFBA) is known color: Mischka. HEX triplet: AB, AF and BA. RGB value is (171,175,186). Sum of RGB (Red+Green+Blue) = 171+175+186=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBA is #545045. Grayscale: #AFAFAF. Windows color (decimal): -5525574 or 12234667. OLE color: 12234667.
HSL color Cylindrical-coordinate representation of color #ABAFBA: hue angle of 224º 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 #ABAFBA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 175 | 186 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.27 |
| HSL | 224º | 0.1% | 0.7% | - |
| HSV(B) | 224º | 0.08% | 0.73% | - |
| XYZ | 40.99 | 42.86 | 52.57 | - |
| YUV | 175.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 186 | 0.08 | 0.06 | 0 | 0.27 | 224 | 0.1 | 0.7 |
| Hex | AB | AF | BA | 8 | 6 | 0 | 1B | E0 | A | 46 |
| Octal | 253 | 257 | 272 | 10 | 6 | 0 | 33 | 340 | 12 | 106 |
| Binary | 10101011 | 10101111 | 10111010 | 1000 | 110 | 0 | 11011 | 11100000 | 1010 | 1000110 |
Color Harmonies of #ABAFBA
Complementary color
Monochromatic Colors of #ABAFBA
Black with #ABAFBA
Text Example
Text Example
White with #ABAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFBA; }
p { color: rgb(171,175,186); }
H1.HeaderClassName
{
color: #ABAFBA;
}
.AnyTagClassName
{
color: #ABAFBA;
}
</style>
background-color css
<style>
a { background-color: #ABAFBA; }
a { background-color: rgb(171,175,186); }
div.DivClassName
{
background-color: #ABAFBA;
}
.BgClassName
{
background-color: #ABAFBA;
}
</style>
border-color css
<style>
span { border-color: #ABAFBA; }
span { border-color: rgb(171,175,186); }
td.TdClassName
{
border-color: #ABAFBA;
}
.TagClassName
{
border-color: #ABAFBA;
}
</style>