#BEA9B1

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

Shades of Lily #BEA9B1

Tints of Lily #BEA9B1

Color information

#BEA9B1 (or 0xBEA9B1) is unknown color: approx Lily. HEX triplet: BE, A9 and B1. RGB value is (190,169,177). Sum of RGB (Red+Green+Blue) = 190+169+177=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9B1 is #41564E. Grayscale: #B0B0B0. Windows color (decimal): -4281935 or 11643326. OLE color: 11643326.

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

Color convert

RGB190169177-
CMYK00.110.070.25
HSL337.14º13.91%70.39%-
HSV(B)337.14º11.05%74.51%-
XYZ43.3642.547.51-
YUV176.19128.46137.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=35.45%
G=31.53%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016917700.110.070.25337.1413.9170.39
HexBEA9B10B719151e46
Octal27625126101373152116106
Binary101111101010100110110001010111111100110101000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9B1; }

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

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

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

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

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

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

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

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