#B1ADAC

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

Shades of Martini #B1ADAC

Tints of Martini #B1ADAC

Color information

#B1ADAC (or 0xB1ADAC) is unknown color: approx Martini. HEX triplet: B1, AD and AC. RGB value is (177,173,172). Sum of RGB (Red+Green+Blue) = 177+173+172=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAC is #4E5253. Grayscale: #AEAEAE. Windows color (decimal): -5132884 or 11316657. OLE color: 11316657.

HSL color Cylindrical-coordinate representation of color #B1ADAC: hue angle of 12º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ADAC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177173172-
CMYK00.020.030.31
HSL12º3.11%68.43%-
HSV(B)12º2.82%69.41%-
XYZ40.5242.2145.04-
YUV174.08126.83130.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=33.91%
G=33.14%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717317200.020.030.31123.1168.43
HexB1ADAC0231Fc344
Octal26125525402337143104
Binary10110001101011011010110001011111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADAC; }

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

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

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

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

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

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

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

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