#BF94BB

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

Shades of Lilac #BF94BB

Tints of Lilac #BF94BB

Color information

#BF94BB (or 0xBF94BB) is unknown color: approx Lilac. HEX triplet: BF, 94 and BB. RGB value is (191,148,187). Sum of RGB (Red+Green+Blue) = 191+148+187=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BB is #406B44. Grayscale: #A5A5A5. Windows color (decimal): -4221765 or 12293311. OLE color: 12293311.

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

Color convert

RGB191148187-
CMYK00.230.020.25
HSL305.58º25.15%66.47%-
HSV(B)305.58º22.51%74.9%-
XYZ41.0535.8451.77-
YUV165.3140.25146.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=36.31%
G=28.14%
B=35.55%

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
Decimal19114818700.230.020.25305.5825.1566.47
HexBF94BB0172191321942
Octal27722427302723146231102
Binary1011111110010100101110110101111011001100110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94BB; }

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

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

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

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

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

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

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

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