#BA919D

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

Shades of Viola #BA919D

Tints of Viola #BA919D

Color information

#BA919D (or 0xBA919D) is unknown color: approx Viola. HEX triplet: BA, 91 and 9D. RGB value is (186,145,157). Sum of RGB (Red+Green+Blue) = 186+145+157=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA919D is #456E62. Grayscale: #9E9E9E. Windows color (decimal): -4550243 or 10326458. OLE color: 10326458.

HSL color Cylindrical-coordinate representation of color #BA919D: hue angle of 342.44º 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 #BA919D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186145157-
CMYK00.220.160.27
HSL342.44º22.91%64.9%-
HSV(B)342.44º22.04%72.94%-
XYZ36.4633.1236.37-
YUV158.63127.08147.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=38.11%
G=29.71%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614515700.220.160.27342.4422.9164.9
HexBA919D016101B1561741
Octal272221235026203352627101
Binary1011101010010001100111010101101000011011101010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA919D; }

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

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

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

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

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

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

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

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