#BE95B3

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

Shades of Lily #BE95B3

Tints of Lily #BE95B3

Color information

#BE95B3 (or 0xBE95B3) is unknown color: approx Lily. HEX triplet: BE, 95 and B3. RGB value is (190,149,179). Sum of RGB (Red+Green+Blue) = 190+149+179=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95B3 is #416A4C. Grayscale: #A4A4A4. Windows color (decimal): -4287053 or 11769278. OLE color: 11769278.

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

Color convert

RGB190149179-
CMYK00.220.060.25
HSL316.1º23.98%66.47%-
HSV(B)316.1º21.58%74.51%-
XYZ40.1235.747.42-
YUV164.68136.08146.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=36.68%
G=28.76%
B=34.56%

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
Decimal19014917900.220.060.25316.123.9866.47
HexBE95B301661913c1842
Octal27622526302663147430102
Binary10111110100101011011001101011011011001100111100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95B3; }

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

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

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

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

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

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

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

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