#BB99BA

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

Shades of Lilac #BB99BA

Tints of Lilac #BB99BA

Color information

#BB99BA (or 0xBB99BA) is unknown color: approx Lilac. HEX triplet: BB, 99 and BA. RGB value is (187,153,186). Sum of RGB (Red+Green+Blue) = 187+153+186=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BA is #446645. Grayscale: #A6A6A6. Windows color (decimal): -4482630 or 12229051. OLE color: 12229051.

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

Color convert

RGB187153186-
CMYK00.180.010.27
HSL301.76º20%66.67%-
HSV(B)301.76º18.18%73.33%-
XYZ40.7536.8951.43-
YUV166.93138.76142.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=35.55%
G=29.09%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715318600.180.010.27301.762066.67
HexBB99BA01211B12e1443
Octal27323127202213345624103
Binary101110111001100110111010010010111011100101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99BA; }

 p { color: rgb(187,153,186); }

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

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

 a { background-color: rgb(187,153,186); }

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

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

 span { border-color: rgb(187,153,186); }

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