#BB96AD

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

Shades of Lily #BB96AD

Tints of Lily #BB96AD

Color information

#BB96AD (or 0xBB96AD) is unknown color: approx Lily. HEX triplet: BB, 96 and AD. RGB value is (187,150,173). Sum of RGB (Red+Green+Blue) = 187+150+173=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96AD is #446952. Grayscale: #A3A3A3. Windows color (decimal): -4483411 or 11376315. OLE color: 11376315.

HSL color Cylindrical-coordinate representation of color #BB96AD: hue angle of 322.7º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96AD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187150173-
CMYK00.200.070.27
HSL322.7º21.39%66.08%-
HSV(B)322.7º19.79%73.33%-
XYZ38.9435.3944.31-
YUV163.68133.26144.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=36.67%
G=29.41%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715017300.200.070.27322.721.3966.08
HexBB96AD01471B1431542
Octal27322625502473350325102
Binary10111011100101101010110101010011111011101000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96AD; }

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

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

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

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

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

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

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

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