#BB99BD

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

Shades of Lilac #BB99BD

Tints of Lilac #BB99BD

Color information

#BB99BD (or 0xBB99BD) is unknown color: approx Lilac. HEX triplet: BB, 99 and BD. RGB value is (187,153,189). Sum of RGB (Red+Green+Blue) = 187+153+189=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99BD is #446642. Grayscale: #A7A7A7. Windows color (decimal): -4482627 or 12425659. OLE color: 12425659.

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

Color convert

RGB187153189-
CMYK0.010.1900.26
HSL296.67º21.43%67.06%-
HSV(B)296.67º19.05%74.12%-
XYZ41.0737.0253.13-
YUV167.27140.26142.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=35.35%
G=28.92%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871531890.010.1900.26296.6721.4367.06
HexBB99BD11301A1291543
Octal27323127512303245125103
Binary101110111001100110111101110011011010100101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99BD; }

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

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

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

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

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

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

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

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