#BA969D

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

Shades of Viola #BA969D

Tints of Viola #BA969D

Color information

#BA969D (or 0xBA969D) is unknown color: approx Viola. HEX triplet: BA, 96 and 9D. RGB value is (186,150,157). Sum of RGB (Red+Green+Blue) = 186+150+157=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA969D is #456962. Grayscale: #A1A1A1. Windows color (decimal): -4548963 or 10327738. OLE color: 10327738.

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

Color convert

RGB186150157-
CMYK00.190.160.27
HSL348.33º20.69%65.88%-
HSV(B)348.33º19.35%72.94%-
XYZ37.2434.6936.63-
YUV161.56125.43145.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=37.73%
G=30.43%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615015700.190.160.27348.3320.6965.88
HexBA969D013101B15c1542
Octal272226235023203353425102
Binary1011101010010110100111010100111000011011101011100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA969D; }

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

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

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

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

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

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

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

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