Shades of Mischka #A8B0BA
Tints of Mischka #A8B0BA
RGB
CMYK
RGB Variations
Color information
#A8B0BA (or 0xA8B0BA) is known color: Mischka. HEX triplet: A8, B0 and BA. RGB value is (168,176,186). Sum of RGB (Red+Green+Blue) = 168+176+186=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0BA is #574F45. Grayscale: #AEAEAE. Windows color (decimal): -5721926 or 12234920. OLE color: 12234920.
HSL color Cylindrical-coordinate representation of color #A8B0BA: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B0BA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 176 | 186 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.27 |
| HSL | 213.33º | 0.12% | 0.69% | - |
| HSV(B) | 213.33º | 0.1% | 0.73% | - |
| XYZ | 40.54 | 42.92 | 52.6 | - |
| YUV | 174.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 186 | 0.10 | 0.05 | 0 | 0.27 | 213.33 | 0.12 | 0.69 |
| Hex | A8 | B0 | BA | A | 5 | 0 | 1B | D5 | C | 45 |
| Octal | 250 | 260 | 272 | 12 | 5 | 0 | 33 | 325 | 14 | 105 |
| Binary | 10101000 | 10110000 | 10111010 | 1010 | 101 | 0 | 11011 | 11010101 | 1100 | 1000101 |
Color Harmonies of #A8B0BA
Complementary color
Monochromatic Colors of #A8B0BA
Black with #A8B0BA
Text Example
Text Example
White with #A8B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0BA; }
p { color: rgb(168,176,186); }
H1.HeaderClassName
{
color: #A8B0BA;
}
.AnyTagClassName
{
color: #A8B0BA;
}
</style>
background-color css
<style>
a { background-color: #A8B0BA; }
a { background-color: rgb(168,176,186); }
div.DivClassName
{
background-color: #A8B0BA;
}
.BgClassName
{
background-color: #A8B0BA;
}
</style>
border-color css
<style>
span { border-color: #A8B0BA; }
span { border-color: rgb(168,176,186); }
td.TdClassName
{
border-color: #A8B0BA;
}
.TagClassName
{
border-color: #A8B0BA;
}
</style>