#BE9DB4

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

Shades of Lily #BE9DB4

Tints of Lily #BE9DB4

Color information

#BE9DB4 (or 0xBE9DB4) is unknown color: approx Lily. HEX triplet: BE, 9D and B4. RGB value is (190,157,180). Sum of RGB (Red+Green+Blue) = 190+157+180=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DB4 is #41624B. Grayscale: #A9A9A9. Windows color (decimal): -4285004 or 11836862. OLE color: 11836862.

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

Color convert

RGB190157180-
CMYK00.170.050.25
HSL318.18º20.25%68.04%-
HSV(B)318.18º17.37%74.51%-
XYZ41.5338.3648.39-
YUV169.49133.93142.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=36.05%
G=29.79%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015718000.170.050.25318.1820.2568.04
HexBE9DB401151913e1444
Octal27623526402153147624104
Binary10111110100111011011010001000110111001100111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DB4; }

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

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

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

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

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

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

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

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