#BF93BB

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

Shades of Lilac #BF93BB

Tints of Lilac #BF93BB

Color information

#BF93BB (or 0xBF93BB) is unknown color: approx Lilac. HEX triplet: BF, 93 and BB. RGB value is (191,147,187). Sum of RGB (Red+Green+Blue) = 191+147+187=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93BB is #406C44. Grayscale: #A4A4A4. Windows color (decimal): -4222021 or 12293055. OLE color: 12293055.

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

Color convert

RGB191147187-
CMYK00.230.020.25
HSL305.45º25.58%66.27%-
HSV(B)305.45º23.04%74.9%-
XYZ40.8935.5351.72-
YUV164.72140.58146.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=36.38%
G=28%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114718700.230.020.25305.4525.5866.27
HexBF93BB0172191311a42
Octal27722327302723146132102
Binary1011111110010011101110110101111011001100110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93BB; }

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

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

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

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

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

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

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

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