#BE95B2

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

Shades of Lily #BE95B2

Tints of Lily #BE95B2

Color information

#BE95B2 (or 0xBE95B2) is unknown color: approx Lily. HEX triplet: BE, 95 and B2. RGB value is (190,149,178). Sum of RGB (Red+Green+Blue) = 190+149+178=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE95B2 is #416A4D. Grayscale: #A4A4A4. Windows color (decimal): -4287054 or 11703742. OLE color: 11703742.

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

Color convert

RGB190149178-
CMYK00.220.060.25
HSL317.56º23.98%66.47%-
HSV(B)317.56º21.58%74.51%-
XYZ40.0235.6646.89-
YUV164.56135.58146.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=36.75%
G=28.82%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014917800.220.060.25317.5623.9866.47
HexBE95B201661913e1842
Octal27622526202663147630102
Binary10111110100101011011001001011011011001100111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95B2; }

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

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

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

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

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

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

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

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