#BB90BF

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

Shades of Lilac #BB90BF

Tints of Lilac #BB90BF

Color information

#BB90BF (or 0xBB90BF) is unknown color: approx Lilac. HEX triplet: BB, 90 and BF. RGB value is (187,144,191). Sum of RGB (Red+Green+Blue) = 187+144+191=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90BF is #446F40. Grayscale: #A2A2A2. Windows color (decimal): -4484929 or 12554427. OLE color: 12554427.

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

Color convert

RGB187144191-
CMYK0.020.2500.25
HSL294.89º26.86%65.69%-
HSV(B)294.89º24.61%74.9%-
XYZ39.8734.2753.8-
YUV162.21144.25145.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 191 (75% from 255) = 36.59%
R=35.82%
G=27.59%
B=36.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871441910.020.2500.25294.8926.8665.69
HexBB90BF2190191271b42
Octal27322027723103144733102
Binary1011101110010000101111111011001011001100100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90BF; }

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

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

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

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

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

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

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

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