#BF9FB6

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

Shades of Lily #BF9FB6

Tints of Lily #BF9FB6

Color information

#BF9FB6 (or 0xBF9FB6) is unknown color: approx Lily. HEX triplet: BF, 9F and B6. RGB value is (191,159,182). Sum of RGB (Red+Green+Blue) = 191+159+182=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FB6 is #406049. Grayscale: #ABABAB. Windows color (decimal): -4218954 or 11968447. OLE color: 11968447.

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

Color convert

RGB191159182-
CMYK00.170.050.25
HSL316.88º20%68.63%-
HSV(B)316.88º16.75%74.9%-
XYZ42.3339.2549.6-
YUV171.19134.1142.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=35.90%
G=29.89%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115918200.170.050.25316.882068.63
HexBF9FB601151913d1445
Octal27723726602153147524105
Binary10111111100111111011011001000110111001100111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FB6; }

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

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

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

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

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

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

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

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