#BA8D9E

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

Shades of Viola #BA8D9E

Tints of Viola #BA8D9E

Color information

#BA8D9E (or 0xBA8D9E) is unknown color: approx Viola. HEX triplet: BA, 8D and 9E. RGB value is (186,141,158). Sum of RGB (Red+Green+Blue) = 186+141+158=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D9E is #457261. Grayscale: #9C9C9C. Windows color (decimal): -4551266 or 10390970. OLE color: 10390970.

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

Color convert

RGB186141158-
CMYK00.240.150.27
HSL337.33º24.59%64.12%-
HSV(B)337.33º24.19%72.94%-
XYZ35.9531.9636.62-
YUV156.39128.91149.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=38.35%
G=29.07%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614115800.240.150.27337.3324.5964.12
HexBA8D9E018F1B1511940
Octal272215236030173352131100
Binary101110101000110110011110011000111111011101010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D9E; }

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

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

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

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

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

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

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

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