#BFAAB3

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

Shades of Lily #BFAAB3

Tints of Lily #BFAAB3

Color information

#BFAAB3 (or 0xBFAAB3) is unknown color: approx Lily. HEX triplet: BF, AA and B3. RGB value is (191,170,179). Sum of RGB (Red+Green+Blue) = 191+170+179=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB3 is #40554C. Grayscale: #B1B1B1. Windows color (decimal): -4216141 or 11774655. OLE color: 11774655.

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

Color convert

RGB191170179-
CMYK00.110.060.25
HSL334.29º14.09%70.78%-
HSV(B)334.29º10.99%74.9%-
XYZ4443.0848.64-
YUV177.3128.96137.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=35.37%
G=31.48%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117017900.110.060.25334.2914.0970.78
HexBFAAB30B61914ee47
Octal27725226301363151616107
Binary101111111010101010110011010111101100110100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAB3; }

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

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

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

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

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

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

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

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