#BE8CAB

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

Shades of Lily #BE8CAB

Tints of Lily #BE8CAB

Color information

#BE8CAB (or 0xBE8CAB) is unknown color: approx Lily. HEX triplet: BE, 8C and AB. RGB value is (190,140,171). Sum of RGB (Red+Green+Blue) = 190+140+171=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAB is #417354. Grayscale: #9E9E9E. Windows color (decimal): -4289365 or 11242686. OLE color: 11242686.

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

Color convert

RGB190140171-
CMYK00.260.100.25
HSL322.8º27.78%64.71%-
HSV(B)322.8º26.32%74.51%-
XYZ37.9632.6442.83-
YUV158.48135.06150.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=37.92%
G=27.94%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014017100.260.100.25322.827.7864.71
HexBE8CAB01AA191431c41
Octal276214253032123150334101
Binary101111101000110010101011011010101011001101000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CAB; }

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

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

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

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

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

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

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

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