#BF9FB5

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

Shades of Lily #BF9FB5

Tints of Lily #BF9FB5

Color information

#BF9FB5 (or 0xBF9FB5) is unknown color: approx Lily. HEX triplet: BF, 9F and B5. RGB value is (191,159,181). Sum of RGB (Red+Green+Blue) = 191+159+181=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FB5 is #40604A. Grayscale: #ABABAB. Windows color (decimal): -4218955 or 11902911. OLE color: 11902911.

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

Color convert

RGB191159181-
CMYK00.170.050.25
HSL318.75º20%68.63%-
HSV(B)318.75º16.75%74.9%-
XYZ42.2239.2149.06-
YUV171.08133.6142.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=35.97%
G=29.94%
B=34.09%

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
Decimal19115918100.170.050.25318.752068.63
HexBF9FB501151913f1445
Octal27723726502153147724105
Binary10111111100111111011010101000110111001100111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FB5; }

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

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

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

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

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

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

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

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