Shades of Mischka #A6ABBC
Tints of Mischka #A6ABBC
RGB
CMYK
RGB Variations
Color information
#A6ABBC (or 0xA6ABBC) is known color: Mischka. HEX triplet: A6, AB and BC. RGB value is (166,171,188). Sum of RGB (Red+Green+Blue) = 166+171+188=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABBC is #595443. Grayscale: #ABABAB. Windows color (decimal): -5854276 or 12364710. OLE color: 12364710.
HSL color Cylindrical-coordinate representation of color #A6ABBC: hue angle of 226.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6ABBC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 171 | 188 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.26 |
| HSL | 226.36º | 0.14% | 0.69% | - |
| HSV(B) | 226.36º | 0.12% | 0.74% | - |
| XYZ | 39.37 | 40.86 | 53.39 | - |
| YUV | 171.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 188 | 0.12 | 0.09 | 0 | 0.26 | 226.36 | 0.14 | 0.69 |
| Hex | A6 | AB | BC | C | 9 | 0 | 1A | E2 | E | 45 |
| Octal | 246 | 253 | 274 | 14 | 11 | 0 | 32 | 342 | 16 | 105 |
| Binary | 10100110 | 10101011 | 10111100 | 1100 | 1001 | 0 | 11010 | 11100010 | 1110 | 1000101 |
Color Harmonies of #A6ABBC
Complementary color
Monochromatic Colors of #A6ABBC
Black with #A6ABBC
Text Example
Text Example
White with #A6ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABBC; }
p { color: rgb(166,171,188); }
H1.HeaderClassName
{
color: #A6ABBC;
}
.AnyTagClassName
{
color: #A6ABBC;
}
</style>
background-color css
<style>
a { background-color: #A6ABBC; }
a { background-color: rgb(166,171,188); }
div.DivClassName
{
background-color: #A6ABBC;
}
.BgClassName
{
background-color: #A6ABBC;
}
</style>
border-color css
<style>
span { border-color: #A6ABBC; }
span { border-color: rgb(166,171,188); }
td.TdClassName
{
border-color: #A6ABBC;
}
.TagClassName
{
border-color: #A6ABBC;
}
</style>