#BB89AA

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

Shades of Lily #BB89AA

Tints of Lily #BB89AA

Color information

#BB89AA (or 0xBB89AA) is unknown color: approx Lily. HEX triplet: BB, 89 and AA. RGB value is (187,137,170). Sum of RGB (Red+Green+Blue) = 187+137+170=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AA is #447655. Grayscale: #9B9B9B. Windows color (decimal): -4486742 or 11176379. OLE color: 11176379.

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

Color convert

RGB187137170-
CMYK00.270.090.27
HSL320.4º26.88%63.53%-
HSV(B)320.4º26.74%73.33%-
XYZ36.6931.3642.15-
YUV155.71136.06150.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=37.85%
G=27.73%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717000.270.090.27320.426.8863.53
HexBB89AA01B91B1401b40
Octal273211252033113350033100
Binary101110111000100110101010011011100111011101000000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AA; }

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

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

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

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

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

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

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

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