#BB96C1

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

Shades of Lilac #BB96C1

Tints of Lilac #BB96C1

Color information

#BB96C1 (or 0xBB96C1) is unknown color: approx Lilac. HEX triplet: BB, 96 and C1. RGB value is (187,150,193). Sum of RGB (Red+Green+Blue) = 187+150+193=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96C1 is #44693E. Grayscale: #A5A5A5. Windows color (decimal): -4483391 or 12687035. OLE color: 12687035.

HSL color Cylindrical-coordinate representation of color #BB96C1: hue angle of 291.63º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB96C1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187150193-
CMYK0.030.2200.24
HSL291.63º25.75%67.25%-
HSV(B)291.63º22.28%75.69%-
XYZ41.0336.2355.28-
YUV165.96143.26143-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=35.28%
G=28.30%
B=36.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871501930.030.2200.24291.6325.7567.25
HexBB96C13160181241a43
Octal27322630132603044432103
Binary1011101110010110110000011110110011000100100100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96C1; }

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

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

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

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

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

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

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

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