#BE9CB6

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

Shades of Lily #BE9CB6

Tints of Lily #BE9CB6

Color information

#BE9CB6 (or 0xBE9CB6) is unknown color: approx Lily. HEX triplet: BE, 9C and B6. RGB value is (190,156,182). Sum of RGB (Red+Green+Blue) = 190+156+182=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CB6 is #416349. Grayscale: #A9A9A9. Windows color (decimal): -4285258 or 11967678. OLE color: 11967678.

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

Color convert

RGB190156182-
CMYK00.180.040.25
HSL314.12º20.73%67.84%-
HSV(B)314.12º17.89%74.51%-
XYZ41.5738.149.42-
YUV169.13135.26142.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=35.98%
G=29.55%
B=34.47%

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
Decimal19015618200.180.040.25314.1220.7367.84
HexBE9CB601241913a1544
Octal27623426602243147225104
Binary10111110100111001011011001001010011001100111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CB6; }

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

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

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

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

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

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

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

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