#BE92AD

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

Shades of Lily #BE92AD

Tints of Lily #BE92AD

Color information

#BE92AD (or 0xBE92AD) is unknown color: approx Lily. HEX triplet: BE, 92 and AD. RGB value is (190,146,173). Sum of RGB (Red+Green+Blue) = 190+146+173=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92AD is #416D52. Grayscale: #A2A2A2. Windows color (decimal): -4287827 or 11375294. OLE color: 11375294.

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

Color convert

RGB190146173-
CMYK00.230.090.25
HSL323.18º25.29%65.88%-
HSV(B)323.18º23.16%74.51%-
XYZ39.0634.5244.14-
YUV162.23134.08147.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=37.33%
G=28.68%
B=33.99%

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
Decimal19014617300.230.090.25323.1825.2965.88
HexBE92AD0179191431942
Octal276222255027113150331102
Binary101111101001001010101101010111100111001101000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92AD; }

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

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

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

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

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

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

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

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