Shades of Mischka #ACB3BD
Tints of Mischka #ACB3BD
RGB
CMYK
RGB Variations
Color information
#ACB3BD (or 0xACB3BD) is known color: Mischka. HEX triplet: AC, B3 and BD. RGB value is (172,179,189). Sum of RGB (Red+Green+Blue) = 172+179+189=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3BD is #534C42. Grayscale: #B2B2B2. Windows color (decimal): -5459011 or 12432300. OLE color: 12432300.
HSL color Cylindrical-coordinate representation of color #ACB3BD: hue angle of 215.29º 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 #ACB3BD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 179 | 189 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.26 |
| HSL | 215.29º | 0.11% | 0.71% | - |
| HSV(B) | 215.29º | 0.09% | 0.74% | - |
| XYZ | 42.32 | 44.68 | 54.54 | - |
| YUV | 178.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 189 | 0.09 | 0.05 | 0 | 0.26 | 215.29 | 0.11 | 0.71 |
| Hex | AC | B3 | BD | 9 | 5 | 0 | 1A | D7 | B | 47 |
| Octal | 254 | 263 | 275 | 11 | 5 | 0 | 32 | 327 | 13 | 107 |
| Binary | 10101100 | 10110011 | 10111101 | 1001 | 101 | 0 | 11010 | 11010111 | 1011 | 1000111 |
Color Harmonies of #ACB3BD
Complementary color
Monochromatic Colors of #ACB3BD
Black with #ACB3BD
Text Example
Text Example
White with #ACB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3BD; }
p { color: rgb(172,179,189); }
H1.HeaderClassName
{
color: #ACB3BD;
}
.AnyTagClassName
{
color: #ACB3BD;
}
</style>
background-color css
<style>
a { background-color: #ACB3BD; }
a { background-color: rgb(172,179,189); }
div.DivClassName
{
background-color: #ACB3BD;
}
.BgClassName
{
background-color: #ACB3BD;
}
</style>
border-color css
<style>
span { border-color: #ACB3BD; }
span { border-color: rgb(172,179,189); }
td.TdClassName
{
border-color: #ACB3BD;
}
.TagClassName
{
border-color: #ACB3BD;
}
</style>