Shades of Mischka #A4B0BF
Tints of Mischka #A4B0BF
RGB
CMYK
RGB Variations
Color information
#A4B0BF (or 0xA4B0BF) is known color: Mischka. HEX triplet: A4, B0 and BF. RGB value is (164,176,191). Sum of RGB (Red+Green+Blue) = 164+176+191=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BF is #5B4F40. Grayscale: #AEAEAE. Windows color (decimal): -5984065 or 12562596. OLE color: 12562596.
HSL color Cylindrical-coordinate representation of color #A4B0BF: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B0BF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 176 | 191 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.25 |
| HSL | 213.33º | 0.17% | 0.7% | - |
| HSV(B) | 213.33º | 0.14% | 0.75% | - |
| XYZ | 40.24 | 42.7 | 55.41 | - |
| YUV | 174.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 191 | 0.14 | 0.08 | 0 | 0.25 | 213.33 | 0.17 | 0.7 |
| Hex | A4 | B0 | BF | E | 8 | 0 | 19 | D5 | 11 | 46 |
| Octal | 244 | 260 | 277 | 16 | 10 | 0 | 31 | 325 | 21 | 106 |
| Binary | 10100100 | 10110000 | 10111111 | 1110 | 1000 | 0 | 11001 | 11010101 | 10001 | 1000110 |
Color Harmonies of #A4B0BF
Complementary color
Monochromatic Colors of #A4B0BF
Black with #A4B0BF
Text Example
Text Example
White with #A4B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0BF; }
p { color: rgb(164,176,191); }
H1.HeaderClassName
{
color: #A4B0BF;
}
.AnyTagClassName
{
color: #A4B0BF;
}
</style>
background-color css
<style>
a { background-color: #A4B0BF; }
a { background-color: rgb(164,176,191); }
div.DivClassName
{
background-color: #A4B0BF;
}
.BgClassName
{
background-color: #A4B0BF;
}
</style>
border-color css
<style>
span { border-color: #A4B0BF; }
span { border-color: rgb(164,176,191); }
td.TdClassName
{
border-color: #A4B0BF;
}
.TagClassName
{
border-color: #A4B0BF;
}
</style>