#BBA0AB

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

Shades of Lily #BBA0AB

Tints of Lily #BBA0AB

Color information

#BBA0AB (or 0xBBA0AB) is unknown color: approx Lily. HEX triplet: BB, A0 and AB. RGB value is (187,160,171). Sum of RGB (Red+Green+Blue) = 187+160+171=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AB is #445F54. Grayscale: #A9A9A9. Windows color (decimal): -4480853 or 11247803. OLE color: 11247803.

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

Color convert

RGB187160171-
CMYK00.140.090.27
HSL335.56º16.56%68.04%-
HSV(B)335.56º14.44%73.33%-
XYZ40.4238.6543.86-
YUV169.33128.95140.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=36.10%
G=30.89%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716017100.140.090.27335.5616.5668.04
HexBBA0AB0E91B1501144
Octal273240253016113352021104
Binary10111011101000001010101101110100111011101010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0AB; }

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

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

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

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

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

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

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

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