Shades of Mischka #A8B2BE
Tints of Mischka #A8B2BE
RGB
CMYK
RGB Variations
Color information
#A8B2BE (or 0xA8B2BE) is known color: Mischka. HEX triplet: A8, B2 and BE. RGB value is (168,178,190). Sum of RGB (Red+Green+Blue) = 168+178+190=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B2BE is #574D41. Grayscale: #B0B0B0. Windows color (decimal): -5721410 or 12497576. OLE color: 12497576.
HSL color Cylindrical-coordinate representation of color #A8B2BE: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B2BE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 178 | 190 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.25 |
| HSL | 212.73º | 0.14% | 0.7% | - |
| HSV(B) | 212.73º | 0.12% | 0.75% | - |
| XYZ | 41.36 | 43.88 | 55.01 | - |
| YUV | 176.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 190 | 0.12 | 0.06 | 0 | 0.25 | 212.73 | 0.14 | 0.7 |
| Hex | A8 | B2 | BE | C | 6 | 0 | 19 | D5 | E | 46 |
| Octal | 250 | 262 | 276 | 14 | 6 | 0 | 31 | 325 | 16 | 106 |
| Binary | 10101000 | 10110010 | 10111110 | 1100 | 110 | 0 | 11001 | 11010101 | 1110 | 1000110 |
Color Harmonies of #A8B2BE
Complementary color
Monochromatic Colors of #A8B2BE
Black with #A8B2BE
Text Example
Text Example
White with #A8B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2BE; }
p { color: rgb(168,178,190); }
H1.HeaderClassName
{
color: #A8B2BE;
}
.AnyTagClassName
{
color: #A8B2BE;
}
</style>
background-color css
<style>
a { background-color: #A8B2BE; }
a { background-color: rgb(168,178,190); }
div.DivClassName
{
background-color: #A8B2BE;
}
.BgClassName
{
background-color: #A8B2BE;
}
</style>
border-color css
<style>
span { border-color: #A8B2BE; }
span { border-color: rgb(168,178,190); }
td.TdClassName
{
border-color: #A8B2BE;
}
.TagClassName
{
border-color: #A8B2BE;
}
</style>