#BE9AC0

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

Shades of Lilac #BE9AC0

Tints of Lilac #BE9AC0

Color information

#BE9AC0 (or 0xBE9AC0) is unknown color: approx Lilac. HEX triplet: BE, 9A and C0. RGB value is (190,154,192). Sum of RGB (Red+Green+Blue) = 190+154+192=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AC0 is #41653F. Grayscale: #A8A8A8. Windows color (decimal): -4285760 or 12622526. OLE color: 12622526.

HSL color Cylindrical-coordinate representation of color #BE9AC0: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9AC0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190154192-
CMYK0.010.2000.25
HSL296.84º23.17%67.84%-
HSV(B)296.84º19.79%75.29%-
XYZ42.3137.8654.95-
YUV169.1140.93142.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=35.45%
G=28.73%
B=35.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901541920.010.2000.25296.8423.1767.84
HexBE9AC01140191291744
Octal27623230012403145127104
Binary101111101001101011000000110100011001100101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AC0; }

 p { color: rgb(190,154,192); }

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

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

 a { background-color: rgb(190,154,192); }

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

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

 span { border-color: rgb(190,154,192); }

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