#BF9FB9

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

Shades of Lily #BF9FB9

Tints of Lily #BF9FB9

Color information

#BF9FB9 (or 0xBF9FB9) is unknown color: approx Lily. HEX triplet: BF, 9F and B9. RGB value is (191,159,185). Sum of RGB (Red+Green+Blue) = 191+159+185=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FB9 is #406046. Grayscale: #ABABAB. Windows color (decimal): -4218951 or 12165055. OLE color: 12165055.

HSL color Cylindrical-coordinate representation of color #BF9FB9: hue angle of 311.25º 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 #BF9FB9 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191159185-
CMYK00.170.030.25
HSL311.25º20%68.63%-
HSV(B)311.25º16.75%74.9%-
XYZ42.6439.3851.25-
YUV171.53135.6141.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=35.70%
G=29.72%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115918500.170.030.25311.252068.63
HexBF9FB90113191371445
Octal27723727102133146724105
Binary1011111110011111101110010100011111001100110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FB9; }

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

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

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

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

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

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

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

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