#BA8FBE

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

Shades of Lilac #BA8FBE

Tints of Lilac #BA8FBE

Color information

#BA8FBE (or 0xBA8FBE) is unknown color: approx Lilac. HEX triplet: BA, 8F and BE. RGB value is (186,143,190). Sum of RGB (Red+Green+Blue) = 186+143+190=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBE is #457041. Grayscale: #A1A1A1. Windows color (decimal): -4550722 or 12488634. OLE color: 12488634.

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

Color convert

RGB186143190-
CMYK0.020.2500.25
HSL294.89º26.55%65.29%-
HSV(B)294.89º24.74%74.51%-
XYZ39.3733.853.16-
YUV161.21144.25145.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=35.84%
G=27.55%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861431900.020.2500.25294.8926.5565.29
HexBA8FBE2190191271b41
Octal27221727623103144733101
Binary1011101010001111101111101011001011001100100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FBE; }

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

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

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

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

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

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

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

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