Shades of Mischka #9FABBA
Tints of Mischka #9FABBA
RGB
CMYK
RGB Variations
Color information
#9FABBA (or 0x9FABBA) is known color: Mischka. HEX triplet: 9F, AB and BA. RGB value is (159,171,186). Sum of RGB (Red+Green+Blue) = 159+171+186=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABBA is #605445. Grayscale: #A9A9A9. Windows color (decimal): -6313030 or 12233631. OLE color: 12233631.
HSL color Cylindrical-coordinate representation of color #9FABBA: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FABBA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 171 | 186 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.27 |
| HSL | 213.33º | 0.16% | 0.68% | - |
| HSV(B) | 213.33º | 0.15% | 0.73% | - |
| XYZ | 37.72 | 40.04 | 52.19 | - |
| YUV | 169.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 186 | 0.15 | 0.08 | 0 | 0.27 | 213.33 | 0.16 | 0.68 |
| Hex | 9F | AB | BA | F | 8 | 0 | 1B | D5 | 10 | 44 |
| Octal | 237 | 253 | 272 | 17 | 10 | 0 | 33 | 325 | 20 | 104 |
| Binary | 10011111 | 10101011 | 10111010 | 1111 | 1000 | 0 | 11011 | 11010101 | 10000 | 1000100 |
Color Harmonies of #9FABBA
Complementary color
Monochromatic Colors of #9FABBA
Black with #9FABBA
Text Example
Text Example
White with #9FABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABBA; }
p { color: rgb(159,171,186); }
H1.HeaderClassName
{
color: #9FABBA;
}
.AnyTagClassName
{
color: #9FABBA;
}
</style>
background-color css
<style>
a { background-color: #9FABBA; }
a { background-color: rgb(159,171,186); }
div.DivClassName
{
background-color: #9FABBA;
}
.BgClassName
{
background-color: #9FABBA;
}
</style>
border-color css
<style>
span { border-color: #9FABBA; }
span { border-color: rgb(159,171,186); }
td.TdClassName
{
border-color: #9FABBA;
}
.TagClassName
{
border-color: #9FABBA;
}
</style>