#BBB1AD

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

Shades of Martini #BBB1AD

Tints of Martini #BBB1AD

Color information

#BBB1AD (or 0xBBB1AD) is unknown color: approx Martini. HEX triplet: BB, B1 and AD. RGB value is (187,177,173). Sum of RGB (Red+Green+Blue) = 187+177+173=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AD is #444E52. Grayscale: #B3B3B3. Windows color (decimal): -4476499 or 11383227. OLE color: 11383227.

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

Color convert

RGB187177173-
CMYK00.050.070.27
HSL17.14º9.33%70.59%-
HSV(B)17.14º7.49%73.33%-
XYZ43.7645.0345.92-
YUV179.53124.31133.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=34.82%
G=32.96%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717717300.050.070.2717.149.3370.59
HexBBB1AD0571B11947
Octal273261255057332111107
Binary1011101110110001101011010101111110111000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1AD; }

 p { color: rgb(187,177,173); }

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

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

 a { background-color: rgb(187,177,173); }

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

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

 span { border-color: rgb(187,177,173); }

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