#BB8DA9

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

Shades of Lily #BB8DA9

Tints of Lily #BB8DA9

Color information

#BB8DA9 (or 0xBB8DA9) is unknown color: approx Lily. HEX triplet: BB, 8D and A9. RGB value is (187,141,169). Sum of RGB (Red+Green+Blue) = 187+141+169=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8DA9 is #447256. Grayscale: #9D9D9D. Windows color (decimal): -4485719 or 11111867. OLE color: 11111867.

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

Color convert

RGB187141169-
CMYK00.250.100.27
HSL323.48º25.27%64.31%-
HSV(B)323.48º24.6%73.33%-
XYZ37.1832.4841.85-
YUV157.95134.24148.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=37.63%
G=28.37%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714116900.250.100.27323.4825.2764.31
HexBB8DA9019A1B1431940
Octal273215251031123350331100
Binary101110111000110110101001011001101011011101000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DA9; }

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

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

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

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

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

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

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

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