#BB8CC0

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

Shades of Lilac #BB8CC0

Tints of Lilac #BB8CC0

Color information

#BB8CC0 (or 0xBB8CC0) is unknown color: approx Lilac. HEX triplet: BB, 8C and C0. RGB value is (187,140,192). Sum of RGB (Red+Green+Blue) = 187+140+192=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CC0 is #44733F. Grayscale: #9F9F9F. Windows color (decimal): -4485952 or 12618939. OLE color: 12618939.

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

Color convert

RGB187140192-
CMYK0.030.2700.25
HSL294.23º29.21%65.1%-
HSV(B)294.23º27.08%75.29%-
XYZ39.3933.1354.19-
YUV159.98146.07147.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=36.03%
G=26.97%
B=36.99%

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
Decimal1871401920.030.2700.25294.2329.2165.1
HexBB8CC031B0191261d41
Octal27321430033303144635101
Binary1011101110001100110000001111011011001100100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CC0; }

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

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

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

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

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

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

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

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