#B1AEAD

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

Shades of Martini #B1AEAD

Tints of Martini #B1AEAD

Color information

#B1AEAD (or 0xB1AEAD) is unknown color: approx Martini. HEX triplet: B1, AE and AD. RGB value is (177,174,173). Sum of RGB (Red+Green+Blue) = 177+174+173=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AEAD is #4E5152. Grayscale: #AEAEAE. Windows color (decimal): -5132627 or 11382449. OLE color: 11382449.

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

Color convert

RGB177174173-
CMYK00.020.020.31
HSL15º2.5%68.63%-
HSV(B)15º2.26%69.41%-
XYZ40.8142.6445.61-
YUV174.78126.99129.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=33.78%
G=33.21%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717417300.020.020.31152.568.63
HexB1AEAD0221Ff345
Octal26125625502237173105
Binary10110001101011101010110101010111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEAD; }

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

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

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

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

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

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

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

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