#BE96B4

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

Shades of Lily #BE96B4

Tints of Lily #BE96B4

Color information

#BE96B4 (or 0xBE96B4) is unknown color: approx Lily. HEX triplet: BE, 96 and B4. RGB value is (190,150,180). Sum of RGB (Red+Green+Blue) = 190+150+180=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96B4 is #41694B. Grayscale: #A5A5A5. Windows color (decimal): -4286796 or 11835070. OLE color: 11835070.

HSL color Cylindrical-coordinate representation of color #BE96B4: hue angle of 315º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96B4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190150180-
CMYK00.210.050.25
HSL315º23.53%66.67%-
HSV(B)315º21.05%74.51%-
XYZ40.3836.0648.01-
YUV165.38136.25145.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=36.54%
G=28.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015018000.210.050.2531523.5366.67
HexBE96B401551913b1843
Octal27622626402553147330103
Binary10111110100101101011010001010110111001100111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96B4; }

 p { color: rgb(190,150,180); }

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

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

 a { background-color: rgb(190,150,180); }

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

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

 span { border-color: rgb(190,150,180); }

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