#BE96B2

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

Shades of Lily #BE96B2

Tints of Lily #BE96B2

Color information

#BE96B2 (or 0xBE96B2) is unknown color: approx Lily. HEX triplet: BE, 96 and B2. RGB value is (190,150,178). Sum of RGB (Red+Green+Blue) = 190+150+178=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96B2 is #41694D. Grayscale: #A5A5A5. Windows color (decimal): -4286798 or 11703998. OLE color: 11703998.

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

Color convert

RGB190150178-
CMYK00.210.060.25
HSL318º23.53%66.67%-
HSV(B)318º21.05%74.51%-
XYZ40.1835.9746.95-
YUV165.15135.25145.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=36.68%
G=28.96%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015017800.210.060.2531823.5366.67
HexBE96B201561913e1843
Octal27622626202563147630103
Binary10111110100101101011001001010111011001100111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96B2; }

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

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

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

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

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

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

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

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