Shades of Mischka #A8AEBB
Tints of Mischka #A8AEBB
RGB
CMYK
RGB Variations
Color information
#A8AEBB (or 0xA8AEBB) is known color: Mischka. HEX triplet: A8, AE and BB. RGB value is (168,174,187). Sum of RGB (Red+Green+Blue) = 168+174+187=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEBB is #575144. Grayscale: #ADADAD. Windows color (decimal): -5722437 or 12299944. OLE color: 12299944.
HSL color Cylindrical-coordinate representation of color #A8AEBB: hue angle of 221.05º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8AEBB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 174 | 187 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.27 |
| HSL | 221.05º | 0.12% | 0.7% | - |
| HSV(B) | 221.05º | 0.1% | 0.73% | - |
| XYZ | 40.25 | 42.18 | 53.03 | - |
| YUV | 173.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 187 | 0.10 | 0.07 | 0 | 0.27 | 221.05 | 0.12 | 0.7 |
| Hex | A8 | AE | BB | A | 7 | 0 | 1B | DD | C | 46 |
| Octal | 250 | 256 | 273 | 12 | 7 | 0 | 33 | 335 | 14 | 106 |
| Binary | 10101000 | 10101110 | 10111011 | 1010 | 111 | 0 | 11011 | 11011101 | 1100 | 1000110 |
Color Harmonies of #A8AEBB
Complementary color
Monochromatic Colors of #A8AEBB
Black with #A8AEBB
Text Example
Text Example
White with #A8AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEBB; }
p { color: rgb(168,174,187); }
H1.HeaderClassName
{
color: #A8AEBB;
}
.AnyTagClassName
{
color: #A8AEBB;
}
</style>
background-color css
<style>
a { background-color: #A8AEBB; }
a { background-color: rgb(168,174,187); }
div.DivClassName
{
background-color: #A8AEBB;
}
.BgClassName
{
background-color: #A8AEBB;
}
</style>
border-color css
<style>
span { border-color: #A8AEBB; }
span { border-color: rgb(168,174,187); }
td.TdClassName
{
border-color: #A8AEBB;
}
.TagClassName
{
border-color: #A8AEBB;
}
</style>