Shades of Mischka #AAB1BB
Tints of Mischka #AAB1BB
RGB
CMYK
RGB Variations
Color information
#AAB1BB (or 0xAAB1BB) is known color: Mischka. HEX triplet: AA, B1 and BB. RGB value is (170,177,187). Sum of RGB (Red+Green+Blue) = 170+177+187=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1BB is #554E44. Grayscale: #B0B0B0. Windows color (decimal): -5590597 or 12300714. OLE color: 12300714.
HSL color Cylindrical-coordinate representation of color #AAB1BB: hue angle of 215.29º 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 #AAB1BB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 177 | 187 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.27 |
| HSL | 215.29º | 0.11% | 0.7% | - |
| HSV(B) | 215.29º | 0.09% | 0.73% | - |
| XYZ | 41.27 | 43.58 | 53.25 | - |
| YUV | 176.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 187 | 0.09 | 0.05 | 0 | 0.27 | 215.29 | 0.11 | 0.7 |
| Hex | AA | B1 | BB | 9 | 5 | 0 | 1B | D7 | B | 46 |
| Octal | 252 | 261 | 273 | 11 | 5 | 0 | 33 | 327 | 13 | 106 |
| Binary | 10101010 | 10110001 | 10111011 | 1001 | 101 | 0 | 11011 | 11010111 | 1011 | 1000110 |
Color Harmonies of #AAB1BB
Complementary color
Monochromatic Colors of #AAB1BB
Black with #AAB1BB
Text Example
Text Example
White with #AAB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1BB; }
p { color: rgb(170,177,187); }
H1.HeaderClassName
{
color: #AAB1BB;
}
.AnyTagClassName
{
color: #AAB1BB;
}
</style>
background-color css
<style>
a { background-color: #AAB1BB; }
a { background-color: rgb(170,177,187); }
div.DivClassName
{
background-color: #AAB1BB;
}
.BgClassName
{
background-color: #AAB1BB;
}
</style>
border-color css
<style>
span { border-color: #AAB1BB; }
span { border-color: rgb(170,177,187); }
td.TdClassName
{
border-color: #AAB1BB;
}
.TagClassName
{
border-color: #AAB1BB;
}
</style>