Shades of Mischka #ABADBC
Tints of Mischka #ABADBC
RGB
CMYK
RGB Variations
Color information
#ABADBC (or 0xABADBC) is known color: Mischka. HEX triplet: AB, AD and BC. RGB value is (171,173,188). Sum of RGB (Red+Green+Blue) = 171+173+188=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADBC is #545243. Grayscale: #AEAEAE. Windows color (decimal): -5526084 or 12365227. OLE color: 12365227.
HSL color Cylindrical-coordinate representation of color #ABADBC: hue angle of 232.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABADBC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 173 | 188 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.26 |
| HSL | 232.94º | 0.11% | 0.7% | - |
| HSV(B) | 232.94º | 0.09% | 0.74% | - |
| XYZ | 40.82 | 42.18 | 53.57 | - |
| YUV | 174.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 188 | 0.09 | 0.08 | 0 | 0.26 | 232.94 | 0.11 | 0.7 |
| Hex | AB | AD | BC | 9 | 8 | 0 | 1A | E9 | B | 46 |
| Octal | 253 | 255 | 274 | 11 | 10 | 0 | 32 | 351 | 13 | 106 |
| Binary | 10101011 | 10101101 | 10111100 | 1001 | 1000 | 0 | 11010 | 11101001 | 1011 | 1000110 |
Color Harmonies of #ABADBC
Complementary color
Monochromatic Colors of #ABADBC
Black with #ABADBC
Text Example
Text Example
White with #ABADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADBC; }
p { color: rgb(171,173,188); }
H1.HeaderClassName
{
color: #ABADBC;
}
.AnyTagClassName
{
color: #ABADBC;
}
</style>
background-color css
<style>
a { background-color: #ABADBC; }
a { background-color: rgb(171,173,188); }
div.DivClassName
{
background-color: #ABADBC;
}
.BgClassName
{
background-color: #ABADBC;
}
</style>
border-color css
<style>
span { border-color: #ABADBC; }
span { border-color: rgb(171,173,188); }
td.TdClassName
{
border-color: #ABADBC;
}
.TagClassName
{
border-color: #ABADBC;
}
</style>