#BEA5B9

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

Shades of Lily #BEA5B9

Tints of Lily #BEA5B9

Color information

#BEA5B9 (or 0xBEA5B9) is unknown color: approx Lily. HEX triplet: BE, A5 and B9. RGB value is (190,165,185). Sum of RGB (Red+Green+Blue) = 190+165+185=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B9 is #415A46. Grayscale: #AEAEAE. Windows color (decimal): -4282951 or 12166590. OLE color: 12166590.

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

Color convert

RGB190165185-
CMYK00.130.030.25
HSL312º16.13%69.61%-
HSV(B)312º13.16%74.51%-
XYZ43.4541.3651.59-
YUV174.76133.78138.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=35.19%
G=30.56%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016518500.130.030.2531216.1369.61
HexBEA5B90D3191381046
Octal27624527101533147020106
Binary101111101010010110111001011011111001100111000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5B9; }

 p { color: rgb(190,165,185); }

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

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

 a { background-color: rgb(190,165,185); }

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

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

 span { border-color: rgb(190,165,185); }

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