#BB8DC0

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

Shades of Lilac #BB8DC0

Tints of Lilac #BB8DC0

Color information

#BB8DC0 (or 0xBB8DC0) is unknown color: approx Lilac. HEX triplet: BB, 8D and C0. RGB value is (187,141,192). Sum of RGB (Red+Green+Blue) = 187+141+192=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC0 is #44723F. Grayscale: #A0A0A0. Windows color (decimal): -4485696 or 12619195. OLE color: 12619195.

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

Color convert

RGB187141192-
CMYK0.030.2700.25
HSL294.12º28.81%65.29%-
HSV(B)294.12º26.56%75.29%-
XYZ39.5333.4254.24-
YUV160.57145.74146.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=35.96%
G=27.12%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871411920.030.2700.25294.1228.8165.29
HexBB8DC031B0191261d41
Octal27321530033303144635101
Binary1011101110001101110000001111011011001100100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DC0; }

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

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

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

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

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

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

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

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