#BB9BBA

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

Shades of Lilac #BB9BBA

Tints of Lilac #BB9BBA

Color information

#BB9BBA (or 0xBB9BBA) is unknown color: approx Lilac. HEX triplet: BB, 9B and BA. RGB value is (187,155,186). Sum of RGB (Red+Green+Blue) = 187+155+186=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BBA is #446445. Grayscale: #A8A8A8. Windows color (decimal): -4482118 or 12229563. OLE color: 12229563.

HSL color Cylindrical-coordinate representation of color #BB9BBA: hue angle of 301.88º 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 #BB9BBA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187155186-
CMYK00.170.010.27
HSL301.88º19.05%67.06%-
HSV(B)301.88º17.11%73.33%-
XYZ41.0837.5551.54-
YUV168.1138.1141.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=35.42%
G=29.36%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715518600.170.010.27301.8819.0567.06
HexBB9BBA01111B12e1343
Octal27323327202113345623103
Binary101110111001101110111010010001111011100101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BBA; }

 p { color: rgb(187,155,186); }

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

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

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

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

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

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

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