#BFAEB6

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

Shades of Lily #BFAEB6

Tints of Lily #BFAEB6

Color information

#BFAEB6 (or 0xBFAEB6) is unknown color: approx Lily. HEX triplet: BF, AE and B6. RGB value is (191,174,182). Sum of RGB (Red+Green+Blue) = 191+174+182=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB6 is #405149. Grayscale: #B3B3B3. Windows color (decimal): -4215114 or 11972287. OLE color: 11972287.

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

Color convert

RGB191174182-
CMYK00.090.050.25
HSL331.76º11.72%71.57%-
HSV(B)331.76º8.9%74.9%-
XYZ45.0744.7350.51-
YUV179.99129.13135.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=34.92%
G=31.81%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117418200.090.050.25331.7611.7271.57
HexBFAEB60951914cc48
Octal27725626601153151414110
Binary101111111010111010110110010011011100110100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB6; }

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

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

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

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

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

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

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

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