Shades of Mischka #AAB1BD
Tints of Mischka #AAB1BD
RGB
CMYK
RGB Variations
Color information
#AAB1BD (or 0xAAB1BD) is known color: Mischka. HEX triplet: AA, B1 and BD. RGB value is (170,177,189). Sum of RGB (Red+Green+Blue) = 170+177+189=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1BD is #554E42. Grayscale: #B0B0B0. Windows color (decimal): -5590595 or 12431786. OLE color: 12431786.
HSL color Cylindrical-coordinate representation of color #AAB1BD: hue angle of 217.89º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB1BD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 177 | 189 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.26 |
| HSL | 217.89º | 0.13% | 0.7% | - |
| HSV(B) | 217.89º | 0.1% | 0.74% | - |
| XYZ | 41.49 | 43.66 | 54.39 | - |
| YUV | 176.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 189 | 0.10 | 0.06 | 0 | 0.26 | 217.89 | 0.13 | 0.7 |
| Hex | AA | B1 | BD | A | 6 | 0 | 1A | DA | D | 46 |
| Octal | 252 | 261 | 275 | 12 | 6 | 0 | 32 | 332 | 15 | 106 |
| Binary | 10101010 | 10110001 | 10111101 | 1010 | 110 | 0 | 11010 | 11011010 | 1101 | 1000110 |
Color Harmonies of #AAB1BD
Complementary color
Monochromatic Colors of #AAB1BD
Black with #AAB1BD
Text Example
Text Example
White with #AAB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1BD; }
p { color: rgb(170,177,189); }
H1.HeaderClassName
{
color: #AAB1BD;
}
.AnyTagClassName
{
color: #AAB1BD;
}
</style>
background-color css
<style>
a { background-color: #AAB1BD; }
a { background-color: rgb(170,177,189); }
div.DivClassName
{
background-color: #AAB1BD;
}
.BgClassName
{
background-color: #AAB1BD;
}
</style>
border-color css
<style>
span { border-color: #AAB1BD; }
span { border-color: rgb(170,177,189); }
td.TdClassName
{
border-color: #AAB1BD;
}
.TagClassName
{
border-color: #AAB1BD;
}
</style>