#BB8EC0

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

Shades of Lilac #BB8EC0

Tints of Lilac #BB8EC0

Color information

#BB8EC0 (or 0xBB8EC0) is unknown color: approx Lilac. HEX triplet: BB, 8E and C0. RGB value is (187,142,192). Sum of RGB (Red+Green+Blue) = 187+142+192=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EC0 is #44713F. Grayscale: #A1A1A1. Windows color (decimal): -4485440 or 12619451. OLE color: 12619451.

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

Color convert

RGB187142192-
CMYK0.030.2600.25
HSL294º28.41%65.49%-
HSV(B)294º26.04%75.29%-
XYZ39.6833.7254.29-
YUV161.16145.41146.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=35.89%
G=27.26%
B=36.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871421920.030.2600.2529428.4165.49
HexBB8EC031A0191261c41
Octal27321630033203144634101
Binary1011101110001110110000001111010011001100100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EC0; }

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

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

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

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

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

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

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

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