#BEA1B9

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

Shades of Lily #BEA1B9

Tints of Lily #BEA1B9

Color information

#BEA1B9 (or 0xBEA1B9) is unknown color: approx Lily. HEX triplet: BE, A1 and B9. RGB value is (190,161,185). Sum of RGB (Red+Green+Blue) = 190+161+185=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1B9 is #415E46. Grayscale: #ACACAC. Windows color (decimal): -4283975 or 12165566. OLE color: 12165566.

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

Color convert

RGB190161185-
CMYK00.150.030.25
HSL310.34º18.24%68.82%-
HSV(B)310.34º15.26%74.51%-
XYZ42.7439.9451.36-
YUV172.41135.11140.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=35.45%
G=30.04%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016118500.150.030.25310.3418.2468.82
HexBEA1B90F3191361245
Octal27624127101733146622105
Binary101111101010000110111001011111111001100110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1B9; }

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

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

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

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

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

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

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

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