#BE9BAE

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

Shades of Lily #BE9BAE

Tints of Lily #BE9BAE

Color information

#BE9BAE (or 0xBE9BAE) is unknown color: approx Lily. HEX triplet: BE, 9B and AE. RGB value is (190,155,174). Sum of RGB (Red+Green+Blue) = 190+155+174=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BAE is #416451. Grayscale: #A7A7A7. Windows color (decimal): -4285522 or 11443134. OLE color: 11443134.

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

Color convert

RGB190155174-
CMYK00.180.080.25
HSL327.43º21.21%67.65%-
HSV(B)327.43º18.42%74.51%-
XYZ40.637.4545.13-
YUV167.63131.6143.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=36.61%
G=29.87%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015517400.180.080.25327.4321.2167.65
HexBE9BAE0128191471544
Octal276233256022103150725104
Binary101111101001101110101110010010100011001101000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BAE; }

 p { color: rgb(190,155,174); }

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

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

 a { background-color: rgb(190,155,174); }

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

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

 span { border-color: rgb(190,155,174); }

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