#BB91BD

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

Shades of Lilac #BB91BD

Tints of Lilac #BB91BD

Color information

#BB91BD (or 0xBB91BD) is unknown color: approx Lilac. HEX triplet: BB, 91 and BD. RGB value is (187,145,189). Sum of RGB (Red+Green+Blue) = 187+145+189=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91BD is #446E42. Grayscale: #A2A2A2. Windows color (decimal): -4484675 or 12423611. OLE color: 12423611.

HSL color Cylindrical-coordinate representation of color #BB91BD: hue angle of 297.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB91BD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187145189-
CMYK0.010.2300.26
HSL297.27º25%65.49%-
HSV(B)297.27º23.28%74.12%-
XYZ39.834.4952.7-
YUV162.57142.91145.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=35.89%
G=27.83%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871451890.010.2300.26297.272565.49
HexBB91BD11701A1291941
Octal27322127512703245131101
Binary101110111001000110111101110111011010100101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91BD; }

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

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

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

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

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

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

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

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