#BE92B2

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

Shades of Lily #BE92B2

Tints of Lily #BE92B2

Color information

#BE92B2 (or 0xBE92B2) is unknown color: approx Lily. HEX triplet: BE, 92 and B2. RGB value is (190,146,178). Sum of RGB (Red+Green+Blue) = 190+146+178=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92B2 is #416D4D. Grayscale: #A2A2A2. Windows color (decimal): -4287822 or 11702974. OLE color: 11702974.

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

Color convert

RGB190146178-
CMYK00.230.060.25
HSL316.36º25.29%65.88%-
HSV(B)316.36º23.16%74.51%-
XYZ39.5534.7246.74-
YUV162.8136.58147.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=36.96%
G=28.40%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014617800.230.060.25316.3625.2965.88
HexBE92B201761913c1942
Octal27622226202763147431102
Binary10111110100100101011001001011111011001100111100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B2; }

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

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

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

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

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

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

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

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