#BB91C1

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

Shades of Lilac #BB91C1

Tints of Lilac #BB91C1

Color information

#BB91C1 (or 0xBB91C1) is unknown color: approx Lilac. HEX triplet: BB, 91 and C1. RGB value is (187,145,193). Sum of RGB (Red+Green+Blue) = 187+145+193=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91C1 is #446E3E. Grayscale: #A2A2A2. Windows color (decimal): -4484671 or 12685755. OLE color: 12685755.

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

Color convert

RGB187145193-
CMYK0.030.2500.24
HSL292.5º27.91%66.27%-
HSV(B)292.5º24.87%75.69%-
XYZ40.2434.6755.02-
YUV163.03144.91145.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=35.62%
G=27.62%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871451930.030.2500.24292.527.9166.27
HexBB91C13190181241c42
Octal27322130133103044434102
Binary1011101110010001110000011111001011000100100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91C1; }

 p { color: rgb(187,145,193); }

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

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

 a { background-color: rgb(187,145,193); }

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

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

 span { border-color: rgb(187,145,193); }

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