#BE9BB7

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

Shades of Lily #BE9BB7

Tints of Lily #BE9BB7

Color information

#BE9BB7 (or 0xBE9BB7) is unknown color: approx Lily. HEX triplet: BE, 9B and B7. RGB value is (190,155,183). Sum of RGB (Red+Green+Blue) = 190+155+183=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BB7 is #416448. Grayscale: #A8A8A8. Windows color (decimal): -4285513 or 12032958. OLE color: 12032958.

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

Color convert

RGB190155183-
CMYK00.180.040.25
HSL312º21.21%67.65%-
HSV(B)312º18.42%74.51%-
XYZ41.537.8149.91-
YUV168.66136.1143.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=35.98%
G=29.36%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015518300.180.040.2531221.2167.65
HexBE9BB70124191381544
Octal27623326702243147025104
Binary10111110100110111011011101001010011001100111000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BB7; }

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

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

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

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

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

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

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

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