#BBA1AA

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

Shades of Lily #BBA1AA

Tints of Lily #BBA1AA

Color information

#BBA1AA (or 0xBBA1AA) is unknown color: approx Lily. HEX triplet: BB, A1 and AA. RGB value is (187,161,170). Sum of RGB (Red+Green+Blue) = 187+161+170=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1AA is #445E55. Grayscale: #A9A9A9. Windows color (decimal): -4480598 or 11182523. OLE color: 11182523.

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

Color convert

RGB187161170-
CMYK00.140.090.27
HSL339.23º16.05%68.24%-
HSV(B)339.23º13.9%73.33%-
XYZ40.4938.9643.42-
YUV169.8128.11140.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=36.10%
G=31.08%
B=32.82%

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
Decimal18716117000.140.090.27339.2316.0568.24
HexBBA1AA0E91B1531044
Octal273241252016113352320104
Binary10111011101000011010101001110100111011101010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1AA; }

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

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

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

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

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

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

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

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