#BF8BAE

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

Shades of Lily #BF8BAE

Tints of Lily #BF8BAE

Color information

#BF8BAE (or 0xBF8BAE) is unknown color: approx Lily. HEX triplet: BF, 8B and AE. RGB value is (191,139,174). Sum of RGB (Red+Green+Blue) = 191+139+174=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAE is #407451. Grayscale: #9E9E9E. Windows color (decimal): -4224082 or 11439039. OLE color: 11439039.

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

Color convert

RGB191139174-
CMYK00.270.090.25
HSL319.62º28.89%64.71%-
HSV(B)319.62º27.23%74.9%-
XYZ38.3632.644.31-
YUV158.54136.73151.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=37.90%
G=27.58%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113917400.270.090.25319.6228.8964.71
HexBF8BAE01B9191401d41
Octal277213256033113150035101
Binary101111111000101110101110011011100111001101000000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BAE; }

 p { color: rgb(191,139,174); }

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

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

 a { background-color: rgb(191,139,174); }

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

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

 span { border-color: rgb(191,139,174); }

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