Shades of Mischka #A4AEBD
Tints of Mischka #A4AEBD
RGB
CMYK
RGB Variations
Color information
#A4AEBD (or 0xA4AEBD) is known color: Mischka. HEX triplet: A4, AE and BD. RGB value is (164,174,189). Sum of RGB (Red+Green+Blue) = 164+174+189=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEBD is #5B5142. Grayscale: #ACACAC. Windows color (decimal): -5984579 or 12431012. OLE color: 12431012.
HSL color Cylindrical-coordinate representation of color #A4AEBD: hue angle of 216º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AEBD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 174 | 189 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.26 |
| HSL | 216º | 0.16% | 0.69% | - |
| HSV(B) | 216º | 0.13% | 0.74% | - |
| XYZ | 39.63 | 41.84 | 54.13 | - |
| YUV | 172.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 189 | 0.13 | 0.08 | 0 | 0.26 | 216 | 0.16 | 0.69 |
| Hex | A4 | AE | BD | D | 8 | 0 | 1A | D8 | 10 | 45 |
| Octal | 244 | 256 | 275 | 15 | 10 | 0 | 32 | 330 | 20 | 105 |
| Binary | 10100100 | 10101110 | 10111101 | 1101 | 1000 | 0 | 11010 | 11011000 | 10000 | 1000101 |
Color Harmonies of #A4AEBD
Complementary color
Monochromatic Colors of #A4AEBD
Black with #A4AEBD
Text Example
Text Example
White with #A4AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AEBD; }
p { color: rgb(164,174,189); }
H1.HeaderClassName
{
color: #A4AEBD;
}
.AnyTagClassName
{
color: #A4AEBD;
}
</style>
background-color css
<style>
a { background-color: #A4AEBD; }
a { background-color: rgb(164,174,189); }
div.DivClassName
{
background-color: #A4AEBD;
}
.BgClassName
{
background-color: #A4AEBD;
}
</style>
border-color css
<style>
span { border-color: #A4AEBD; }
span { border-color: rgb(164,174,189); }
td.TdClassName
{
border-color: #A4AEBD;
}
.TagClassName
{
border-color: #A4AEBD;
}
</style>