Shades of Mischka #ABAEBB
Tints of Mischka #ABAEBB
RGB
CMYK
RGB Variations
Color information
#ABAEBB (or 0xABAEBB) is known color: Mischka. HEX triplet: AB, AE and BB. RGB value is (171,174,187). Sum of RGB (Red+Green+Blue) = 171+174+187=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEBB is #545144. Grayscale: #AEAEAE. Windows color (decimal): -5525829 or 12299947. OLE color: 12299947.
HSL color Cylindrical-coordinate representation of color #ABAEBB: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAEBB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 174 | 187 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.27 |
| HSL | 228.75º | 0.11% | 0.7% | - |
| HSV(B) | 228.75º | 0.09% | 0.73% | - |
| XYZ | 40.9 | 42.52 | 53.06 | - |
| YUV | 174.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 187 | 0.09 | 0.07 | 0 | 0.27 | 228.75 | 0.11 | 0.7 |
| Hex | AB | AE | BB | 9 | 7 | 0 | 1B | E5 | B | 46 |
| Octal | 253 | 256 | 273 | 11 | 7 | 0 | 33 | 345 | 13 | 106 |
| Binary | 10101011 | 10101110 | 10111011 | 1001 | 111 | 0 | 11011 | 11100101 | 1011 | 1000110 |
Color Harmonies of #ABAEBB
Complementary color
Monochromatic Colors of #ABAEBB
Black with #ABAEBB
Text Example
Text Example
White with #ABAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEBB; }
p { color: rgb(171,174,187); }
H1.HeaderClassName
{
color: #ABAEBB;
}
.AnyTagClassName
{
color: #ABAEBB;
}
</style>
background-color css
<style>
a { background-color: #ABAEBB; }
a { background-color: rgb(171,174,187); }
div.DivClassName
{
background-color: #ABAEBB;
}
.BgClassName
{
background-color: #ABAEBB;
}
</style>
border-color css
<style>
span { border-color: #ABAEBB; }
span { border-color: rgb(171,174,187); }
td.TdClassName
{
border-color: #ABAEBB;
}
.TagClassName
{
border-color: #ABAEBB;
}
</style>