#BEABB6

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

Shades of Lily #BEABB6

Tints of Lily #BEABB6

Color information

#BEABB6 (or 0xBEABB6) is unknown color: approx Lily. HEX triplet: BE, AB and B6. RGB value is (190,171,182). Sum of RGB (Red+Green+Blue) = 190+171+182=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABB6 is #415449. Grayscale: #B1B1B1. Windows color (decimal): -4281418 or 11971518. OLE color: 11971518.

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

Color convert

RGB190171182-
CMYK00.100.040.25
HSL325.26º12.75%70.78%-
HSV(B)325.26º10%74.51%-
XYZ44.2443.4550.31-
YUV177.93130.29136.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=34.99%
G=31.49%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017118200.100.040.25325.2612.7570.78
HexBEABB60A419145d47
Octal27625326601243150515107
Binary101111101010101110110110010101001100110100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABB6; }

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

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

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

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

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

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

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

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