#BB96BE

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

Shades of Lilac #BB96BE

Tints of Lilac #BB96BE

Color information

#BB96BE (or 0xBB96BE) is unknown color: approx Lilac. HEX triplet: BB, 96 and BE. RGB value is (187,150,190). Sum of RGB (Red+Green+Blue) = 187+150+190=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BE is #446941. Grayscale: #A5A5A5. Windows color (decimal): -4483394 or 12490427. OLE color: 12490427.

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

Color convert

RGB187150190-
CMYK0.020.2100.25
HSL295.5º23.53%66.67%-
HSV(B)295.5º21.05%74.51%-
XYZ40.6936.153.54-
YUV165.62141.76143.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=35.48%
G=28.46%
B=36.05%

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
Decimal1871501900.020.2100.25295.523.5366.67
HexBB96BE2150191281843
Octal27322627622503145030103
Binary1011101110010110101111101010101011001100101000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96BE; }

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

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

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

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

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

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

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

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