#BEA0B2

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

Shades of Lily #BEA0B2

Tints of Lily #BEA0B2

Color information

#BEA0B2 (or 0xBEA0B2) is unknown color: approx Lily. HEX triplet: BE, A0 and B2. RGB value is (190,160,178). Sum of RGB (Red+Green+Blue) = 190+160+178=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0B2 is #415F4D. Grayscale: #AAAAAA. Windows color (decimal): -4284238 or 11706558. OLE color: 11706558.

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

Color convert

RGB190160178-
CMYK00.160.060.25
HSL324º18.75%68.63%-
HSV(B)324º15.79%74.51%-
XYZ41.8439.347.5-
YUV171.02131.94141.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=35.98%
G=30.30%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016017800.160.060.2532418.7568.63
HexBEA0B20106191441345
Octal27624026202063150423105
Binary10111110101000001011001001000011011001101000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0B2; }

 p { color: rgb(190,160,178); }

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

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

 a { background-color: rgb(190,160,178); }

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

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

 span { border-color: rgb(190,160,178); }

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