#BFABB2

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

Shades of Lily #BFABB2

Tints of Lily #BFABB2

Color information

#BFABB2 (or 0xBFABB2) is unknown color: approx Lily. HEX triplet: BF, AB and B2. RGB value is (191,171,178). Sum of RGB (Red+Green+Blue) = 191+171+178=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABB2 is #40544D. Grayscale: #B1B1B1. Windows color (decimal): -4215886 or 11709375. OLE color: 11709375.

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

Color convert

RGB191171178-
CMYK00.100.070.25
HSL339º13.51%70.98%-
HSV(B)339º10.47%74.9%-
XYZ44.0843.4248.18-
YUV177.78128.13137.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 178 (69.92% from 255) = 32.96%
R=35.37%
G=31.67%
B=32.96%

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
Decimal19117117800.100.070.2533913.5170.98
HexBFABB20A719153e47
Octal27725326201273152316107
Binary101111111010101110110010010101111100110101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABB2; }

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

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

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

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

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

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

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

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