Shades of Mischka #A7B1BC
Tints of Mischka #A7B1BC
RGB
CMYK
RGB Variations
Color information
#A7B1BC (or 0xA7B1BC) is known color: Mischka. HEX triplet: A7, B1 and BC. RGB value is (167,177,188). Sum of RGB (Red+Green+Blue) = 167+177+188=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1BC is #584E43. Grayscale: #AFAFAF. Windows color (decimal): -5787204 or 12366247. OLE color: 12366247.
HSL color Cylindrical-coordinate representation of color #A7B1BC: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B1BC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 177 | 188 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.26 |
| HSL | 211.43º | 0.14% | 0.7% | - |
| HSV(B) | 211.43º | 0.11% | 0.74% | - |
| XYZ | 40.74 | 43.29 | 53.79 | - |
| YUV | 175.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 188 | 0.11 | 0.06 | 0 | 0.26 | 211.43 | 0.14 | 0.7 |
| Hex | A7 | B1 | BC | B | 6 | 0 | 1A | D3 | E | 46 |
| Octal | 247 | 261 | 274 | 13 | 6 | 0 | 32 | 323 | 16 | 106 |
| Binary | 10100111 | 10110001 | 10111100 | 1011 | 110 | 0 | 11010 | 11010011 | 1110 | 1000110 |
Color Harmonies of #A7B1BC
Complementary color
Monochromatic Colors of #A7B1BC
Black with #A7B1BC
Text Example
Text Example
White with #A7B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1BC; }
p { color: rgb(167,177,188); }
H1.HeaderClassName
{
color: #A7B1BC;
}
.AnyTagClassName
{
color: #A7B1BC;
}
</style>
background-color css
<style>
a { background-color: #A7B1BC; }
a { background-color: rgb(167,177,188); }
div.DivClassName
{
background-color: #A7B1BC;
}
.BgClassName
{
background-color: #A7B1BC;
}
</style>
border-color css
<style>
span { border-color: #A7B1BC; }
span { border-color: rgb(167,177,188); }
td.TdClassName
{
border-color: #A7B1BC;
}
.TagClassName
{
border-color: #A7B1BC;
}
</style>