#BB9FB9

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

Shades of Lilac #BB9FB9

Tints of Lilac #BB9FB9

Color information

#BB9FB9 (or 0xBB9FB9) is unknown color: approx Lilac. HEX triplet: BB, 9F and B9. RGB value is (187,159,185). Sum of RGB (Red+Green+Blue) = 187+159+185=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB9 is #446046. Grayscale: #AAAAAA. Windows color (decimal): -4481095 or 12165051. OLE color: 12165051.

HSL color Cylindrical-coordinate representation of color #BB9FB9: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FB9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187159185-
CMYK00.150.010.27
HSL304.29º17.07%67.84%-
HSV(B)304.29º14.97%73.33%-
XYZ41.6538.8651.21-
YUV170.34136.28139.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=35.22%
G=29.94%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715918500.150.010.27304.2917.0767.84
HexBB9FB90F11B1301144
Octal27323727101713346021104
Binary10111011100111111011100101111111011100110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB9; }

 p { color: rgb(187,159,185); }

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

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

 a { background-color: rgb(187,159,185); }

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

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

 span { border-color: rgb(187,159,185); }

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