#BF93AB

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

Shades of Lily #BF93AB

Tints of Lily #BF93AB

Color information

#BF93AB (or 0xBF93AB) is unknown color: approx Lily. HEX triplet: BF, 93 and AB. RGB value is (191,147,171). Sum of RGB (Red+Green+Blue) = 191+147+171=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93AB is #406C54. Grayscale: #A2A2A2. Windows color (decimal): -4222037 or 11244479. OLE color: 11244479.

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

Color convert

RGB191147171-
CMYK00.230.100.25
HSL327.27º25.58%66.27%-
HSV(B)327.27º23.04%74.9%-
XYZ39.2734.8843.19-
YUV162.89132.58148.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=37.52%
G=28.88%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114717100.230.100.25327.2725.5866.27
HexBF93AB017A191471a42
Octal277223253027123150732102
Binary101111111001001110101011010111101011001101000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93AB; }

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

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

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

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

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

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

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

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