#BFAAB5

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

Shades of Lily #BFAAB5

Tints of Lily #BFAAB5

Color information

#BFAAB5 (or 0xBFAAB5) is unknown color: approx Lily. HEX triplet: BF, AA and B5. RGB value is (191,170,181). Sum of RGB (Red+Green+Blue) = 191+170+181=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB5 is #40554A. Grayscale: #B1B1B1. Windows color (decimal): -4216139 or 11905727. OLE color: 11905727.

HSL color Cylindrical-coordinate representation of color #BFAAB5: hue angle of 328.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAB5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191170181-
CMYK00.110.050.25
HSL328.57º14.09%70.78%-
HSV(B)328.57º10.99%74.9%-
XYZ44.243.1649.72-
YUV177.53129.96137.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=35.24%
G=31.37%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117018100.110.050.25328.5714.0970.78
HexBFAAB50B519149e47
Octal27725226501353151116107
Binary101111111010101010110101010111011100110100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAB5; }

 p { color: rgb(191,170,181); }

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

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

 a { background-color: rgb(191,170,181); }

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

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

 span { border-color: rgb(191,170,181); }

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