#BB96BB

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

Shades of Lilac #BB96BB

Tints of Lilac #BB96BB

Color information

#BB96BB (or 0xBB96BB) is unknown color: approx Lilac. HEX triplet: BB, 96 and BB. RGB value is (187,150,187). Sum of RGB (Red+Green+Blue) = 187+150+187=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BB is #446944. Grayscale: #A5A5A5. Windows color (decimal): -4483397 or 12293819. OLE color: 12293819.

HSL color Cylindrical-coordinate representation of color #BB96BB: hue angle of 300º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96BB is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187150187-
CMYK00.2000.27
HSL300º21.39%66.08%-
HSV(B)300º19.79%73.33%-
XYZ40.3735.9751.83-
YUV165.28140.26143.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=35.69%
G=28.63%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715018700.2000.2730021.3966.08
HexBB96BB01401B12c1542
Octal27322627302403345425102
Binary101110111001011010111011010100011011100101100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96BB; }

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

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

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

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

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

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

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

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