#BB93BE

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

Shades of Lilac #BB93BE

Tints of Lilac #BB93BE

Color information

#BB93BE (or 0xBB93BE) is unknown color: approx Lilac. HEX triplet: BB, 93 and BE. RGB value is (187,147,190). Sum of RGB (Red+Green+Blue) = 187+147+190=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93BE is #446C41. Grayscale: #A3A3A3. Windows color (decimal): -4484162 or 12489659. OLE color: 12489659.

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

Color convert

RGB187147190-
CMYK0.020.2300.25
HSL295.81º24.86%66.08%-
HSV(B)295.81º22.63%74.51%-
XYZ40.2235.1553.38-
YUV163.86142.75144.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=35.69%
G=28.05%
B=36.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871471900.020.2300.25295.8124.8666.08
HexBB93BE2170191281942
Octal27322327622703145031102
Binary1011101110010011101111101010111011001100101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93BE; }

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

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

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

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

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

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

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

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