Shades of Mischka #A4B0BD
Tints of Mischka #A4B0BD
RGB
CMYK
RGB Variations
Color information
#A4B0BD (or 0xA4B0BD) is known color: Mischka. HEX triplet: A4, B0 and BD. RGB value is (164,176,189). Sum of RGB (Red+Green+Blue) = 164+176+189=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BD is #5B4F42. Grayscale: #ADADAD. Windows color (decimal): -5984067 or 12431524. OLE color: 12431524.
HSL color Cylindrical-coordinate representation of color #A4B0BD: hue angle of 211.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4B0BD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 176 | 189 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.26 |
| HSL | 211.2º | 0.16% | 0.69% | - |
| HSV(B) | 211.2º | 0.13% | 0.74% | - |
| XYZ | 40.02 | 42.62 | 54.26 | - |
| YUV | 173.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 189 | 0.13 | 0.07 | 0 | 0.26 | 211.2 | 0.16 | 0.69 |
| Hex | A4 | B0 | BD | D | 7 | 0 | 1A | D3 | 10 | 45 |
| Octal | 244 | 260 | 275 | 15 | 7 | 0 | 32 | 323 | 20 | 105 |
| Binary | 10100100 | 10110000 | 10111101 | 1101 | 111 | 0 | 11010 | 11010011 | 10000 | 1000101 |
Color Harmonies of #A4B0BD
Complementary color
Monochromatic Colors of #A4B0BD
Black with #A4B0BD
Text Example
Text Example
White with #A4B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0BD; }
p { color: rgb(164,176,189); }
H1.HeaderClassName
{
color: #A4B0BD;
}
.AnyTagClassName
{
color: #A4B0BD;
}
</style>
background-color css
<style>
a { background-color: #A4B0BD; }
a { background-color: rgb(164,176,189); }
div.DivClassName
{
background-color: #A4B0BD;
}
.BgClassName
{
background-color: #A4B0BD;
}
</style>
border-color css
<style>
span { border-color: #A4B0BD; }
span { border-color: rgb(164,176,189); }
td.TdClassName
{
border-color: #A4B0BD;
}
.TagClassName
{
border-color: #A4B0BD;
}
</style>