#BB94AA

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

Shades of Lily #BB94AA

Tints of Lily #BB94AA

Color information

#BB94AA (or 0xBB94AA) is unknown color: approx Lily. HEX triplet: BB, 94 and AA. RGB value is (187,148,170). Sum of RGB (Red+Green+Blue) = 187+148+170=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AA is #446B55. Grayscale: #A2A2A2. Windows color (decimal): -4483926 or 11179195. OLE color: 11179195.

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

Color convert

RGB187148170-
CMYK00.210.090.27
HSL326.15º22.29%65.69%-
HSV(B)326.15º20.86%73.33%-
XYZ38.3434.6542.7-
YUV162.17132.42145.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=37.03%
G=29.31%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714817000.210.090.27326.1522.2965.69
HexBB94AA01591B1461642
Octal273224252025113350626102
Binary101110111001010010101010010101100111011101000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94AA; }

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

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

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

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

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

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

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

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