#BB98BB

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

Shades of Lilac #BB98BB

Tints of Lilac #BB98BB

Color information

#BB98BB (or 0xBB98BB) is unknown color: approx Lilac. HEX triplet: BB, 98 and BB. RGB value is (187,152,187). Sum of RGB (Red+Green+Blue) = 187+152+187=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BB is #446744. Grayscale: #A6A6A6. Windows color (decimal): -4482885 or 12294331. OLE color: 12294331.

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

Color convert

RGB187152187-
CMYK00.1900.27
HSL300º20.47%66.47%-
HSV(B)300º18.72%73.33%-
XYZ40.6936.6151.94-
YUV166.46139.6142.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=35.55%
G=28.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715218700.1900.2730020.4766.47
HexBB98BB01301B12c1442
Octal27323027302303345424102
Binary101110111001100010111011010011011011100101100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98BB; }

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

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

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

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

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

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

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

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