#BEA0B9

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

Shades of Lily #BEA0B9

Tints of Lily #BEA0B9

Color information

#BEA0B9 (or 0xBEA0B9) is unknown color: approx Lily. HEX triplet: BE, A0 and B9. RGB value is (190,160,185). Sum of RGB (Red+Green+Blue) = 190+160+185=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0B9 is #415F46. Grayscale: #ABABAB. Windows color (decimal): -4284231 or 12165310. OLE color: 12165310.

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

Color convert

RGB190160185-
CMYK00.160.030.25
HSL310º18.75%68.63%-
HSV(B)310º15.79%74.51%-
XYZ42.5639.5951.3-
YUV171.82135.44140.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=35.51%
G=29.91%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016018500.160.030.2531018.7568.63
HexBEA0B90103191361345
Octal27624027102033146623105
Binary1011111010100000101110010100001111001100110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0B9; }

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

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

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

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

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

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

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

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