#BEA5B3

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

Shades of Lily #BEA5B3

Tints of Lily #BEA5B3

Color information

#BEA5B3 (or 0xBEA5B3) is unknown color: approx Lily. HEX triplet: BE, A5 and B3. RGB value is (190,165,179). Sum of RGB (Red+Green+Blue) = 190+165+179=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B3 is #415A4C. Grayscale: #AEAEAE. Windows color (decimal): -4282957 or 11773374. OLE color: 11773374.

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

Color convert

RGB190165179-
CMYK00.130.060.25
HSL326.4º16.13%69.61%-
HSV(B)326.4º13.16%74.51%-
XYZ42.8341.1148.33-
YUV174.07130.78139.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=35.58%
G=30.90%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016517900.130.060.25326.416.1369.61
HexBEA5B30D6191461046
Octal27624526301563150620106
Binary1011111010100101101100110110111011001101000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5B3; }

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

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

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

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

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

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

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

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