#BBB0AC

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

Shades of Martini #BBB0AC

Tints of Martini #BBB0AC

Color information

#BBB0AC (or 0xBBB0AC) is unknown color: approx Martini. HEX triplet: BB, B0 and AC. RGB value is (187,176,172). Sum of RGB (Red+Green+Blue) = 187+176+172=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB0AC is #444F53. Grayscale: #B2B2B2. Windows color (decimal): -4476756 or 11317435. OLE color: 11317435.

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

Color convert

RGB187176172-
CMYK00.060.080.27
HSL16º9.93%70.39%-
HSV(B)16º8.02%73.33%-
XYZ43.4744.5945.35-
YUV178.83124.14133.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=34.95%
G=32.90%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717617200.060.080.27169.9370.39
HexBBB0AC0681B10a46
Octal2732602540610332012106
Binary10111011101100001010110001101000110111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0AC; }

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

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

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

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

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

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

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

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