#BFABB6

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

Shades of Lily #BFABB6

Tints of Lily #BFABB6

Color information

#BFABB6 (or 0xBFABB6) is unknown color: approx Lily. HEX triplet: BF, AB and B6. RGB value is (191,171,182). Sum of RGB (Red+Green+Blue) = 191+171+182=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB6 is #405449. Grayscale: #B2B2B2. Windows color (decimal): -4215882 or 11971519. OLE color: 11971519.

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

Color convert

RGB191171182-
CMYK00.100.050.25
HSL327º13.51%70.98%-
HSV(B)327º10.47%74.9%-
XYZ44.4943.5850.32-
YUV178.23130.13137.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=35.11%
G=31.43%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117118200.100.050.2532713.5170.98
HexBFABB60A519147e47
Octal27725326601253150716107
Binary101111111010101110110110010101011100110100011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABB6; }

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

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

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

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

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

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

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

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