#BB91C0

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

Shades of Lilac #BB91C0

Tints of Lilac #BB91C0

Color information

#BB91C0 (or 0xBB91C0) is unknown color: approx Lilac. HEX triplet: BB, 91 and C0. RGB value is (187,145,192). Sum of RGB (Red+Green+Blue) = 187+145+192=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91C0 is #446E3F. Grayscale: #A2A2A2. Windows color (decimal): -4484672 or 12620219. OLE color: 12620219.

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

Color convert

RGB187145192-
CMYK0.030.2400.25
HSL293.62º27.17%66.08%-
HSV(B)293.62º24.48%75.29%-
XYZ40.1334.6254.44-
YUV162.92144.41145.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=35.69%
G=27.67%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871451920.030.2400.25293.6227.1766.08
HexBB91C03180191261b42
Octal27322130033003144633102
Binary1011101110010001110000001111000011001100100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91C0; }

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

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

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

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

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

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

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

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