Shades of Mischka #ACB0BD
Tints of Mischka #ACB0BD
RGB
CMYK
RGB Variations
Color information
#ACB0BD (or 0xACB0BD) is known color: Mischka. HEX triplet: AC, B0 and BD. RGB value is (172,176,189). Sum of RGB (Red+Green+Blue) = 172+176+189=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BD is #534F42. Grayscale: #B0B0B0. Windows color (decimal): -5459779 or 12431532. OLE color: 12431532.
HSL color Cylindrical-coordinate representation of color #ACB0BD: hue angle of 225.88º 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 #ACB0BD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 176 | 189 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.26 |
| HSL | 225.88º | 0.11% | 0.71% | - |
| HSV(B) | 225.88º | 0.09% | 0.74% | - |
| XYZ | 41.72 | 43.5 | 54.34 | - |
| YUV | 176.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 189 | 0.09 | 0.07 | 0 | 0.26 | 225.88 | 0.11 | 0.71 |
| Hex | AC | B0 | BD | 9 | 7 | 0 | 1A | E2 | B | 47 |
| Octal | 254 | 260 | 275 | 11 | 7 | 0 | 32 | 342 | 13 | 107 |
| Binary | 10101100 | 10110000 | 10111101 | 1001 | 111 | 0 | 11010 | 11100010 | 1011 | 1000111 |
Color Harmonies of #ACB0BD
Complementary color
Monochromatic Colors of #ACB0BD
Black with #ACB0BD
Text Example
Text Example
White with #ACB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0BD; }
p { color: rgb(172,176,189); }
H1.HeaderClassName
{
color: #ACB0BD;
}
.AnyTagClassName
{
color: #ACB0BD;
}
</style>
background-color css
<style>
a { background-color: #ACB0BD; }
a { background-color: rgb(172,176,189); }
div.DivClassName
{
background-color: #ACB0BD;
}
.BgClassName
{
background-color: #ACB0BD;
}
</style>
border-color css
<style>
span { border-color: #ACB0BD; }
span { border-color: rgb(172,176,189); }
td.TdClassName
{
border-color: #ACB0BD;
}
.TagClassName
{
border-color: #ACB0BD;
}
</style>