#BB90AD

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

Shades of Lily #BB90AD

Tints of Lily #BB90AD

Color information

#BB90AD (or 0xBB90AD) is unknown color: approx Lily. HEX triplet: BB, 90 and AD. RGB value is (187,144,173). Sum of RGB (Red+Green+Blue) = 187+144+173=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB90AD is #446F52. Grayscale: #A0A0A0. Windows color (decimal): -4484947 or 11374779. OLE color: 11374779.

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

Color convert

RGB187144173-
CMYK00.230.070.27
HSL319.53º24.02%64.9%-
HSV(B)319.53º22.99%73.33%-
XYZ38.0133.5344-
YUV160.16135.25147.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=37.10%
G=28.57%
B=34.33%

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
Decimal18714417300.230.070.27319.5324.0264.9
HexBB90AD01771B1401841
Octal27322025502773350030101
Binary10111011100100001010110101011111111011101000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90AD; }

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

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

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

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

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

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

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

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