#BF93B0

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

Shades of Lily #BF93B0

Tints of Lily #BF93B0

Color information

#BF93B0 (or 0xBF93B0) is unknown color: approx Lily. HEX triplet: BF, 93 and B0. RGB value is (191,147,176). Sum of RGB (Red+Green+Blue) = 191+147+176=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93B0 is #406C4F. Grayscale: #A3A3A3. Windows color (decimal): -4222032 or 11572159. OLE color: 11572159.

HSL color Cylindrical-coordinate representation of color #BF93B0: hue angle of 320.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93B0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191147176-
CMYK00.230.080.25
HSL320.45º25.58%66.27%-
HSV(B)320.45º23.04%74.9%-
XYZ39.7635.0845.75-
YUV163.46135.08147.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=37.16%
G=28.60%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114717600.230.080.25320.4525.5866.27
HexBF93B00178191401a42
Octal277223260027103150032102
Binary101111111001001110110000010111100011001101000000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93B0; }

 p { color: rgb(191,147,176); }

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

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

 a { background-color: rgb(191,147,176); }

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

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

 span { border-color: rgb(191,147,176); }

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