#BE9AB2

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

Shades of Lily #BE9AB2

Tints of Lily #BE9AB2

Color information

#BE9AB2 (or 0xBE9AB2) is unknown color: approx Lily. HEX triplet: BE, 9A and B2. RGB value is (190,154,178). Sum of RGB (Red+Green+Blue) = 190+154+178=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AB2 is #41654D. Grayscale: #A7A7A7. Windows color (decimal): -4285774 or 11705022. OLE color: 11705022.

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

Color convert

RGB190154178-
CMYK00.190.060.25
HSL320º21.69%67.45%-
HSV(B)320º18.95%74.51%-
XYZ40.8337.2747.16-
YUV167.5133.93144.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=36.40%
G=29.50%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015417800.190.060.2532021.6967.45
HexBE9AB20136191401643
Octal27623226202363150026103
Binary10111110100110101011001001001111011001101000000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AB2; }

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

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

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

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

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

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

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

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