Shades of Mischka #ACB2BB
Tints of Mischka #ACB2BB
RGB
CMYK
RGB Variations
Color information
#ACB2BB (or 0xACB2BB) is known color: Mischka. HEX triplet: AC, B2 and BB. RGB value is (172,178,187). Sum of RGB (Red+Green+Blue) = 172+178+187=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2BB is #534D44. Grayscale: #B1B1B1. Windows color (decimal): -5459269 or 12300972. OLE color: 12300972.
HSL color Cylindrical-coordinate representation of color #ACB2BB: hue angle of 216º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB2BB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 178 | 187 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.27 |
| HSL | 216º | 0.1% | 0.7% | - |
| HSV(B) | 216º | 0.08% | 0.73% | - |
| XYZ | 41.9 | 44.2 | 53.34 | - |
| YUV | 177.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 187 | 0.08 | 0.05 | 0 | 0.27 | 216 | 0.1 | 0.7 |
| Hex | AC | B2 | BB | 8 | 5 | 0 | 1B | D8 | A | 46 |
| Octal | 254 | 262 | 273 | 10 | 5 | 0 | 33 | 330 | 12 | 106 |
| Binary | 10101100 | 10110010 | 10111011 | 1000 | 101 | 0 | 11011 | 11011000 | 1010 | 1000110 |
Color Harmonies of #ACB2BB
Complementary color
Monochromatic Colors of #ACB2BB
Black with #ACB2BB
Text Example
Text Example
White with #ACB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2BB; }
p { color: rgb(172,178,187); }
H1.HeaderClassName
{
color: #ACB2BB;
}
.AnyTagClassName
{
color: #ACB2BB;
}
</style>
background-color css
<style>
a { background-color: #ACB2BB; }
a { background-color: rgb(172,178,187); }
div.DivClassName
{
background-color: #ACB2BB;
}
.BgClassName
{
background-color: #ACB2BB;
}
</style>
border-color css
<style>
span { border-color: #ACB2BB; }
span { border-color: rgb(172,178,187); }
td.TdClassName
{
border-color: #ACB2BB;
}
.TagClassName
{
border-color: #ACB2BB;
}
</style>