#BE92B3

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

Shades of Lily #BE92B3

Tints of Lily #BE92B3

Color information

#BE92B3 (or 0xBE92B3) is unknown color: approx Lily. HEX triplet: BE, 92 and B3. RGB value is (190,146,179). Sum of RGB (Red+Green+Blue) = 190+146+179=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92B3 is #416D4C. Grayscale: #A2A2A2. Windows color (decimal): -4287821 or 11768510. OLE color: 11768510.

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

Color convert

RGB190146179-
CMYK00.230.060.25
HSL315º25.29%65.88%-
HSV(B)315º23.16%74.51%-
XYZ39.6534.7647.27-
YUV162.92137.08147.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=36.89%
G=28.35%
B=34.76%

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
Decimal19014617900.230.060.2531525.2965.88
HexBE92B301761913b1942
Octal27622226302763147331102
Binary10111110100100101011001101011111011001100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B3; }

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

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

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

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

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

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

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

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