#BBA4AC

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

Shades of Lily #BBA4AC

Tints of Lily #BBA4AC

Color information

#BBA4AC (or 0xBBA4AC) is unknown color: approx Lily. HEX triplet: BB, A4 and AC. RGB value is (187,164,172). Sum of RGB (Red+Green+Blue) = 187+164+172=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AC is #445B53. Grayscale: #ABABAB. Windows color (decimal): -4479828 or 11314363. OLE color: 11314363.

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

Color convert

RGB187164172-
CMYK00.120.080.27
HSL339.13º14.47%68.82%-
HSV(B)339.13º12.3%73.33%-
XYZ41.2240.0944.6-
YUV171.79128.12138.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=35.76%
G=31.36%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716417200.120.080.27339.1314.4768.82
HexBBA4AC0C81B153e45
Octal273244254014103352316105
Binary1011101110100100101011000110010001101110101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4AC; }

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

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

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

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

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

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

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

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