#BA909F

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

Shades of Viola #BA909F

Tints of Viola #BA909F

Color information

#BA909F (or 0xBA909F) is unknown color: approx Viola. HEX triplet: BA, 90 and 9F. RGB value is (186,144,159). Sum of RGB (Red+Green+Blue) = 186+144+159=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA909F is #456F60. Grayscale: #9E9E9E. Windows color (decimal): -4550497 or 10457274. OLE color: 10457274.

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

Color convert

RGB186144159-
CMYK00.230.150.27
HSL338.57º23.33%64.71%-
HSV(B)338.57º22.58%72.94%-
XYZ36.4832.8937.23-
YUV158.27128.41147.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=38.04%
G=29.45%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614415900.230.150.27338.5723.3364.71
HexBA909F017F1B1531741
Octal272220237027173352327101
Binary101110101001000010011111010111111111011101010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA909F; }

 p { color: rgb(186,144,159); }

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

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

 a { background-color: rgb(186,144,159); }

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

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

 span { border-color: rgb(186,144,159); }

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