#BFAEB3

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

Shades of Lily #BFAEB3

Tints of Lily #BFAEB3

Color information

#BFAEB3 (or 0xBFAEB3) is unknown color: approx Lily. HEX triplet: BF, AE and B3. RGB value is (191,174,179). Sum of RGB (Red+Green+Blue) = 191+174+179=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB3 is #40514C. Grayscale: #B3B3B3. Windows color (decimal): -4215117 or 11775679. OLE color: 11775679.

HSL color Cylindrical-coordinate representation of color #BFAEB3: hue angle of 342.35º 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 #BFAEB3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191174179-
CMYK00.090.060.25
HSL342.35º11.72%71.57%-
HSV(B)342.35º8.9%74.9%-
XYZ44.7644.648.9-
YUV179.65127.63136.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=35.11%
G=31.99%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417900.090.060.25342.3511.7271.57
HexBFAEB309619156c48
Octal27725626301163152614110
Binary101111111010111010110011010011101100110101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB3; }

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

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

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

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

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

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

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

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