#BE92B0

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

Shades of Lily #BE92B0

Tints of Lily #BE92B0

Color information

#BE92B0 (or 0xBE92B0) is unknown color: approx Lily. HEX triplet: BE, 92 and B0. RGB value is (190,146,176). Sum of RGB (Red+Green+Blue) = 190+146+176=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92B0 is #416D4F. Grayscale: #A2A2A2. Windows color (decimal): -4287824 or 11571902. OLE color: 11571902.

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

Color convert

RGB190146176-
CMYK00.230.070.25
HSL319.09º25.29%65.88%-
HSV(B)319.09º23.16%74.51%-
XYZ39.3534.6445.69-
YUV162.58135.58147.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=37.11%
G=28.52%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014617600.230.070.25319.0925.2965.88
HexBE92B001771913f1942
Octal27622226002773147731102
Binary10111110100100101011000001011111111001100111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B0; }

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

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

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

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

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

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

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

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