#BEA0B1

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

Shades of Lily #BEA0B1

Tints of Lily #BEA0B1

Color information

#BEA0B1 (or 0xBEA0B1) is unknown color: approx Lily. HEX triplet: BE, A0 and B1. RGB value is (190,160,177). Sum of RGB (Red+Green+Blue) = 190+160+177=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0B1 is #415F4E. Grayscale: #AAAAAA. Windows color (decimal): -4284239 or 11641022. OLE color: 11641022.

HSL color Cylindrical-coordinate representation of color #BEA0B1: hue angle of 326º 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 #BEA0B1 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190160177-
CMYK00.160.070.25
HSL326º18.75%68.63%-
HSV(B)326º15.79%74.51%-
XYZ41.7439.2646.97-
YUV170.91131.44141.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=36.05%
G=30.36%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016017700.160.070.2532618.7568.63
HexBEA0B10107191461345
Octal27624026102073150623105
Binary10111110101000001011000101000011111001101000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0B1; }

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

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

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

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

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

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

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

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