#BB88A9

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

Shades of Lily #BB88A9

Tints of Lily #BB88A9

Color information

#BB88A9 (or 0xBB88A9) is unknown color: approx Lily. HEX triplet: BB, 88 and A9. RGB value is (187,136,169). Sum of RGB (Red+Green+Blue) = 187+136+169=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88A9 is #447756. Grayscale: #9A9A9A. Windows color (decimal): -4486999 or 11110587. OLE color: 11110587.

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

Color convert

RGB187136169-
CMYK00.270.100.27
HSL321.18º27.27%63.33%-
HSV(B)321.18º27.27%73.33%-
XYZ36.4631.0441.61-
YUV155.01135.9150.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=38.01%
G=27.64%
B=34.35%

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
Decimal18713616900.270.100.27321.1827.2763.33
HexBB88A901BA1B1411b3f
Octal27321025103312335013377
Binary10111011100010001010100101101110101101110100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88A9; }

 p { color: rgb(187,136,169); }

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

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

 a { background-color: rgb(187,136,169); }

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

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

 span { border-color: rgb(187,136,169); }

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