#BBA3AC

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

Shades of Lily #BBA3AC

Tints of Lily #BBA3AC

Color information

#BBA3AC (or 0xBBA3AC) is unknown color: approx Lily. HEX triplet: BB, A3 and AC. RGB value is (187,163,172). Sum of RGB (Red+Green+Blue) = 187+163+172=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3AC is #445C53. Grayscale: #ABABAB. Windows color (decimal): -4480084 or 11314107. OLE color: 11314107.

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

Color convert

RGB187163172-
CMYK00.130.080.27
HSL337.5º15%68.63%-
HSV(B)337.5º12.83%73.33%-
XYZ41.0439.7444.54-
YUV171.2128.45139.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=35.82%
G=31.23%
B=32.95%

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
Decimal18716317200.130.080.27337.51568.63
HexBBA3AC0D81B152f45
Octal273243254015103352217105
Binary1011101110100011101011000110110001101110101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3AC; }

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

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

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

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

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

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

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

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