Shades of Mischka #ACB1BD
Tints of Mischka #ACB1BD
RGB
CMYK
RGB Variations
Color information
#ACB1BD (or 0xACB1BD) is known color: Mischka. HEX triplet: AC, B1 and BD. RGB value is (172,177,189). Sum of RGB (Red+Green+Blue) = 172+177+189=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BD is #534E42. Grayscale: #B0B0B0. Windows color (decimal): -5459523 or 12431788. OLE color: 12431788.
HSL color Cylindrical-coordinate representation of color #ACB1BD: hue angle of 222.35º 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 #ACB1BD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 177 | 189 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.26 |
| HSL | 222.35º | 0.11% | 0.71% | - |
| HSV(B) | 222.35º | 0.09% | 0.74% | - |
| XYZ | 41.92 | 43.89 | 54.41 | - |
| YUV | 176.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 189 | 0.09 | 0.06 | 0 | 0.26 | 222.35 | 0.11 | 0.71 |
| Hex | AC | B1 | BD | 9 | 6 | 0 | 1A | DE | B | 47 |
| Octal | 254 | 261 | 275 | 11 | 6 | 0 | 32 | 336 | 13 | 107 |
| Binary | 10101100 | 10110001 | 10111101 | 1001 | 110 | 0 | 11010 | 11011110 | 1011 | 1000111 |
Color Harmonies of #ACB1BD
Complementary color
Monochromatic Colors of #ACB1BD
Black with #ACB1BD
Text Example
Text Example
White with #ACB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1BD; }
p { color: rgb(172,177,189); }
H1.HeaderClassName
{
color: #ACB1BD;
}
.AnyTagClassName
{
color: #ACB1BD;
}
</style>
background-color css
<style>
a { background-color: #ACB1BD; }
a { background-color: rgb(172,177,189); }
div.DivClassName
{
background-color: #ACB1BD;
}
.BgClassName
{
background-color: #ACB1BD;
}
</style>
border-color css
<style>
span { border-color: #ACB1BD; }
span { border-color: rgb(172,177,189); }
td.TdClassName
{
border-color: #ACB1BD;
}
.TagClassName
{
border-color: #ACB1BD;
}
</style>