Shades of Mischka #ABADB7
Tints of Mischka #ABADB7
RGB
CMYK
RGB Variations
Color information
#ABADB7 (or 0xABADB7) is known color: Mischka. HEX triplet: AB, AD and B7. RGB value is (171,173,183). Sum of RGB (Red+Green+Blue) = 171+173+183=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB7 is #545248. Grayscale: #ADADAD. Windows color (decimal): -5526089 or 12037547. OLE color: 12037547.
HSL color Cylindrical-coordinate representation of color #ABADB7: hue angle of 230º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABADB7 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 173 | 183 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.28 |
| HSL | 230º | 0.08% | 0.69% | - |
| HSV(B) | 230º | 0.07% | 0.72% | - |
| XYZ | 40.29 | 41.96 | 50.78 | - |
| YUV | 173.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 183 | 0.07 | 0.05 | 0 | 0.28 | 230 | 0.08 | 0.69 |
| Hex | AB | AD | B7 | 7 | 5 | 0 | 1C | E6 | 8 | 45 |
| Octal | 253 | 255 | 267 | 7 | 5 | 0 | 34 | 346 | 10 | 105 |
| Binary | 10101011 | 10101101 | 10110111 | 111 | 101 | 0 | 11100 | 11100110 | 1000 | 1000101 |
Color Harmonies of #ABADB7
Complementary color
Monochromatic Colors of #ABADB7
Black with #ABADB7
Text Example
Text Example
White with #ABADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADB7; }
p { color: rgb(171,173,183); }
H1.HeaderClassName
{
color: #ABADB7;
}
.AnyTagClassName
{
color: #ABADB7;
}
</style>
background-color css
<style>
a { background-color: #ABADB7; }
a { background-color: rgb(171,173,183); }
div.DivClassName
{
background-color: #ABADB7;
}
.BgClassName
{
background-color: #ABADB7;
}
</style>
border-color css
<style>
span { border-color: #ABADB7; }
span { border-color: rgb(171,173,183); }
td.TdClassName
{
border-color: #ABADB7;
}
.TagClassName
{
border-color: #ABADB7;
}
</style>