#BBAAA1

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

Shades of Martini #BBAAA1

Tints of Martini #BBAAA1

Color information

#BBAAA1 (or 0xBBAAA1) is unknown color: approx Martini. HEX triplet: BB, AA and A1. RGB value is (187,170,161). Sum of RGB (Red+Green+Blue) = 187+170+161=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA1 is #44555E. Grayscale: #AEAEAE. Windows color (decimal): -4478303 or 10595003. OLE color: 10595003.

HSL color Cylindrical-coordinate representation of color #BBAAA1: hue angle of 20.77º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAAA1 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187170161-
CMYK00.090.140.27
HSL20.77º16.05%68.24%-
HSV(B)20.77º13.9%73.33%-
XYZ41.341.8939.63-
YUV174.06120.63137.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=36.10%
G=32.82%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717016100.090.140.2720.7716.0568.24
HexBBAAA109E1B151044
Octal27325224101116332520104
Binary1011101110101010101000010100111101101110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAA1; }

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

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

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

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

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

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

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

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