#BA979E

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

Shades of Viola #BA979E

Tints of Viola #BA979E

Color information

#BA979E (or 0xBA979E) is unknown color: approx 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

RGB186151158-
CMYK00.190.150.27
HSL348º20.23%66.08%-
HSV(B)348º18.82%72.94%-
XYZ37.4935.0437.14-
YUV162.26125.6144.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=37.58%
G=30.51%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615115800.190.150.2734820.2366.08
HexBA979E013F1B15c1442
Octal272227236023173353424102
Binary101110101001011110011110010011111111011101011100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>