Shades of Viola #BA9CA4
Tints of Viola #BA9CA4
RGB
CMYK
RGB Variations
Color information
#BA9CA4 (or 0xBA9CA4) is known color: Viola. HEX triplet: BA, 9C and A4. RGB value is (186,156,164). Sum of RGB (Red+Green+Blue) = 186+156+164=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA4 is #45635B. Grayscale: #A5A5A5. Windows color (decimal): -4547420 or 10788026. OLE color: 10788026.
HSL color Cylindrical-coordinate representation of color #BA9CA4: hue angle of 344º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CA4 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 164 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.27 |
| HSL | 344º | 0.18% | 0.67% | - |
| HSV(B) | 344º | 0.16% | 0.73% | - |
| XYZ | 38.84 | 36.9 | 40.2 | - |
| YUV | 165.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 164 | 0 | 0.16 | 0.12 | 0.27 | 344 | 0.18 | 0.67 |
| Hex | BA | 9C | A4 | 0 | 10 | C | 1B | 158 | 12 | 43 |
| Octal | 272 | 234 | 244 | 0 | 20 | 14 | 33 | 530 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10100100 | 0 | 10000 | 1100 | 11011 | 101011000 | 10010 | 1000011 |
Color Harmonies of #BA9CA4
Complementary color
Monochromatic Colors of #BA9CA4
Black with #BA9CA4
Text Example
Text Example
White with #BA9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CA4; }
p { color: rgb(186,156,164); }
H1.HeaderClassName
{
color: #BA9CA4;
}
.AnyTagClassName
{
color: #BA9CA4;
}
</style>
background-color css
<style>
a { background-color: #BA9CA4; }
a { background-color: rgb(186,156,164); }
div.DivClassName
{
background-color: #BA9CA4;
}
.BgClassName
{
background-color: #BA9CA4;
}
</style>
border-color css
<style>
span { border-color: #BA9CA4; }
span { border-color: rgb(186,156,164); }
td.TdClassName
{
border-color: #BA9CA4;
}
.TagClassName
{
border-color: #BA9CA4;
}
</style>