#BE9BAD

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

Shades of Lily #BE9BAD

Tints of Lily #BE9BAD

Color information

#BE9BAD (or 0xBE9BAD) is unknown color: approx Lily. HEX triplet: BE, 9B and AD. RGB value is (190,155,173). Sum of RGB (Red+Green+Blue) = 190+155+173=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BAD is #416452. Grayscale: #A7A7A7. Windows color (decimal): -4285523 or 11377598. OLE color: 11377598.

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

Color convert

RGB190155173-
CMYK00.180.090.25
HSL329.14º21.21%67.65%-
HSV(B)329.14º18.42%74.51%-
XYZ40.537.4144.62-
YUV167.52131.1144.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=36.68%
G=29.92%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015517300.180.090.25329.1421.2167.65
HexBE9BAD0129191491544
Octal276233255022113151125104
Binary101111101001101110101101010010100111001101001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BAD; }

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

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

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

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

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

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

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

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