#BEA6B1

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

Shades of Lily #BEA6B1

Tints of Lily #BEA6B1

Color information

#BEA6B1 (or 0xBEA6B1) is unknown color: approx Lily. HEX triplet: BE, A6 and B1. RGB value is (190,166,177). Sum of RGB (Red+Green+Blue) = 190+166+177=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6B1 is #41594E. Grayscale: #AEAEAE. Windows color (decimal): -4282703 or 11642558. OLE color: 11642558.

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

Color convert

RGB190166177-
CMYK00.130.070.25
HSL332.5º15.58%69.8%-
HSV(B)332.5º12.63%74.51%-
XYZ42.8141.3947.33-
YUV174.43129.45139.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=35.65%
G=31.14%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016617700.130.070.25332.515.5869.8
HexBEA6B10D71914c1046
Octal27624626101573151420106
Binary1011111010100110101100010110111111001101001100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6B1; }

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

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

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

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

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

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

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

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