#BFB3B7

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

Shades of Lily #BFB3B7

Tints of Lily #BFB3B7

Color information

#BFB3B7 (or 0xBFB3B7) is unknown color: approx Lily. HEX triplet: BF, B3 and B7. RGB value is (191,179,183). Sum of RGB (Red+Green+Blue) = 191+179+183=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3B7 is #404C48. Grayscale: #B7B7B7. Windows color (decimal): -4213833 or 12039103. OLE color: 12039103.

HSL color Cylindrical-coordinate representation of color #BFB3B7: hue angle of 340º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB3B7 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191179183-
CMYK00.060.040.25
HSL340º8.57%72.55%-
HSV(B)340º6.28%74.9%-
XYZ46.1546.7451.39-
YUV183.04127.98133.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=34.54%
G=32.37%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117918300.060.040.253408.5772.55
HexBFB3B706419154949
Octal2772632670643152411111
Binary10111111101100111011011101101001100110101010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3B7; }

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

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

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

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

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

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

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

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