Shades of Mischka #ABADB9
Tints of Mischka #ABADB9
RGB
CMYK
RGB Variations
Color information
#ABADB9 (or 0xABADB9) is known color: Mischka. HEX triplet: AB, AD and B9. RGB value is (171,173,185). Sum of RGB (Red+Green+Blue) = 171+173+185=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB9 is #545246. Grayscale: #ADADAD. Windows color (decimal): -5526087 or 12168619. OLE color: 12168619.
HSL color Cylindrical-coordinate representation of color #ABADB9: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABADB9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 173 | 185 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.27 |
| HSL | 231.43º | 0.09% | 0.7% | - |
| HSV(B) | 231.43º | 0.08% | 0.73% | - |
| XYZ | 40.5 | 42.05 | 51.88 | - |
| YUV | 173.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 185 | 0.08 | 0.06 | 0 | 0.27 | 231.43 | 0.09 | 0.7 |
| Hex | AB | AD | B9 | 8 | 6 | 0 | 1B | E7 | 9 | 46 |
| Octal | 253 | 255 | 271 | 10 | 6 | 0 | 33 | 347 | 11 | 106 |
| Binary | 10101011 | 10101101 | 10111001 | 1000 | 110 | 0 | 11011 | 11100111 | 1001 | 1000110 |
Color Harmonies of #ABADB9
Complementary color
Monochromatic Colors of #ABADB9
Black with #ABADB9
Text Example
Text Example
White with #ABADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADB9; }
p { color: rgb(171,173,185); }
H1.HeaderClassName
{
color: #ABADB9;
}
.AnyTagClassName
{
color: #ABADB9;
}
</style>
background-color css
<style>
a { background-color: #ABADB9; }
a { background-color: rgb(171,173,185); }
div.DivClassName
{
background-color: #ABADB9;
}
.BgClassName
{
background-color: #ABADB9;
}
</style>
border-color css
<style>
span { border-color: #ABADB9; }
span { border-color: rgb(171,173,185); }
td.TdClassName
{
border-color: #ABADB9;
}
.TagClassName
{
border-color: #ABADB9;
}
</style>