#BB9AAC

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

Shades of Lily #BB9AAC

Tints of Lily #BB9AAC

Color information

#BB9AAC (or 0xBB9AAC) is unknown color: approx Lily. HEX triplet: BB, 9A and AC. RGB value is (187,154,172). Sum of RGB (Red+Green+Blue) = 187+154+172=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AAC is #446553. Grayscale: #A5A5A5. Windows color (decimal): -4482388 or 11311803. OLE color: 11311803.

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

Color convert

RGB187154172-
CMYK00.180.080.27
HSL327.27º19.53%66.86%-
HSV(B)327.27º17.65%73.33%-
XYZ39.536.6544.02-
YUV165.92131.43143.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=36.45%
G=30.02%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715417200.180.080.27327.2719.5366.86
HexBB9AAC01281B1471443
Octal273232254022103350724103
Binary101110111001101010101100010010100011011101000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AAC; }

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

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

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

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

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

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

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

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