#BE9AB6

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

Shades of Lily #BE9AB6

Tints of Lily #BE9AB6

Color information

#BE9AB6 (or 0xBE9AB6) is unknown color: approx Lily. HEX triplet: BE, 9A and B6. RGB value is (190,154,182). Sum of RGB (Red+Green+Blue) = 190+154+182=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AB6 is #416549. Grayscale: #A7A7A7. Windows color (decimal): -4285770 or 11967166. OLE color: 11967166.

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

Color convert

RGB190154182-
CMYK00.190.040.25
HSL313.33º21.69%67.45%-
HSV(B)313.33º18.95%74.51%-
XYZ41.2337.4449.31-
YUV167.96135.93143.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=36.12%
G=29.28%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015418200.190.040.25313.3321.6967.45
HexBE9AB60134191391643
Octal27623226602343147126103
Binary10111110100110101011011001001110011001100111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AB6; }

 p { color: rgb(190,154,182); }

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

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

 a { background-color: rgb(190,154,182); }

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

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

 span { border-color: rgb(190,154,182); }

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