Shades of Viola #BA8E96
Tints of Viola #BA8E96
RGB
CMYK
RGB Variations
Color information
#BA8E96 (or 0xBA8E96) is known color: Viola. HEX triplet: BA, 8E and 96. RGB value is (186,142,150). Sum of RGB (Red+Green+Blue) = 186+142+150=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E96 is #457169. Grayscale: #9C9C9C. Windows color (decimal): -4551018 or 9866938. OLE color: 9866938.
HSL color Cylindrical-coordinate representation of color #BA8E96: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8E96 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 150 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.27 |
| HSL | 349.09º | 0.24% | 0.64% | - |
| HSV(B) | 349.09º | 0.24% | 0.73% | - |
| XYZ | 35.43 | 31.99 | 33.16 | - |
| YUV | 156.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 150 | 0 | 0.24 | 0.19 | 0.27 | 349.09 | 0.24 | 0.64 |
| Hex | BA | 8E | 96 | 0 | 18 | 13 | 1B | 15D | 18 | 40 |
| Octal | 272 | 216 | 226 | 0 | 30 | 23 | 33 | 535 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10010110 | 0 | 11000 | 10011 | 11011 | 101011101 | 11000 | 1000000 |
Color Harmonies of #BA8E96
Complementary color
Monochromatic Colors of #BA8E96
Black with #BA8E96
Text Example
Text Example
White with #BA8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E96; }
p { color: rgb(186,142,150); }
H1.HeaderClassName
{
color: #BA8E96;
}
.AnyTagClassName
{
color: #BA8E96;
}
</style>
background-color css
<style>
a { background-color: #BA8E96; }
a { background-color: rgb(186,142,150); }
div.DivClassName
{
background-color: #BA8E96;
}
.BgClassName
{
background-color: #BA8E96;
}
</style>
border-color css
<style>
span { border-color: #BA8E96; }
span { border-color: rgb(186,142,150); }
td.TdClassName
{
border-color: #BA8E96;
}
.TagClassName
{
border-color: #BA8E96;
}
</style>