#BB99BB

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

Shades of Lilac #BB99BB

Tints of Lilac #BB99BB

Color information

#BB99BB (or 0xBB99BB) is unknown color: approx Lilac. HEX triplet: BB, 99 and BB. RGB value is (187,153,187). Sum of RGB (Red+Green+Blue) = 187+153+187=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BB is #446644. Grayscale: #A6A6A6. Windows color (decimal): -4482629 or 12294587. OLE color: 12294587.

HSL color Cylindrical-coordinate representation of color #BB99BB: hue angle of 300º 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 #BB99BB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187153187-
CMYK00.1800.27
HSL300º20%66.67%-
HSV(B)300º18.18%73.33%-
XYZ40.8536.9451.99-
YUV167.04139.26142.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=35.48%
G=29.03%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715318700.1800.273002066.67
HexBB99BB01201B12c1443
Octal27323127302203345424103
Binary101110111001100110111011010010011011100101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99BB; }

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

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

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

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

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

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

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

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