#BA95BE

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

Shades of Lilac #BA95BE

Tints of Lilac #BA95BE

Color information

#BA95BE (or 0xBA95BE) is unknown color: approx Lilac. HEX triplet: BA, 95 and BE. RGB value is (186,149,190). Sum of RGB (Red+Green+Blue) = 186+149+190=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BE is #456A41. Grayscale: #A4A4A4. Windows color (decimal): -4549186 or 12490170. OLE color: 12490170.

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

Color convert

RGB186149190-
CMYK0.020.2200.25
HSL294.15º23.98%66.47%-
HSV(B)294.15º21.58%74.51%-
XYZ40.2935.6553.47-
YUV164.74142.26143.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=35.43%
G=28.38%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861491900.020.2200.25294.1523.9866.47
HexBA95BE2160191261842
Octal27222527622603144630102
Binary1011101010010101101111101010110011001100100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95BE; }

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

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

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

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

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

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

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

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