Shades of Mischka #A8AEBC
Tints of Mischka #A8AEBC
RGB
CMYK
RGB Variations
Color information
#A8AEBC (or 0xA8AEBC) is known color: Mischka. HEX triplet: A8, AE and BC. RGB value is (168,174,188). Sum of RGB (Red+Green+Blue) = 168+174+188=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEBC is #575143. Grayscale: #ADADAD. Windows color (decimal): -5722436 or 12365480. OLE color: 12365480.
HSL color Cylindrical-coordinate representation of color #A8AEBC: hue angle of 222º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AEBC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 174 | 188 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.26 |
| HSL | 222º | 0.13% | 0.7% | - |
| HSV(B) | 222º | 0.11% | 0.74% | - |
| XYZ | 40.36 | 42.23 | 53.6 | - |
| YUV | 173.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 188 | 0.11 | 0.07 | 0 | 0.26 | 222 | 0.13 | 0.7 |
| Hex | A8 | AE | BC | B | 7 | 0 | 1A | DE | D | 46 |
| Octal | 250 | 256 | 274 | 13 | 7 | 0 | 32 | 336 | 15 | 106 |
| Binary | 10101000 | 10101110 | 10111100 | 1011 | 111 | 0 | 11010 | 11011110 | 1101 | 1000110 |
Color Harmonies of #A8AEBC
Complementary color
Monochromatic Colors of #A8AEBC
Black with #A8AEBC
Text Example
Text Example
White with #A8AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEBC; }
p { color: rgb(168,174,188); }
H1.HeaderClassName
{
color: #A8AEBC;
}
.AnyTagClassName
{
color: #A8AEBC;
}
</style>
background-color css
<style>
a { background-color: #A8AEBC; }
a { background-color: rgb(168,174,188); }
div.DivClassName
{
background-color: #A8AEBC;
}
.BgClassName
{
background-color: #A8AEBC;
}
</style>
border-color css
<style>
span { border-color: #A8AEBC; }
span { border-color: rgb(168,174,188); }
td.TdClassName
{
border-color: #A8AEBC;
}
.TagClassName
{
border-color: #A8AEBC;
}
</style>