#BBACA9

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

Shades of Martini #BBACA9

Tints of Martini #BBACA9

Color information

#BBACA9 (or 0xBBACA9) is unknown color: approx Martini. HEX triplet: BB, AC and A9. RGB value is (187,172,169). Sum of RGB (Red+Green+Blue) = 187+172+169=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA9 is #445356. Grayscale: #B0B0B0. Windows color (decimal): -4477783 or 11119803. OLE color: 11119803.

HSL color Cylindrical-coordinate representation of color #BBACA9: hue angle of 10º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBACA9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187172169-
CMYK00.080.100.27
HSL10º11.69%69.8%-
HSV(B)10º9.63%73.33%-
XYZ42.4142.9343.59-
YUV176.14123.97135.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=35.42%
G=32.58%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717216900.080.100.271011.6969.8
HexBBACA908A1Bac46
Octal27325425101012331214106
Binary10111011101011001010100101000101011011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA9; }

 p { color: rgb(187,172,169); }

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

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

 a { background-color: rgb(187,172,169); }

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

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

 span { border-color: rgb(187,172,169); }

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