#BB96C3

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

Shades of Lilac #BB96C3

Tints of Lilac #BB96C3

Color information

#BB96C3 (or 0xBB96C3) is unknown color: approx Lilac. HEX triplet: BB, 96 and C3. RGB value is (187,150,195). Sum of RGB (Red+Green+Blue) = 187+150+195=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB96C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C3 is #44693C. Grayscale: #A6A6A6. Windows color (decimal): -4483389 or 12818107. OLE color: 12818107.

HSL color Cylindrical-coordinate representation of color #BB96C3: hue angle of 289.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB96C3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187150195-
CMYK0.040.2300.24
HSL289.33º27.27%67.65%-
HSV(B)289.33º23.08%76.47%-
XYZ41.2536.3256.47-
YUV166.19144.26142.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=35.15%
G=28.20%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871501950.040.2300.24289.3327.2767.65
HexBB96C34170181211b44
Octal27322630342703044133104
Binary10111011100101101100001110010111011000100100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96C3; }

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

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

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

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

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

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

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

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