#BA898E

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

Shades of Viola #BA898E

Tints of Viola #BA898E

Color information

#BA898E (or 0xBA898E) is unknown color: approx Viola. HEX triplet: BA, 89 and 8E. RGB value is (186,137,142). Sum of RGB (Red+Green+Blue) = 186+137+142=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA898E is #457671. Grayscale: #989898. Windows color (decimal): -4552306 or 9341370. OLE color: 9341370.

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

Color convert

RGB186137142-
CMYK00.260.240.27
HSL353.88º26.2%63.33%-
HSV(B)353.88º26.34%72.94%-
XYZ34.0830.2829.64-
YUV152.22122.23152.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=40%
G=29.46%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613714200.260.240.27353.8826.263.33
HexBA898E01A181B1621a3f
Octal27221121603230335423277
Binary101110101000100110001110011010110001101110110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA898E; }

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

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

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

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

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

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

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

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