#BB94BF

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

Shades of Lilac #BB94BF

Tints of Lilac #BB94BF

Color information

#BB94BF (or 0xBB94BF) is unknown color: approx Lilac. HEX triplet: BB, 94 and BF. RGB value is (187,148,191). Sum of RGB (Red+Green+Blue) = 187+148+191=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94BF is #446B40. Grayscale: #A4A4A4. Windows color (decimal): -4483905 or 12555451. OLE color: 12555451.

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

Color convert

RGB187148191-
CMYK0.020.2300.25
HSL294.42º25.15%66.47%-
HSV(B)294.42º22.51%74.9%-
XYZ40.4935.5154.01-
YUV164.56142.92144-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871481910.020.2300.25294.4225.1566.47
HexBB94BF2170191261942
Octal27322427722703144631102
Binary1011101110010100101111111010111011001100100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94BF; }

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

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

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

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

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

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

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

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