#BA899E

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

Shades of Viola #BA899E

Tints of Viola #BA899E

Color information

#BA899E (or 0xBA899E) is unknown color: approx Viola. HEX triplet: BA, 89 and 9E. RGB value is (186,137,158). Sum of RGB (Red+Green+Blue) = 186+137+158=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA899E is #457661. Grayscale: #9A9A9A. Windows color (decimal): -4552290 or 10389946. OLE color: 10389946.

HSL color Cylindrical-coordinate representation of color #BA899E: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA899E is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186137158-
CMYK00.260.150.27
HSL334.29º26.2%63.33%-
HSV(B)334.29º26.34%72.94%-
XYZ35.3730.836.43-
YUV154.04130.23150.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=38.67%
G=28.48%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613715800.260.150.27334.2926.263.33
HexBA899E01AF1B14e1a3f
Octal27221123603217335163277
Binary10111010100010011001111001101011111101110100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA899E; }

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

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

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

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

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

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

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

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