Shades of Mischka #ABACB5
Tints of Mischka #ABACB5
RGB
CMYK
RGB Variations
Color information
#ABACB5 (or 0xABACB5) is known color: Mischka. HEX triplet: AB, AC and B5. RGB value is (171,172,181). Sum of RGB (Red+Green+Blue) = 171+172+181=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB5 is #54534A. Grayscale: #ACACAC. Windows color (decimal): -5526347 or 11906219. OLE color: 11906219.
HSL color Cylindrical-coordinate representation of color #ABACB5: hue angle of 234º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABACB5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 172 | 181 | - |
CMYK | 0.06 | 0.05 | 0 | 0.29 |
HSL | 234º | 0.06% | 0.69% | - |
HSV(B) | 234º | 0.06% | 0.71% | - |
XYZ | 39.89 | 41.5 | 49.62 | - |
YUV | 172.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 172 | 181 | 0.06 | 0.05 | 0 | 0.29 | 234 | 0.06 | 0.69 |
Hex | AB | AC | B5 | 6 | 5 | 0 | 1D | EA | 6 | 45 |
Octal | 253 | 254 | 265 | 6 | 5 | 0 | 35 | 352 | 6 | 105 |
Binary | 10101011 | 10101100 | 10110101 | 110 | 101 | 0 | 11101 | 11101010 | 110 | 1000101 |
Color Harmonies of #ABACB5
Complementary color
Monochromatic Colors of #ABACB5
Black with #ABACB5
Text Example
Text Example
White with #ABACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB5; }
p { color: rgb(171,172,181); }
H1.HeaderClassName
{
color: #ABACB5;
}
.AnyTagClassName
{
color: #ABACB5;
}
</style>
background-color css
<style>
a { background-color: #ABACB5; }
a { background-color: rgb(171,172,181); }
div.DivClassName
{
background-color: #ABACB5;
}
.BgClassName
{
background-color: #ABACB5;
}
</style>
border-color css
<style>
span { border-color: #ABACB5; }
span { border-color: rgb(171,172,181); }
td.TdClassName
{
border-color: #ABACB5;
}
.TagClassName
{
border-color: #ABACB5;
}
</style>