#BF8EAD

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

Shades of Lily #BF8EAD

Tints of Lily #BF8EAD

Color information

#BF8EAD (or 0xBF8EAD) is unknown color: approx Lily. HEX triplet: BF, 8E and AD. RGB value is (191,142,173). Sum of RGB (Red+Green+Blue) = 191+142+173=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8EAD is #407152. Grayscale: #A0A0A0. Windows color (decimal): -4223315 or 11374271. OLE color: 11374271.

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

Color convert

RGB191142173-
CMYK00.260.090.25
HSL322.04º27.68%65.29%-
HSV(B)322.04º25.65%74.9%-
XYZ38.733.4443.95-
YUV160.18135.23149.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=37.75%
G=28.06%
B=34.19%

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
Decimal19114217300.260.090.25322.0427.6865.29
HexBF8EAD01A9191421c41
Octal277216255032113150234101
Binary101111111000111010101101011010100111001101000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EAD; }

 p { color: rgb(191,142,173); }

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

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

 a { background-color: rgb(191,142,173); }

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

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

 span { border-color: rgb(191,142,173); }

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