Shades of Mischka #9BA2B6
Tints of Mischka #9BA2B6
RGB
CMYK
RGB Variations
Color information
#9BA2B6 (or 0x9BA2B6) is known color: Mischka. HEX triplet: 9B, A2 and B6. RGB value is (155,162,182). Sum of RGB (Red+Green+Blue) = 155+162+182=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BA2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2B6 is #645D49. Grayscale: #A2A2A2. Windows color (decimal): -6577482 or 11969179. OLE color: 11969179.
HSL color Cylindrical-coordinate representation of color #9BA2B6: hue angle of 224.44º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BA2B6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 162 | 182 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.29 |
| HSL | 224.44º | 0.16% | 0.66% | - |
| HSV(B) | 224.44º | 0.15% | 0.71% | - |
| XYZ | 34.88 | 36.19 | 49.4 | - |
| YUV | 162.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 182 | 0.15 | 0.11 | 0 | 0.29 | 224.44 | 0.16 | 0.66 |
| Hex | 9B | A2 | B6 | F | B | 0 | 1D | E0 | 10 | 42 |
| Octal | 233 | 242 | 266 | 17 | 13 | 0 | 35 | 340 | 20 | 102 |
| Binary | 10011011 | 10100010 | 10110110 | 1111 | 1011 | 0 | 11101 | 11100000 | 10000 | 1000010 |
Color Harmonies of #9BA2B6
Complementary color
Monochromatic Colors of #9BA2B6
Black with #9BA2B6
Text Example
Text Example
White with #9BA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2B6; }
p { color: rgb(155,162,182); }
H1.HeaderClassName
{
color: #9BA2B6;
}
.AnyTagClassName
{
color: #9BA2B6;
}
</style>
background-color css
<style>
a { background-color: #9BA2B6; }
a { background-color: rgb(155,162,182); }
div.DivClassName
{
background-color: #9BA2B6;
}
.BgClassName
{
background-color: #9BA2B6;
}
</style>
border-color css
<style>
span { border-color: #9BA2B6; }
span { border-color: rgb(155,162,182); }
td.TdClassName
{
border-color: #9BA2B6;
}
.TagClassName
{
border-color: #9BA2B6;
}
</style>