#BB89A8

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

Shades of Lily #BB89A8

Tints of Lily #BB89A8

Color information

#BB89A8 (or 0xBB89A8) is unknown color: approx Lily. HEX triplet: BB, 89 and A8. RGB value is (187,137,168). Sum of RGB (Red+Green+Blue) = 187+137+168=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89A8 is #447657. Grayscale: #9B9B9B. Windows color (decimal): -4486744 or 11045307. OLE color: 11045307.

HSL color Cylindrical-coordinate representation of color #BB89A8: hue angle of 322.8º 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 #BB89A8 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187137168-
CMYK00.270.100.27
HSL322.8º26.88%63.53%-
HSV(B)322.8º26.74%73.33%-
XYZ36.5131.2841.16-
YUV155.48135.06150.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=38.01%
G=27.85%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713716800.270.100.27322.826.8863.53
HexBB89A801BA1B1431b40
Octal273211250033123350333100
Binary101110111000100110101000011011101011011101000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89A8; }

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

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

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

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

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

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

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

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