Shades of Mischka #A9B2BC
Tints of Mischka #A9B2BC
RGB
CMYK
RGB Variations
Color information
#A9B2BC (or 0xA9B2BC) is known color: Mischka. HEX triplet: A9, B2 and BC. RGB value is (169,178,188). Sum of RGB (Red+Green+Blue) = 169+178+188=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B2BC is #564D43. Grayscale: #B0B0B0. Windows color (decimal): -5655876 or 12366505. OLE color: 12366505.
HSL color Cylindrical-coordinate representation of color #A9B2BC: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B2BC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 178 | 188 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.26 |
| HSL | 211.58º | 0.12% | 0.7% | - |
| HSV(B) | 211.58º | 0.1% | 0.74% | - |
| XYZ | 41.36 | 43.91 | 53.87 | - |
| YUV | 176.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 188 | 0.10 | 0.05 | 0 | 0.26 | 211.58 | 0.12 | 0.7 |
| Hex | A9 | B2 | BC | A | 5 | 0 | 1A | D4 | C | 46 |
| Octal | 251 | 262 | 274 | 12 | 5 | 0 | 32 | 324 | 14 | 106 |
| Binary | 10101001 | 10110010 | 10111100 | 1010 | 101 | 0 | 11010 | 11010100 | 1100 | 1000110 |
Color Harmonies of #A9B2BC
Complementary color
Monochromatic Colors of #A9B2BC
Black with #A9B2BC
Text Example
Text Example
White with #A9B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B2BC; }
p { color: rgb(169,178,188); }
H1.HeaderClassName
{
color: #A9B2BC;
}
.AnyTagClassName
{
color: #A9B2BC;
}
</style>
background-color css
<style>
a { background-color: #A9B2BC; }
a { background-color: rgb(169,178,188); }
div.DivClassName
{
background-color: #A9B2BC;
}
.BgClassName
{
background-color: #A9B2BC;
}
</style>
border-color css
<style>
span { border-color: #A9B2BC; }
span { border-color: rgb(169,178,188); }
td.TdClassName
{
border-color: #A9B2BC;
}
.TagClassName
{
border-color: #A9B2BC;
}
</style>