#BEABB2

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

Shades of Lily #BEABB2

Tints of Lily #BEABB2

Color information

#BEABB2 (or 0xBEABB2) is unknown color: approx Lily. HEX triplet: BE, AB and B2. RGB value is (190,171,178). Sum of RGB (Red+Green+Blue) = 190+171+178=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABB2 is #41544D. Grayscale: #B1B1B1. Windows color (decimal): -4281422 or 11709374. OLE color: 11709374.

HSL color Cylindrical-coordinate representation of color #BEABB2: hue angle of 337.89º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEABB2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB190171178-
CMYK00.100.060.25
HSL337.89º12.75%70.78%-
HSV(B)337.89º10%74.51%-
XYZ43.8343.2948.16-
YUV177.48128.29136.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=35.25%
G=31.73%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017117800.100.060.25337.8912.7570.78
HexBEABB20A619152d47
Octal27625326201263152215107
Binary101111101010101110110010010101101100110101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABB2; }

 p { color: rgb(190,171,178); }

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

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

 a { background-color: rgb(190,171,178); }

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

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

 span { border-color: rgb(190,171,178); }

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