#BF93B1

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

Shades of Lily #BF93B1

Tints of Lily #BF93B1

Color information

#BF93B1 (or 0xBF93B1) is unknown color: approx Lily. HEX triplet: BF, 93 and B1. RGB value is (191,147,177). Sum of RGB (Red+Green+Blue) = 191+147+177=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93B1 is #406C4E. Grayscale: #A3A3A3. Windows color (decimal): -4222031 or 11637695. OLE color: 11637695.

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

Color convert

RGB191147177-
CMYK00.230.070.25
HSL319.09º25.58%66.27%-
HSV(B)319.09º23.04%74.9%-
XYZ39.8635.1246.27-
YUV163.58135.58147.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=37.09%
G=28.54%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114717700.230.070.25319.0925.5866.27
HexBF93B101771913f1a42
Octal27722326102773147732102
Binary10111111100100111011000101011111111001100111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93B1; }

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

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

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

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

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

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

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

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