#BE9DB0

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

Shades of Lily #BE9DB0

Tints of Lily #BE9DB0

Color information

#BE9DB0 (or 0xBE9DB0) is unknown color: approx Lily. HEX triplet: BE, 9D and B0. RGB value is (190,157,176). Sum of RGB (Red+Green+Blue) = 190+157+176=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9DB0 is #41624F. Grayscale: #A8A8A8. Windows color (decimal): -4285008 or 11574718. OLE color: 11574718.

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

Color convert

RGB190157176-
CMYK00.170.070.25
HSL325.45º20.25%68.04%-
HSV(B)325.45º17.37%74.51%-
XYZ41.1338.246.28-
YUV169.03131.93142.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=36.33%
G=30.02%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015717600.170.070.25325.4520.2568.04
HexBE9DB00117191451444
Octal27623526002173150524104
Binary10111110100111011011000001000111111001101000101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DB0; }

 p { color: rgb(190,157,176); }

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

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

 a { background-color: rgb(190,157,176); }

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

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

 span { border-color: rgb(190,157,176); }

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