#BB96BF

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

Shades of Lilac #BB96BF

Tints of Lilac #BB96BF

Color information

#BB96BF (or 0xBB96BF) is unknown color: approx Lilac. HEX triplet: BB, 96 and BF. RGB value is (187,150,191). Sum of RGB (Red+Green+Blue) = 187+150+191=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BF is #446940. Grayscale: #A5A5A5. Windows color (decimal): -4483393 or 12555963. OLE color: 12555963.

HSL color Cylindrical-coordinate representation of color #BB96BF: hue angle of 294.15º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB96BF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187150191-
CMYK0.020.2100.25
HSL294.15º24.26%66.86%-
HSV(B)294.15º21.47%74.9%-
XYZ40.836.1454.12-
YUV165.74142.26143.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 191 (75% from 255) = 36.17%
R=35.42%
G=28.41%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871501910.020.2100.25294.1524.2666.86
HexBB96BF2150191261843
Octal27322627722503144630103
Binary1011101110010110101111111010101011001100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96BF; }

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

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

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

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

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

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

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

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