Shades of Mischka #ABACB3
Tints of Mischka #ABACB3
RGB
CMYK
RGB Variations
Color information
#ABACB3 (or 0xABACB3) is known color: Mischka. HEX triplet: AB, AC and B3. RGB value is (171,172,179). Sum of RGB (Red+Green+Blue) = 171+172+179=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB3 is #54534C. Grayscale: #ACACAC. Windows color (decimal): -5526349 or 11775147. OLE color: 11775147.
HSL color Cylindrical-coordinate representation of color #ABACB3: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABACB3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 172 | 179 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.30 |
| HSL | 232.5º | 0.05% | 0.69% | - |
| HSV(B) | 232.5º | 0.04% | 0.7% | - |
| XYZ | 39.68 | 41.42 | 48.55 | - |
| YUV | 172.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 179 | 0.04 | 0.04 | 0 | 0.30 | 232.5 | 0.05 | 0.69 |
| Hex | AB | AC | B3 | 4 | 4 | 0 | 1E | E8 | 5 | 45 |
| Octal | 253 | 254 | 263 | 4 | 4 | 0 | 36 | 350 | 5 | 105 |
| Binary | 10101011 | 10101100 | 10110011 | 100 | 100 | 0 | 11110 | 11101000 | 101 | 1000101 |
Color Harmonies of #ABACB3
Complementary color
Monochromatic Colors of #ABACB3
Black with #ABACB3
Text Example
Text Example
White with #ABACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB3; }
p { color: rgb(171,172,179); }
H1.HeaderClassName
{
color: #ABACB3;
}
.AnyTagClassName
{
color: #ABACB3;
}
</style>
background-color css
<style>
a { background-color: #ABACB3; }
a { background-color: rgb(171,172,179); }
div.DivClassName
{
background-color: #ABACB3;
}
.BgClassName
{
background-color: #ABACB3;
}
</style>
border-color css
<style>
span { border-color: #ABACB3; }
span { border-color: rgb(171,172,179); }
td.TdClassName
{
border-color: #ABACB3;
}
.TagClassName
{
border-color: #ABACB3;
}
</style>