#BB98BD

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

Shades of Lilac #BB98BD

Tints of Lilac #BB98BD

Color information

#BB98BD (or 0xBB98BD) is unknown color: approx Lilac. HEX triplet: BB, 98 and BD. RGB value is (187,152,189). Sum of RGB (Red+Green+Blue) = 187+152+189=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BD is #446742. Grayscale: #A6A6A6. Windows color (decimal): -4482883 or 12425403. OLE color: 12425403.

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

Color convert

RGB187152189-
CMYK0.010.2000.26
HSL296.76º21.89%66.86%-
HSV(B)296.76º19.58%74.12%-
XYZ40.9136.753.07-
YUV166.68140.6142.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=35.42%
G=28.79%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871521890.010.2000.26296.7621.8966.86
HexBB98BD11401A1291643
Octal27323027512403245126103
Binary101110111001100010111101110100011010100101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98BD; }

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

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

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

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

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

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

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

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