Shades of Mischka #A8B2BF
Tints of Mischka #A8B2BF
RGB
CMYK
RGB Variations
Color information
#A8B2BF (or 0xA8B2BF) is known color: Mischka. HEX triplet: A8, B2 and BF. RGB value is (168,178,191). Sum of RGB (Red+Green+Blue) = 168+178+191=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B2BF is #574D40. Grayscale: #B0B0B0. Windows color (decimal): -5721409 or 12563112. OLE color: 12563112.
HSL color Cylindrical-coordinate representation of color #A8B2BF: hue angle of 213.91º degrees, saturation: 0.15, 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 #A8B2BF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 178 | 191 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.25 |
| HSL | 213.91º | 0.15% | 0.7% | - |
| HSV(B) | 213.91º | 0.12% | 0.75% | - |
| XYZ | 41.47 | 43.93 | 55.58 | - |
| YUV | 176.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 191 | 0.12 | 0.07 | 0 | 0.25 | 213.91 | 0.15 | 0.7 |
| Hex | A8 | B2 | BF | C | 7 | 0 | 19 | D6 | F | 46 |
| Octal | 250 | 262 | 277 | 14 | 7 | 0 | 31 | 326 | 17 | 106 |
| Binary | 10101000 | 10110010 | 10111111 | 1100 | 111 | 0 | 11001 | 11010110 | 1111 | 1000110 |
Color Harmonies of #A8B2BF
Complementary color
Monochromatic Colors of #A8B2BF
Black with #A8B2BF
Text Example
Text Example
White with #A8B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2BF; }
p { color: rgb(168,178,191); }
H1.HeaderClassName
{
color: #A8B2BF;
}
.AnyTagClassName
{
color: #A8B2BF;
}
</style>
background-color css
<style>
a { background-color: #A8B2BF; }
a { background-color: rgb(168,178,191); }
div.DivClassName
{
background-color: #A8B2BF;
}
.BgClassName
{
background-color: #A8B2BF;
}
</style>
border-color css
<style>
span { border-color: #A8B2BF; }
span { border-color: rgb(168,178,191); }
td.TdClassName
{
border-color: #A8B2BF;
}
.TagClassName
{
border-color: #A8B2BF;
}
</style>