#BB90AC

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

Shades of Lily #BB90AC

Tints of Lily #BB90AC

Color information

#BB90AC (or 0xBB90AC) is unknown color: approx Lily. HEX triplet: BB, 90 and AC. RGB value is (187,144,172). Sum of RGB (Red+Green+Blue) = 187+144+172=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB90AC is #446F53. Grayscale: #9F9F9F. Windows color (decimal): -4484948 or 11309243. OLE color: 11309243.

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

Color convert

RGB187144172-
CMYK00.230.080.27
HSL320.93º24.02%64.9%-
HSV(B)320.93º22.99%73.33%-
XYZ37.9133.4943.5-
YUV160.05134.75147.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=37.18%
G=28.63%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714417200.230.080.27320.9324.0264.9
HexBB90AC01781B1411841
Octal273220254027103350130101
Binary101110111001000010101100010111100011011101000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90AC; }

 p { color: rgb(187,144,172); }

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

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

 a { background-color: rgb(187,144,172); }

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

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

 span { border-color: rgb(187,144,172); }

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