#BFA8B7

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

Shades of Lily #BFA8B7

Tints of Lily #BFA8B7

Color information

#BFA8B7 (or 0xBFA8B7) is unknown color: approx Lily. HEX triplet: BF, A8 and B7. RGB value is (191,168,183). Sum of RGB (Red+Green+Blue) = 191+168+183=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8B7 is #405748. Grayscale: #B0B0B0. Windows color (decimal): -4216649 or 12036287. OLE color: 12036287.

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

Color convert

RGB191168183-
CMYK00.120.040.25
HSL320.87º15.23%70.39%-
HSV(B)320.87º12.04%74.9%-
XYZ44.0442.550.68-
YUV176.59131.62138.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=35.24%
G=31.00%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116818300.120.040.25320.8715.2370.39
HexBFA8B70C419141f46
Octal27725026701443150117106
Binary101111111010100010110111011001001100110100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8B7; }

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

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

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

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

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

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

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

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