#BB90C3

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

Shades of Lilac #BB90C3

Tints of Lilac #BB90C3

Color information

#BB90C3 (or 0xBB90C3) is unknown color: approx Lilac. HEX triplet: BB, 90 and C3. RGB value is (187,144,195). Sum of RGB (Red+Green+Blue) = 187+144+195=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB90C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90C3 is #446F3C. Grayscale: #A2A2A2. Windows color (decimal): -4484925 or 12816571. OLE color: 12816571.

HSL color Cylindrical-coordinate representation of color #BB90C3: hue angle of 290.59º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB90C3 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187144195-
CMYK0.040.2600.24
HSL290.59º29.82%66.47%-
HSV(B)290.59º26.15%76.47%-
XYZ40.3234.4556.15-
YUV162.67146.25145.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=35.55%
G=27.38%
B=37.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871441950.040.2600.24290.5929.8266.47
HexBB90C341A0181231e42
Octal27322030343203044336102
Binary10111011100100001100001110011010011000100100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90C3; }

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

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

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

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

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

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

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

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