#BB9ABB

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

Shades of Lilac #BB9ABB

Tints of Lilac #BB9ABB

Color information

#BB9ABB (or 0xBB9ABB) is unknown color: approx Lilac. HEX triplet: BB, 9A and BB. RGB value is (187,154,187). Sum of RGB (Red+Green+Blue) = 187+154+187=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ABB is #446544. Grayscale: #A7A7A7. Windows color (decimal): -4482373 or 12294843. OLE color: 12294843.

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

Color convert

RGB187154187-
CMYK00.1800.27
HSL300º19.53%66.86%-
HSV(B)300º17.65%73.33%-
XYZ41.0237.2652.04-
YUV167.63138.93141.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=35.42%
G=29.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715418700.1800.2730019.5366.86
HexBB9ABB01201B12c1443
Octal27323227302203345424103
Binary101110111001101010111011010010011011100101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ABB; }

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

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

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

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

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

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

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

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