Shades of Mischka #A5B0BC
Tints of Mischka #A5B0BC
RGB
CMYK
RGB Variations
Color information
#A5B0BC (or 0xA5B0BC) is known color: Mischka. HEX triplet: A5, B0 and BC. RGB value is (165,176,188). Sum of RGB (Red+Green+Blue) = 165+176+188=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0BC is #5A4F43. Grayscale: #AEAEAE. Windows color (decimal): -5918532 or 12365989. OLE color: 12365989.
HSL color Cylindrical-coordinate representation of color #A5B0BC: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B0BC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 176 | 188 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.26 |
| HSL | 211.3º | 0.15% | 0.69% | - |
| HSV(B) | 211.3º | 0.12% | 0.74% | - |
| XYZ | 40.12 | 42.68 | 53.7 | - |
| YUV | 174.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 188 | 0.12 | 0.06 | 0 | 0.26 | 211.3 | 0.15 | 0.69 |
| Hex | A5 | B0 | BC | C | 6 | 0 | 1A | D3 | F | 45 |
| Octal | 245 | 260 | 274 | 14 | 6 | 0 | 32 | 323 | 17 | 105 |
| Binary | 10100101 | 10110000 | 10111100 | 1100 | 110 | 0 | 11010 | 11010011 | 1111 | 1000101 |
Color Harmonies of #A5B0BC
Complementary color
Monochromatic Colors of #A5B0BC
Black with #A5B0BC
Text Example
Text Example
White with #A5B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B0BC; }
p { color: rgb(165,176,188); }
H1.HeaderClassName
{
color: #A5B0BC;
}
.AnyTagClassName
{
color: #A5B0BC;
}
</style>
background-color css
<style>
a { background-color: #A5B0BC; }
a { background-color: rgb(165,176,188); }
div.DivClassName
{
background-color: #A5B0BC;
}
.BgClassName
{
background-color: #A5B0BC;
}
</style>
border-color css
<style>
span { border-color: #A5B0BC; }
span { border-color: rgb(165,176,188); }
td.TdClassName
{
border-color: #A5B0BC;
}
.TagClassName
{
border-color: #A5B0BC;
}
</style>