#BE9AB1

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

Shades of Lily #BE9AB1

Tints of Lily #BE9AB1

Color information

#BE9AB1 (or 0xBE9AB1) is unknown color: approx Lily. HEX triplet: BE, 9A and B1. RGB value is (190,154,177). Sum of RGB (Red+Green+Blue) = 190+154+177=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AB1 is #41654E. Grayscale: #A7A7A7. Windows color (decimal): -4285775 or 11639486. OLE color: 11639486.

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

Color convert

RGB190154177-
CMYK00.190.070.25
HSL321.67º21.69%67.45%-
HSV(B)321.67º18.95%74.51%-
XYZ40.7337.2346.64-
YUV167.39133.43144.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=36.47%
G=29.56%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015417700.190.070.25321.6721.6967.45
HexBE9AB10137191421643
Octal27623226102373150226103
Binary10111110100110101011000101001111111001101000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AB1; }

 p { color: rgb(190,154,177); }

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

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

 a { background-color: rgb(190,154,177); }

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

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

 span { border-color: rgb(190,154,177); }

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