#BF93B6

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

Shades of Lily #BF93B6

Tints of Lily #BF93B6

Color information

#BF93B6 (or 0xBF93B6) is unknown color: approx Lily. HEX triplet: BF, 93 and B6. RGB value is (191,147,182). Sum of RGB (Red+Green+Blue) = 191+147+182=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93B6 is #406C49. Grayscale: #A4A4A4. Windows color (decimal): -4222026 or 11965375. OLE color: 11965375.

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

Color convert

RGB191147182-
CMYK00.230.050.25
HSL312.27º25.58%66.27%-
HSV(B)312.27º23.04%74.9%-
XYZ40.3635.3248.95-
YUV164.15138.08147.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 182 (71.48% from 255) = 35%
R=36.73%
G=28.27%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114718200.230.050.25312.2725.5866.27
HexBF93B60175191381a42
Octal27722326602753147032102
Binary10111111100100111011011001011110111001100111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93B6; }

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

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

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

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

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

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

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

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