#BFABB7

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

Shades of Lily #BFABB7

Tints of Lily #BFABB7

Color information

#BFABB7 (or 0xBFABB7) is unknown color: approx Lily. HEX triplet: BF, AB and B7. RGB value is (191,171,183). Sum of RGB (Red+Green+Blue) = 191+171+183=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB7 is #405448. Grayscale: #B2B2B2. Windows color (decimal): -4215881 or 12037055. OLE color: 12037055.

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

Color convert

RGB191171183-
CMYK00.100.040.25
HSL324º13.51%70.98%-
HSV(B)324º10.47%74.9%-
XYZ44.643.6250.87-
YUV178.35130.63137.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=35.05%
G=31.38%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117118300.100.040.2532413.5170.98
HexBFABB70A419144e47
Octal27725326701243150416107
Binary101111111010101110110111010101001100110100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABB7; }

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

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

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

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

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

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

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

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