#BB93BF

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

Shades of Lilac #BB93BF

Tints of Lilac #BB93BF

Color information

#BB93BF (or 0xBB93BF) is unknown color: approx Lilac. HEX triplet: BB, 93 and BF. RGB value is (187,147,191). Sum of RGB (Red+Green+Blue) = 187+147+191=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93BF is #446C40. Grayscale: #A3A3A3. Windows color (decimal): -4484161 or 12555195. OLE color: 12555195.

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

Color convert

RGB187147191-
CMYK0.020.2300.25
HSL294.55º25.58%66.27%-
HSV(B)294.55º23.04%74.9%-
XYZ40.3335.1953.96-
YUV163.98143.25144.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 191 (75% from 255) = 36.38%
R=35.62%
G=28%
B=36.38%

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
Decimal1871471910.020.2300.25294.5525.5866.27
HexBB93BF2170191271a42
Octal27322327722703144732102
Binary1011101110010011101111111010111011001100100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93BF; }

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

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

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

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

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

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

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

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