#BEA2BB

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

Shades of Lilac #BEA2BB

Tints of Lilac #BEA2BB

Color information

#BEA2BB (or 0xBEA2BB) is unknown color: approx Lilac. HEX triplet: BE, A2 and BB. RGB value is (190,162,187). Sum of RGB (Red+Green+Blue) = 190+162+187=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2BB is #415D44. Grayscale: #ADADAD. Windows color (decimal): -4283717 or 12296894. OLE color: 12296894.

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

Color convert

RGB190162187-
CMYK00.150.020.25
HSL306.43º17.72%69.02%-
HSV(B)306.43º14.74%74.51%-
XYZ43.1340.3852.53-
YUV173.22135.78139.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=35.25%
G=30.06%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016218700.150.020.25306.4317.7269.02
HexBEA2BB0F2191321245
Octal27624227301723146222105
Binary101111101010001010111011011111011001100110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2BB; }

 p { color: rgb(190,162,187); }

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

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

 a { background-color: rgb(190,162,187); }

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

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

 span { border-color: rgb(190,162,187); }

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