#BFA6AE

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

Shades of Lily #BFA6AE

Tints of Lily #BFA6AE

Color information

#BFA6AE (or 0xBFA6AE) is unknown color: approx Lily. HEX triplet: BF, A6 and AE. RGB value is (191,166,174). Sum of RGB (Red+Green+Blue) = 191+166+174=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6AE is #405951. Grayscale: #AEAEAE. Windows color (decimal): -4217170 or 11445951. OLE color: 11445951.

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

Color convert

RGB191166174-
CMYK00.130.090.25
HSL340.8º16.34%70%-
HSV(B)340.8º13.09%74.9%-
XYZ42.7641.445.78-
YUV174.39127.78139.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=35.97%
G=31.26%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116617400.130.090.25340.816.3470
HexBFA6AE0D9191551046
Octal277246256015113152520106
Binary10111111101001101010111001101100111001101010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6AE; }

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

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

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

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

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

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

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

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