#BFAEB4

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

Shades of Lily #BFAEB4

Tints of Lily #BFAEB4

Color information

#BFAEB4 (or 0xBFAEB4) is unknown color: approx Lily. HEX triplet: BF, AE and B4. RGB value is (191,174,180). Sum of RGB (Red+Green+Blue) = 191+174+180=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB4 is #40514B. Grayscale: #B3B3B3. Windows color (decimal): -4215116 or 11841215. OLE color: 11841215.

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

Color convert

RGB191174180-
CMYK00.090.060.25
HSL338.82º11.72%71.57%-
HSV(B)338.82º8.9%74.9%-
XYZ44.8644.6449.43-
YUV179.77128.13136.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=35.05%
G=31.93%
B=33.03%

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
Decimal19117418000.090.060.25338.8211.7271.57
HexBFAEB409619153c48
Octal27725626401163152314110
Binary101111111010111010110100010011101100110101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB4; }

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

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

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

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

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

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

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

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