#BB91AD

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

Shades of Lily #BB91AD

Tints of Lily #BB91AD

Color information

#BB91AD (or 0xBB91AD) is unknown color: approx Lily. HEX triplet: BB, 91 and AD. RGB value is (187,145,173). Sum of RGB (Red+Green+Blue) = 187+145+173=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91AD is #446E52. Grayscale: #A0A0A0. Windows color (decimal): -4484691 or 11375035. OLE color: 11375035.

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

Color convert

RGB187145173-
CMYK00.220.070.27
HSL320º23.6%65.1%-
HSV(B)320º22.46%73.33%-
XYZ38.1633.8344.05-
YUV160.75134.91146.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=37.03%
G=28.71%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714517300.220.070.2732023.665.1
HexBB91AD01671B1401841
Octal27322125502673350030101
Binary10111011100100011010110101011011111011101000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91AD; }

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

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

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

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

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

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

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

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