#BB9FA9

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

Shades of Lily #BB9FA9

Tints of Lily #BB9FA9

Color information

#BB9FA9 (or 0xBB9FA9) is unknown color: approx Lily. HEX triplet: BB, 9F and A9. RGB value is (187,159,169). Sum of RGB (Red+Green+Blue) = 187+159+169=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FA9 is #446056. Grayscale: #A8A8A8. Windows color (decimal): -4481111 or 11116475. OLE color: 11116475.

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

Color convert

RGB187159169-
CMYK00.150.100.27
HSL338.57º17.07%67.84%-
HSV(B)338.57º14.97%73.33%-
XYZ40.0538.2342.8-
YUV168.51128.28141.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=36.31%
G=30.87%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715916900.150.100.27338.5717.0767.84
HexBB9FA90FA1B1531144
Octal273237251017123352321104
Binary10111011100111111010100101111101011011101010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FA9; }

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

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

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

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

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

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

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

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