#BBA0AA

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

Shades of Lily #BBA0AA

Tints of Lily #BBA0AA

Color information

#BBA0AA (or 0xBBA0AA) is unknown color: approx Lily. HEX triplet: BB, A0 and AA. RGB value is (187,160,170). Sum of RGB (Red+Green+Blue) = 187+160+170=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AA is #445F55. Grayscale: #A9A9A9. Windows color (decimal): -4480854 or 11182267. OLE color: 11182267.

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

Color convert

RGB187160170-
CMYK00.140.090.27
HSL337.78º16.56%68.04%-
HSV(B)337.78º14.44%73.33%-
XYZ40.3238.6143.36-
YUV169.21128.45140.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=36.17%
G=30.95%
B=32.88%

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
Decimal18716017000.140.090.27337.7816.5668.04
HexBBA0AA0E91B1521144
Octal273240252016113352221104
Binary10111011101000001010101001110100111011101010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0AA; }

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

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

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

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

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

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

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

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