#BA909E

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

Shades of Viola #BA909E

Tints of Viola #BA909E

Color information

#BA909E (or 0xBA909E) is unknown color: approx Viola. HEX triplet: BA, 90 and 9E. RGB value is (186,144,158). Sum of RGB (Red+Green+Blue) = 186+144+158=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA909E is #456F61. Grayscale: #9E9E9E. Windows color (decimal): -4550498 or 10391738. OLE color: 10391738.

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

Color convert

RGB186144158-
CMYK00.230.150.27
HSL340º23.33%64.71%-
HSV(B)340º22.58%72.94%-
XYZ36.3932.8536.77-
YUV158.15127.91147.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=38.11%
G=29.51%
B=32.38%

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
Decimal18614415800.230.150.2734023.3364.71
HexBA909E017F1B1541741
Octal272220236027173352427101
Binary101110101001000010011110010111111111011101010100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA909E; }

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

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

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

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

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

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

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

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