#BFA0B6

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

Shades of Lily #BFA0B6

Tints of Lily #BFA0B6

Color information

#BFA0B6 (or 0xBFA0B6) is unknown color: approx Lily. HEX triplet: BF, A0 and B6. RGB value is (191,160,182). Sum of RGB (Red+Green+Blue) = 191+160+182=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0B6 is #405F49. Grayscale: #ABABAB. Windows color (decimal): -4218698 or 11968703. OLE color: 11968703.

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

Color convert

RGB191160182-
CMYK00.160.050.25
HSL317.42º19.5%68.82%-
HSV(B)317.42º16.23%74.9%-
XYZ42.539.649.66-
YUV171.78133.77141.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=35.83%
G=30.02%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116018200.160.050.25317.4219.568.82
HexBFA0B601051913d1345
Octal27724026602053147523105
Binary10111111101000001011011001000010111001100111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0B6; }

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

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

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

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

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

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

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

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