#BFA7B0

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

Shades of Lily #BFA7B0

Tints of Lily #BFA7B0

Color information

#BFA7B0 (or 0xBFA7B0) is unknown color: approx Lily. HEX triplet: BF, A7 and B0. RGB value is (191,167,176). Sum of RGB (Red+Green+Blue) = 191+167+176=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7B0 is #40584F. Grayscale: #AFAFAF. Windows color (decimal): -4216912 or 11577279. OLE color: 11577279.

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

Color convert

RGB191167176-
CMYK00.130.080.25
HSL337.5º15.79%70.2%-
HSV(B)337.5º12.57%74.9%-
XYZ43.1441.8546.88-
YUV175.2128.45139.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=35.77%
G=31.27%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116717600.130.080.25337.515.7970.2
HexBFA7B00D8191521046
Octal277247260015103152220106
Binary10111111101001111011000001101100011001101010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7B0; }

 p { color: rgb(191,167,176); }

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

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

 a { background-color: rgb(191,167,176); }

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

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

 span { border-color: rgb(191,167,176); }

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