#BBA0B9

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

Shades of Lilac #BBA0B9

Tints of Lilac #BBA0B9

Color information

#BBA0B9 (or 0xBBA0B9) is unknown color: approx Lilac. HEX triplet: BB, A0 and B9. RGB value is (187,160,185). Sum of RGB (Red+Green+Blue) = 187+160+185=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B9 is #445F46. Grayscale: #AAAAAA. Windows color (decimal): -4480839 or 12165307. OLE color: 12165307.

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

Color convert

RGB187160185-
CMYK00.140.010.27
HSL304.44º16.56%68.04%-
HSV(B)304.44º14.44%73.33%-
XYZ41.8239.2151.26-
YUV170.92135.95139.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=35.15%
G=30.08%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716018500.140.010.27304.4416.5668.04
HexBBA0B90E11B1301144
Octal27324027101613346021104
Binary10111011101000001011100101110111011100110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0B9; }

 p { color: rgb(187,160,185); }

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

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

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

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

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

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

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