#BA969E

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

Shades of Viola #BA969E

Tints of Viola #BA969E

Color information

#BA969E (or 0xBA969E) is unknown color: approx Viola. HEX triplet: BA, 96 and 9E. RGB value is (186,150,158). Sum of RGB (Red+Green+Blue) = 186+150+158=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA969E is #456961. Grayscale: #A1A1A1. Windows color (decimal): -4548962 or 10393274. OLE color: 10393274.

HSL color Cylindrical-coordinate representation of color #BA969E: hue angle of 346.67º degrees, saturation: 0.21, 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 #BA969E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186150158-
CMYK00.190.150.27
HSL346.67º20.69%65.88%-
HSV(B)346.67º19.35%72.94%-
XYZ37.3334.7237.08-
YUV161.68125.93145.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=37.65%
G=30.36%
B=31.98%

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
Decimal18615015800.190.150.27346.6720.6965.88
HexBA969E013F1B15b1542
Octal272226236023173353325102
Binary101110101001011010011110010011111111011101011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA969E; }

 p { color: rgb(186,150,158); }

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

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

 a { background-color: rgb(186,150,158); }

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

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

 span { border-color: rgb(186,150,158); }

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