#BA8CBE

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

Shades of Lilac #BA8CBE

Tints of Lilac #BA8CBE

Color information

#BA8CBE (or 0xBA8CBE) is unknown color: approx Lilac. HEX triplet: BA, 8C and BE. RGB value is (186,140,190). Sum of RGB (Red+Green+Blue) = 186+140+190=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBE is #457341. Grayscale: #9F9F9F. Windows color (decimal): -4551490 or 12487866. OLE color: 12487866.

HSL color Cylindrical-coordinate representation of color #BA8CBE: hue angle of 295.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8CBE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186140190-
CMYK0.020.2600.25
HSL295.2º27.78%64.71%-
HSV(B)295.2º26.32%74.51%-
XYZ38.9232.9153.02-
YUV159.45145.24146.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=36.05%
G=27.13%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861401900.020.2600.25295.227.7864.71
HexBA8CBE21A0191271c41
Octal27221427623203144734101
Binary1011101010001100101111101011010011001100100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CBE; }

 p { color: rgb(186,140,190); }

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

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

 a { background-color: rgb(186,140,190); }

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

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

 span { border-color: rgb(186,140,190); }

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