#BB9DA9

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

Shades of Lily #BB9DA9

Tints of Lily #BB9DA9

Color information

#BB9DA9 (or 0xBB9DA9) is unknown color: approx Lily. HEX triplet: BB, 9D and A9. RGB value is (187,157,169). Sum of RGB (Red+Green+Blue) = 187+157+169=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DA9 is #446256. Grayscale: #A7A7A7. Windows color (decimal): -4481623 or 11115963. OLE color: 11115963.

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

Color convert

RGB187157169-
CMYK00.160.100.27
HSL336º18.07%67.45%-
HSV(B)336º16.04%73.33%-
XYZ39.7137.5442.69-
YUV167.34128.94142.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=36.45%
G=30.60%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715716900.160.100.2733618.0767.45
HexBB9DA9010A1B1501243
Octal273235251020123352022103
Binary101110111001110110101001010000101011011101010000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DA9; }

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

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

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

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

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

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

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

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