#BB94AD

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

Shades of Lily #BB94AD

Tints of Lily #BB94AD

Color information

#BB94AD (or 0xBB94AD) is unknown color: approx Lily. HEX triplet: BB, 94 and AD. RGB value is (187,148,173). Sum of RGB (Red+Green+Blue) = 187+148+173=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AD is #446B52. Grayscale: #A2A2A2. Windows color (decimal): -4483923 or 11375803. OLE color: 11375803.

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

Color convert

RGB187148173-
CMYK00.210.070.27
HSL321.54º22.29%65.69%-
HSV(B)321.54º20.86%73.33%-
XYZ38.6334.7644.21-
YUV162.51133.92145.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=36.81%
G=29.13%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714817300.210.070.27321.5422.2965.69
HexBB94AD01571B1421642
Octal27322425502573350226102
Binary10111011100101001010110101010111111011101000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94AD; }

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

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

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

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

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

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

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

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