#BB9CBB

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

Shades of Lilac #BB9CBB

Tints of Lilac #BB9CBB

Color information

#BB9CBB (or 0xBB9CBB) is unknown color: approx Lilac. HEX triplet: BB, 9C and BB. RGB value is (187,156,187). Sum of RGB (Red+Green+Blue) = 187+156+187=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CBB is #446344. Grayscale: #A8A8A8. Windows color (decimal): -4481861 or 12295355. OLE color: 12295355.

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

Color convert

RGB187156187-
CMYK00.1700.27
HSL300º18.56%67.25%-
HSV(B)300º16.58%73.33%-
XYZ41.3537.9352.16-
YUV168.8138.27140.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=35.28%
G=29.43%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715618700.1700.2730018.5667.25
HexBB9CBB01101B12c1343
Octal27323427302103345423103
Binary101110111001110010111011010001011011100101100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CBB; }

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

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

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

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

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

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

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

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