#BB9EA9

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

Shades of Lily #BB9EA9

Tints of Lily #BB9EA9

Color information

#BB9EA9 (or 0xBB9EA9) is unknown color: approx Lily. HEX triplet: BB, 9E and A9. RGB value is (187,158,169). Sum of RGB (Red+Green+Blue) = 187+158+169=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EA9 is #446156. Grayscale: #A7A7A7. Windows color (decimal): -4481367 or 11116219. OLE color: 11116219.

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

Color convert

RGB187158169-
CMYK00.160.100.27
HSL337.24º17.58%67.65%-
HSV(B)337.24º15.51%73.33%-
XYZ39.8837.8842.75-
YUV167.92128.61141.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=36.38%
G=30.74%
B=32.88%

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
Decimal18715816900.160.100.27337.2417.5867.65
HexBB9EA9010A1B1511244
Octal273236251020123352122104
Binary101110111001111010101001010000101011011101010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EA9; }

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

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

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

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

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

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

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

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