#BFAEB7

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

Shades of Lily #BFAEB7

Tints of Lily #BFAEB7

Color information

#BFAEB7 (or 0xBFAEB7) is unknown color: approx Lily. HEX triplet: BF, AE and B7. RGB value is (191,174,183). Sum of RGB (Red+Green+Blue) = 191+174+183=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB7 is #405148. Grayscale: #B4B4B4. Windows color (decimal): -4215113 or 12037823. OLE color: 12037823.

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

Color convert

RGB191174183-
CMYK00.090.040.25
HSL328.24º11.72%71.57%-
HSV(B)328.24º8.9%74.9%-
XYZ45.1744.7751.06-
YUV180.11129.63135.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=34.85%
G=31.75%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117418300.090.040.25328.2411.7271.57
HexBFAEB709419148c48
Octal27725626701143151014110
Binary101111111010111010110111010011001100110100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB7; }

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

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

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

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

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

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

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

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