#BF9EAE

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

Shades of Lily #BF9EAE

Tints of Lily #BF9EAE

Color information

#BF9EAE (or 0xBF9EAE) is unknown color: approx Lily. HEX triplet: BF, 9E and AE. RGB value is (191,158,174). Sum of RGB (Red+Green+Blue) = 191+158+174=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EAE is #406151. Grayscale: #A9A9A9. Windows color (decimal): -4219218 or 11443903. OLE color: 11443903.

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

Color convert

RGB191158174-
CMYK00.170.090.25
HSL330.91º20.5%68.43%-
HSV(B)330.91º17.28%74.9%-
XYZ41.3538.5945.31-
YUV169.69130.43143.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=36.52%
G=30.21%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115817400.170.090.25330.9120.568.43
HexBF9EAE01191914b1444
Octal277236256021113151324104
Binary101111111001111010101110010001100111001101001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EAE; }

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

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

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

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

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

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

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

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