#BE8CAC

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

Shades of Lily #BE8CAC

Tints of Lily #BE8CAC

Color information

#BE8CAC (or 0xBE8CAC) is unknown color: approx Lily. HEX triplet: BE, 8C and AC. RGB value is (190,140,172). Sum of RGB (Red+Green+Blue) = 190+140+172=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAC is #417353. Grayscale: #9E9E9E. Windows color (decimal): -4289364 or 11308222. OLE color: 11308222.

HSL color Cylindrical-coordinate representation of color #BE8CAC: hue angle of 321.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8CAC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190140172-
CMYK00.260.090.25
HSL321.6º27.78%64.71%-
HSV(B)321.6º26.32%74.51%-
XYZ38.0632.6843.33-
YUV158.6135.56150.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=37.85%
G=27.89%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014017200.260.090.25321.627.7864.71
HexBE8CAC01A9191421c41
Octal276214254032113150234101
Binary101111101000110010101100011010100111001101000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CAC; }

 p { color: rgb(190,140,172); }

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

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

 a { background-color: rgb(190,140,172); }

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

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

 span { border-color: rgb(190,140,172); }

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