#BBAAA7

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

Shades of Martini #BBAAA7

Tints of Martini #BBAAA7

Color information

#BBAAA7 (or 0xBBAAA7) is unknown color: approx Martini. HEX triplet: BB, AA and A7. RGB value is (187,170,167). Sum of RGB (Red+Green+Blue) = 187+170+167=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA7 is #445558. Grayscale: #AEAEAE. Windows color (decimal): -4478297 or 10988219. OLE color: 10988219.

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

Color convert

RGB187170167-
CMYK00.090.110.27
HSL12.82%69.41%-
HSV(B)10.7%73.33%-
XYZ41.8442.142.48-
YUV174.74123.63136.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=35.69%
G=32.44%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717016700.090.110.27912.8269.41
HexBBAAA709B1B9d45
Octal27325224701113331115105
Binary10111011101010101010011101001101111011100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAA7; }

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

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

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

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

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

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

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

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