#BE99C0

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

Shades of Lilac #BE99C0

Tints of Lilac #BE99C0

Color information

#BE99C0 (or 0xBE99C0) is unknown color: approx Lilac. HEX triplet: BE, 99 and C0. RGB value is (190,153,192). Sum of RGB (Red+Green+Blue) = 190+153+192=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99C0 is #41663F. Grayscale: #A8A8A8. Windows color (decimal): -4286016 or 12622270. OLE color: 12622270.

HSL color Cylindrical-coordinate representation of color #BE99C0: hue angle of 296.92º degrees, saturation: 0.24, 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 #BE99C0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190153192-
CMYK0.010.2000.25
HSL296.92º23.64%67.65%-
HSV(B)296.92º20.31%75.29%-
XYZ42.1437.5454.89-
YUV168.51141.26143.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=35.51%
G=28.60%
B=35.89%

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
Decimal1901531920.010.2000.25296.9223.6467.65
HexBE99C01140191291844
Octal27623130012403145130104
Binary101111101001100111000000110100011001100101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99C0; }

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

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

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

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

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

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

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

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