#BF90AE

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

Shades of Lily #BF90AE

Tints of Lily #BF90AE

Color information

#BF90AE (or 0xBF90AE) is unknown color: approx Lily. HEX triplet: BF, 90 and AE. RGB value is (191,144,174). Sum of RGB (Red+Green+Blue) = 191+144+174=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AE is #406F51. Grayscale: #A1A1A1. Windows color (decimal): -4222802 or 11440319. OLE color: 11440319.

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

Color convert

RGB191144174-
CMYK00.250.090.25
HSL321.7º26.86%65.69%-
HSV(B)321.7º24.61%74.9%-
XYZ39.134.0844.56-
YUV161.47135.07149.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=37.52%
G=28.29%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114417400.250.090.25321.726.8665.69
HexBF90AE0199191421b42
Octal277220256031113150233102
Binary101111111001000010101110011001100111001101000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90AE; }

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

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

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

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

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

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

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

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