Shades of Mischka #A5A8BC
Tints of Mischka #A5A8BC
RGB
CMYK
RGB Variations
Color information
#A5A8BC (or 0xA5A8BC) is known color: Mischka. HEX triplet: A5, A8 and BC. RGB value is (165,168,188). Sum of RGB (Red+Green+Blue) = 165+168+188=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8BC is #5A5743. Grayscale: #A9A9A9. Windows color (decimal): -5920580 or 12363941. OLE color: 12363941.
HSL color Cylindrical-coordinate representation of color #A5A8BC: hue angle of 232.17º 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 #A5A8BC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 168 | 188 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.26 |
| HSL | 232.17º | 0.15% | 0.69% | - |
| HSV(B) | 232.17º | 0.12% | 0.74% | - |
| XYZ | 38.6 | 39.64 | 53.19 | - |
| YUV | 169.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 188 | 0.12 | 0.11 | 0 | 0.26 | 232.17 | 0.15 | 0.69 |
| Hex | A5 | A8 | BC | C | B | 0 | 1A | E8 | F | 45 |
| Octal | 245 | 250 | 274 | 14 | 13 | 0 | 32 | 350 | 17 | 105 |
| Binary | 10100101 | 10101000 | 10111100 | 1100 | 1011 | 0 | 11010 | 11101000 | 1111 | 1000101 |
Color Harmonies of #A5A8BC
Complementary color
Monochromatic Colors of #A5A8BC
Black with #A5A8BC
Text Example
Text Example
White with #A5A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8BC; }
p { color: rgb(165,168,188); }
H1.HeaderClassName
{
color: #A5A8BC;
}
.AnyTagClassName
{
color: #A5A8BC;
}
</style>
background-color css
<style>
a { background-color: #A5A8BC; }
a { background-color: rgb(165,168,188); }
div.DivClassName
{
background-color: #A5A8BC;
}
.BgClassName
{
background-color: #A5A8BC;
}
</style>
border-color css
<style>
span { border-color: #A5A8BC; }
span { border-color: rgb(165,168,188); }
td.TdClassName
{
border-color: #A5A8BC;
}
.TagClassName
{
border-color: #A5A8BC;
}
</style>