#BB90AE

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

Shades of Lily #BB90AE

Tints of Lily #BB90AE

Color information

#BB90AE (or 0xBB90AE) is unknown color: approx Lily. HEX triplet: BB, 90 and AE. RGB value is (187,144,174). Sum of RGB (Red+Green+Blue) = 187+144+174=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB90AE is #446F51. Grayscale: #A0A0A0. Windows color (decimal): -4484946 or 11440315. OLE color: 11440315.

HSL color Cylindrical-coordinate representation of color #BB90AE: hue angle of 318.14º 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 #BB90AE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187144174-
CMYK00.230.070.27
HSL318.14º24.02%64.9%-
HSV(B)318.14º22.99%73.33%-
XYZ38.1133.5744.52-
YUV160.28135.75147.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=37.03%
G=28.51%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714417400.230.070.27318.1424.0264.9
HexBB90AE01771B13e1841
Octal27322025602773347630101
Binary10111011100100001010111001011111111011100111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90AE; }

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

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

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

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

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

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

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

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