#BB8DBE

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

Shades of Lilac #BB8DBE

Tints of Lilac #BB8DBE

Color information

#BB8DBE (or 0xBB8DBE) is unknown color: approx Lilac. HEX triplet: BB, 8D and BE. RGB value is (187,141,190). Sum of RGB (Red+Green+Blue) = 187+141+190=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DBE is #447241. Grayscale: #A0A0A0. Windows color (decimal): -4485698 or 12488123. OLE color: 12488123.

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

Color convert

RGB187141190-
CMYK0.020.2600.25
HSL296.33º27.37%64.9%-
HSV(B)296.33º25.79%74.51%-
XYZ39.3133.3353.08-
YUV160.34144.74147.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=36.10%
G=27.22%
B=36.68%

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
Decimal1871411900.020.2600.25296.3327.3764.9
HexBB8DBE21A0191281b41
Octal27321527623203145033101
Binary1011101110001101101111101011010011001100101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DBE; }

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

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

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

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

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

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

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

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