Shades of Viola #BA979E
Tints of Viola #BA979E
RGB
CMYK
RGB Variations
Color information
#BA979E (or 0xBA979E) is known color: Viola. HEX triplet: BA, 97 and 9E. RGB value is (186,151,158). Sum of RGB (Red+Green+Blue) = 186+151+158=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA979E is #456861. Grayscale: #A2A2A2. Windows color (decimal): -4548706 or 10393530. OLE color: 10393530.
HSL color Cylindrical-coordinate representation of color #BA979E: hue angle of 348º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA979E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 158 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.27 |
| HSL | 348º | 0.2% | 0.66% | - |
| HSV(B) | 348º | 0.19% | 0.73% | - |
| XYZ | 37.49 | 35.04 | 37.14 | - |
| YUV | 162.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 158 | 0 | 0.19 | 0.15 | 0.27 | 348 | 0.2 | 0.66 |
| Hex | BA | 97 | 9E | 0 | 13 | F | 1B | 15C | 14 | 42 |
| Octal | 272 | 227 | 236 | 0 | 23 | 17 | 33 | 534 | 24 | 102 |
| Binary | 10111010 | 10010111 | 10011110 | 0 | 10011 | 1111 | 11011 | 101011100 | 10100 | 1000010 |
Color Harmonies of #BA979E
Complementary color
Monochromatic Colors of #BA979E
Black with #BA979E
Text Example
Text Example
White with #BA979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA979E; }
p { color: rgb(186,151,158); }
H1.HeaderClassName
{
color: #BA979E;
}
.AnyTagClassName
{
color: #BA979E;
}
</style>
background-color css
<style>
a { background-color: #BA979E; }
a { background-color: rgb(186,151,158); }
div.DivClassName
{
background-color: #BA979E;
}
.BgClassName
{
background-color: #BA979E;
}
</style>
border-color css
<style>
span { border-color: #BA979E; }
span { border-color: rgb(186,151,158); }
td.TdClassName
{
border-color: #BA979E;
}
.TagClassName
{
border-color: #BA979E;
}
</style>