#BA9198

Color #BA9198 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BA9198

Tints of Viola #BA9198

Color information

#BA9198 (or 0xBA9198) is unknown color: approx Viola. HEX triplet: BA, 91 and 98. RGB value is (186,145,152). Sum of RGB (Red+Green+Blue) = 186+145+152=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9198 is #456E67. Grayscale: #9E9E9E. Windows color (decimal): -4550248 or 9998778. OLE color: 9998778.

HSL color Cylindrical-coordinate representation of color #BA9198: hue angle of 349.76º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9198 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186145152-
CMYK00.220.180.27
HSL349.76º22.91%64.9%-
HSV(B)349.76º22.04%72.94%-
XYZ36.0432.9634.17-
YUV158.06124.58147.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=38.51%
G=30.02%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614515200.220.180.27349.7622.9164.9
HexBA9198016121B15e1741
Octal272221230026223353627101
Binary1011101010010001100110000101101001011011101011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9198; }

 p { color: rgb(186,145,152); }

 H1.HeaderClassName
 {
   color: #BA9198;
 }
 .AnyTagClassName
 {
   color: #BA9198;
 }
</style>
background-color css

<style>
 a { background-color: #BA9198; }

 a { background-color: rgb(186,145,152); }

 div.DivClassName
 {
   background-color: #BA9198;
 }
 .BgClassName
 {
   background-color: #BA9198;
 }
</style>
border-color css

<style>
 span { border-color: #BA9198; }

 span { border-color: rgb(186,145,152); }

 td.TdClassName
 {
   border-color: #BA9198;
 }
 .TagClassName
 {
   border-color: #BA9198;
 }
</style>