#BEA5B6

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

Shades of Lily #BEA5B6

Tints of Lily #BEA5B6

Color information

#BEA5B6 (or 0xBEA5B6) is unknown color: approx Lily. HEX triplet: BE, A5 and B6. RGB value is (190,165,182). Sum of RGB (Red+Green+Blue) = 190+165+182=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B6 is #415A49. Grayscale: #AEAEAE. Windows color (decimal): -4282954 or 11969982. OLE color: 11969982.

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

Color convert

RGB190165182-
CMYK00.130.040.25
HSL319.2º16.13%69.61%-
HSV(B)319.2º13.16%74.51%-
XYZ43.1341.2349.94-
YUV174.41132.28139.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=35.38%
G=30.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016518200.130.040.25319.216.1369.61
HexBEA5B60D41913f1046
Octal27624526601543147720106
Binary1011111010100101101101100110110011001100111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5B6; }

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

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

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

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

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

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

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

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