#BE8CAD

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

Shades of Lily #BE8CAD

Tints of Lily #BE8CAD

Color information

#BE8CAD (or 0xBE8CAD) is unknown color: approx Lily. HEX triplet: BE, 8C and AD. RGB value is (190,140,173). Sum of RGB (Red+Green+Blue) = 190+140+173=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAD is #417352. Grayscale: #9E9E9E. Windows color (decimal): -4289363 or 11373758. OLE color: 11373758.

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

Color convert

RGB190140173-
CMYK00.260.090.25
HSL320.4º27.78%64.71%-
HSV(B)320.4º26.32%74.51%-
XYZ38.1632.7243.84-
YUV158.71136.06150.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=37.77%
G=27.83%
B=34.39%

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
Decimal19014017300.260.090.25320.427.7864.71
HexBE8CAD01A9191401c41
Octal276214255032113150034101
Binary101111101000110010101101011010100111001101000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CAD; }

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

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

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

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

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

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

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

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