Shades of Mischka #9FAAB6
Tints of Mischka #9FAAB6
RGB
CMYK
RGB Variations
Color information
#9FAAB6 (or 0x9FAAB6) is known color: Mischka. HEX triplet: 9F, AA and B6. RGB value is (159,170,182). Sum of RGB (Red+Green+Blue) = 159+170+182=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #9FAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAB6 is #605549. Grayscale: #A8A8A8. Windows color (decimal): -6313290 or 11971231. OLE color: 11971231.
HSL color Cylindrical-coordinate representation of color #9FAAB6: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FAAB6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 170 | 182 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.29 |
| HSL | 211.3º | 0.14% | 0.67% | - |
| HSV(B) | 211.3º | 0.13% | 0.71% | - |
| XYZ | 37.12 | 39.5 | 49.92 | - |
| YUV | 168.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 182 | 0.13 | 0.07 | 0 | 0.29 | 211.3 | 0.14 | 0.67 |
| Hex | 9F | AA | B6 | D | 7 | 0 | 1D | D3 | E | 43 |
| Octal | 237 | 252 | 266 | 15 | 7 | 0 | 35 | 323 | 16 | 103 |
| Binary | 10011111 | 10101010 | 10110110 | 1101 | 111 | 0 | 11101 | 11010011 | 1110 | 1000011 |
Color Harmonies of #9FAAB6
Complementary color
Monochromatic Colors of #9FAAB6
Black with #9FAAB6
Text Example
Text Example
White with #9FAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAB6; }
p { color: rgb(159,170,182); }
H1.HeaderClassName
{
color: #9FAAB6;
}
.AnyTagClassName
{
color: #9FAAB6;
}
</style>
background-color css
<style>
a { background-color: #9FAAB6; }
a { background-color: rgb(159,170,182); }
div.DivClassName
{
background-color: #9FAAB6;
}
.BgClassName
{
background-color: #9FAAB6;
}
</style>
border-color css
<style>
span { border-color: #9FAAB6; }
span { border-color: rgb(159,170,182); }
td.TdClassName
{
border-color: #9FAAB6;
}
.TagClassName
{
border-color: #9FAAB6;
}
</style>