#BBABA7

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

Shades of Martini #BBABA7

Tints of Martini #BBABA7

Color information

#BBABA7 (or 0xBBABA7) is unknown color: approx Martini. HEX triplet: BB, AB and A7. RGB value is (187,171,167). Sum of RGB (Red+Green+Blue) = 187+171+167=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA7 is #445458. Grayscale: #AFAFAF. Windows color (decimal): -4478041 or 10988475. OLE color: 10988475.

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

Color convert

RGB187171167-
CMYK00.090.110.27
HSL12º12.82%69.41%-
HSV(B)12º10.7%73.33%-
XYZ42.0342.4842.54-
YUV175.33123.3136.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=35.62%
G=32.57%
B=31.81%

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
Decimal18717116700.090.110.271212.8269.41
HexBBABA709B1Bcd45
Octal27325324701113331415105
Binary10111011101010111010011101001101111011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABA7; }

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

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

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

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

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

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

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

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