Shades of Mischka #A6ADBE
Tints of Mischka #A6ADBE
RGB
CMYK
RGB Variations
Color information
#A6ADBE (or 0xA6ADBE) is known color: Mischka. HEX triplet: A6, AD and BE. RGB value is (166,173,190). Sum of RGB (Red+Green+Blue) = 166+173+190=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADBE is #595241. Grayscale: #ACACAC. Windows color (decimal): -5853762 or 12496294. OLE color: 12496294.
HSL color Cylindrical-coordinate representation of color #A6ADBE: hue angle of 222.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6ADBE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 173 | 190 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.25 |
| HSL | 222.5º | 0.16% | 0.7% | - |
| HSV(B) | 222.5º | 0.13% | 0.75% | - |
| XYZ | 39.96 | 41.71 | 54.66 | - |
| YUV | 172.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 190 | 0.13 | 0.09 | 0 | 0.25 | 222.5 | 0.16 | 0.7 |
| Hex | A6 | AD | BE | D | 9 | 0 | 19 | DE | 10 | 46 |
| Octal | 246 | 255 | 276 | 15 | 11 | 0 | 31 | 336 | 20 | 106 |
| Binary | 10100110 | 10101101 | 10111110 | 1101 | 1001 | 0 | 11001 | 11011110 | 10000 | 1000110 |
Color Harmonies of #A6ADBE
Complementary color
Monochromatic Colors of #A6ADBE
Black with #A6ADBE
Text Example
Text Example
White with #A6ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADBE; }
p { color: rgb(166,173,190); }
H1.HeaderClassName
{
color: #A6ADBE;
}
.AnyTagClassName
{
color: #A6ADBE;
}
</style>
background-color css
<style>
a { background-color: #A6ADBE; }
a { background-color: rgb(166,173,190); }
div.DivClassName
{
background-color: #A6ADBE;
}
.BgClassName
{
background-color: #A6ADBE;
}
</style>
border-color css
<style>
span { border-color: #A6ADBE; }
span { border-color: rgb(166,173,190); }
td.TdClassName
{
border-color: #A6ADBE;
}
.TagClassName
{
border-color: #A6ADBE;
}
</style>