Shades of Mischka #ABADB1
Tints of Mischka #ABADB1
RGB
CMYK
RGB Variations
Color information
#ABADB1 (or 0xABADB1) is known color: Mischka. HEX triplet: AB, AD and B1. RGB value is (171,173,177). Sum of RGB (Red+Green+Blue) = 171+173+177=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADB1 is #54524E. Grayscale: #ACACAC. Windows color (decimal): -5526095 or 11644331. OLE color: 11644331.
HSL color Cylindrical-coordinate representation of color #ABADB1: hue angle of 220º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABADB1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 173 | 177 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.31 |
| HSL | 220º | 0.04% | 0.68% | - |
| HSV(B) | 220º | 0.03% | 0.69% | - |
| XYZ | 39.67 | 41.72 | 47.56 | - |
| YUV | 172.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 177 | 0.03 | 0.02 | 0 | 0.31 | 220 | 0.04 | 0.68 |
| Hex | AB | AD | B1 | 3 | 2 | 0 | 1F | DC | 4 | 44 |
| Octal | 253 | 255 | 261 | 3 | 2 | 0 | 37 | 334 | 4 | 104 |
| Binary | 10101011 | 10101101 | 10110001 | 11 | 10 | 0 | 11111 | 11011100 | 100 | 1000100 |
Color Harmonies of #ABADB1
Complementary color
Monochromatic Colors of #ABADB1
Black with #ABADB1
Text Example
Text Example
White with #ABADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADB1; }
p { color: rgb(171,173,177); }
H1.HeaderClassName
{
color: #ABADB1;
}
.AnyTagClassName
{
color: #ABADB1;
}
</style>
background-color css
<style>
a { background-color: #ABADB1; }
a { background-color: rgb(171,173,177); }
div.DivClassName
{
background-color: #ABADB1;
}
.BgClassName
{
background-color: #ABADB1;
}
</style>
border-color css
<style>
span { border-color: #ABADB1; }
span { border-color: rgb(171,173,177); }
td.TdClassName
{
border-color: #ABADB1;
}
.TagClassName
{
border-color: #ABADB1;
}
</style>