Shades of Mischka #ACB1BC
Tints of Mischka #ACB1BC
RGB
CMYK
RGB Variations
Color information
#ACB1BC (or 0xACB1BC) is known color: Mischka. HEX triplet: AC, B1 and BC. RGB value is (172,177,188). Sum of RGB (Red+Green+Blue) = 172+177+188=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BC is #534E43. Grayscale: #B0B0B0. Windows color (decimal): -5459524 or 12366252. OLE color: 12366252.
HSL color Cylindrical-coordinate representation of color #ACB1BC: hue angle of 221.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB1BC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 177 | 188 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.26 |
| HSL | 221.25º | 0.11% | 0.71% | - |
| HSV(B) | 221.25º | 0.09% | 0.74% | - |
| XYZ | 41.81 | 43.85 | 53.84 | - |
| YUV | 176.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 188 | 0.09 | 0.06 | 0 | 0.26 | 221.25 | 0.11 | 0.71 |
| Hex | AC | B1 | BC | 9 | 6 | 0 | 1A | DD | B | 47 |
| Octal | 254 | 261 | 274 | 11 | 6 | 0 | 32 | 335 | 13 | 107 |
| Binary | 10101100 | 10110001 | 10111100 | 1001 | 110 | 0 | 11010 | 11011101 | 1011 | 1000111 |
Color Harmonies of #ACB1BC
Complementary color
Monochromatic Colors of #ACB1BC
Black with #ACB1BC
Text Example
Text Example
White with #ACB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1BC; }
p { color: rgb(172,177,188); }
H1.HeaderClassName
{
color: #ACB1BC;
}
.AnyTagClassName
{
color: #ACB1BC;
}
</style>
background-color css
<style>
a { background-color: #ACB1BC; }
a { background-color: rgb(172,177,188); }
div.DivClassName
{
background-color: #ACB1BC;
}
.BgClassName
{
background-color: #ACB1BC;
}
</style>
border-color css
<style>
span { border-color: #ACB1BC; }
span { border-color: rgb(172,177,188); }
td.TdClassName
{
border-color: #ACB1BC;
}
.TagClassName
{
border-color: #ACB1BC;
}
</style>