#BBABA6

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

Shades of Martini #BBABA6

Tints of Martini #BBABA6

Color information

#BBABA6 (or 0xBBABA6) is unknown color: approx Martini. HEX triplet: BB, AB and A6. RGB value is (187,171,166). Sum of RGB (Red+Green+Blue) = 187+171+166=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA6 is #445459. Grayscale: #AFAFAF. Windows color (decimal): -4478042 or 10922939. OLE color: 10922939.

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

Color convert

RGB187171166-
CMYK00.090.110.27
HSL14.29º13.38%69.22%-
HSV(B)14.29º11.23%73.33%-
XYZ41.9442.4442.06-
YUV175.21122.8136.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=35.69%
G=32.63%
B=31.68%

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
Decimal18717116600.090.110.2714.2913.3869.22
HexBBABA609B1Bed45
Octal27325324601113331615105
Binary10111011101010111010011001001101111011111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABA6; }

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

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

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

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

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

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

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

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