#BFABB1

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

Shades of Lily #BFABB1

Tints of Lily #BFABB1

Color information

#BFABB1 (or 0xBFABB1) is unknown color: approx Lily. HEX triplet: BF, AB and B1. RGB value is (191,171,177). Sum of RGB (Red+Green+Blue) = 191+171+177=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABB1 is #40544E. Grayscale: #B1B1B1. Windows color (decimal): -4215887 or 11643839. OLE color: 11643839.

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

Color convert

RGB191171177-
CMYK00.100.070.25
HSL342º13.51%70.98%-
HSV(B)342º10.47%74.9%-
XYZ43.9843.3847.65-
YUV177.66127.63137.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=35.44%
G=31.73%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117117700.100.070.2534213.5170.98
HexBFABB10A719156e47
Octal27725326101273152616107
Binary101111111010101110110001010101111100110101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABB1; }

 p { color: rgb(191,171,177); }

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

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

 a { background-color: rgb(191,171,177); }

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

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

 span { border-color: rgb(191,171,177); }

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