#BE95AF

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

Shades of Lily #BE95AF

Tints of Lily #BE95AF

Color information

#BE95AF (or 0xBE95AF) is unknown color: approx Lily. HEX triplet: BE, 95 and AF. RGB value is (190,149,175). Sum of RGB (Red+Green+Blue) = 190+149+175=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE95AF is #416A50. Grayscale: #A4A4A4. Windows color (decimal): -4287057 or 11507134. OLE color: 11507134.

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

Color convert

RGB190149175-
CMYK00.220.080.25
HSL321.95º23.98%66.47%-
HSV(B)321.95º21.58%74.51%-
XYZ39.7235.5445.32-
YUV164.22134.08146.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=36.96%
G=28.99%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014917500.220.080.25321.9523.9866.47
HexBE95AF0168191421842
Octal276225257026103150230102
Binary101111101001010110101111010110100011001101000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95AF; }

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

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

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

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

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

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

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

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