#BB8EBF

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

Shades of Lilac #BB8EBF

Tints of Lilac #BB8EBF

Color information

#BB8EBF (or 0xBB8EBF) is unknown color: approx Lilac. HEX triplet: BB, 8E and BF. RGB value is (187,142,191). Sum of RGB (Red+Green+Blue) = 187+142+191=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBF is #447140. Grayscale: #A0A0A0. Windows color (decimal): -4485441 or 12553915. OLE color: 12553915.

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

Color convert

RGB187142191-
CMYK0.020.2600.25
HSL295.1º27.68%65.29%-
HSV(B)295.1º25.65%74.9%-
XYZ39.5733.6753.7-
YUV161.04144.91146.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 191 (75% from 255) = 36.73%
R=35.96%
G=27.31%
B=36.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871421910.020.2600.25295.127.6865.29
HexBB8EBF21A0191271c41
Octal27321627723203144734101
Binary1011101110001110101111111011010011001100100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EBF; }

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

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

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

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

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

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

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

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