#BA889D

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

Shades of Viola #BA889D

Tints of Viola #BA889D

Color information

#BA889D (or 0xBA889D) is unknown color: approx Viola. HEX triplet: BA, 88 and 9D. RGB value is (186,136,157). Sum of RGB (Red+Green+Blue) = 186+136+157=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA889D is #457762. Grayscale: #999999. Windows color (decimal): -4552547 or 10324154. OLE color: 10324154.

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

Color convert

RGB186136157-
CMYK00.270.160.27
HSL334.8º26.6%63.14%-
HSV(B)334.8º26.88%72.94%-
XYZ35.1430.4835.93-
YUV153.34130.06151.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=38.83%
G=28.39%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613615700.270.160.27334.826.663.14
HexBA889D01B101B14f1b3f
Octal27221023503320335173377
Binary101110101000100010011101011011100001101110100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA889D; }

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

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

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

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

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

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

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

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