#BF9EB1

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

Shades of Lily #BF9EB1

Tints of Lily #BF9EB1

Color information

#BF9EB1 (or 0xBF9EB1) is unknown color: approx Lily. HEX triplet: BF, 9E and B1. RGB value is (191,158,177). Sum of RGB (Red+Green+Blue) = 191+158+177=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EB1 is #40614E. Grayscale: #A9A9A9. Windows color (decimal): -4219215 or 11640511. OLE color: 11640511.

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

Color convert

RGB191158177-
CMYK00.170.070.25
HSL325.45º20.5%68.43%-
HSV(B)325.45º17.28%74.9%-
XYZ41.6538.746.87-
YUV170.03131.93142.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=36.31%
G=30.04%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115817700.170.070.25325.4520.568.43
HexBF9EB10117191451444
Octal27723626102173150524104
Binary10111111100111101011000101000111111001101000101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EB1; }

 p { color: rgb(191,158,177); }

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

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

 a { background-color: rgb(191,158,177); }

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

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

 span { border-color: rgb(191,158,177); }

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