#BE92AC

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

Shades of Lily #BE92AC

Tints of Lily #BE92AC

Color information

#BE92AC (or 0xBE92AC) is unknown color: approx Lily. HEX triplet: BE, 92 and AC. RGB value is (190,146,172). Sum of RGB (Red+Green+Blue) = 190+146+172=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92AC is #416D53. Grayscale: #A2A2A2. Windows color (decimal): -4287828 or 11309758. OLE color: 11309758.

HSL color Cylindrical-coordinate representation of color #BE92AC: hue angle of 324.55º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE92AC is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190146172-
CMYK00.230.090.25
HSL324.55º25.29%65.88%-
HSV(B)324.55º23.16%74.51%-
XYZ38.9634.4843.63-
YUV162.12133.58147.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=37.40%
G=28.74%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014617200.230.090.25324.5525.2965.88
HexBE92AC0179191451942
Octal276222254027113150531102
Binary101111101001001010101100010111100111001101000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92AC; }

 p { color: rgb(190,146,172); }

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

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

 a { background-color: rgb(190,146,172); }

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

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

 span { border-color: rgb(190,146,172); }

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