#BBA2AC

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

Shades of Lily #BBA2AC

Tints of Lily #BBA2AC

Color information

#BBA2AC (or 0xBBA2AC) is unknown color: approx Lily. HEX triplet: BB, A2 and AC. RGB value is (187,162,172). Sum of RGB (Red+Green+Blue) = 187+162+172=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AC is #445D53. Grayscale: #AAAAAA. Windows color (decimal): -4480340 or 11313851. OLE color: 11313851.

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

Color convert

RGB187162172-
CMYK00.130.080.27
HSL336º15.53%68.43%-
HSV(B)336º13.37%73.33%-
XYZ40.8639.3844.48-
YUV170.62128.78139.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=35.89%
G=31.09%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716217200.130.080.2733615.5368.43
HexBBA2AC0D81B1501044
Octal273242254015103352020104
Binary10111011101000101010110001101100011011101010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2AC; }

 p { color: rgb(187,162,172); }

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

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

 a { background-color: rgb(187,162,172); }

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

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

 span { border-color: rgb(187,162,172); }

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