#B1AFAE

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

Shades of Martini #B1AFAE

Tints of Martini #B1AFAE

Color information

#B1AFAE (or 0xB1AFAE) is unknown color: approx Martini. HEX triplet: B1, AF and AE. RGB value is (177,175,174). Sum of RGB (Red+Green+Blue) = 177+175+174=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAE is #4E5051. Grayscale: #AFAFAF. Windows color (decimal): -5132370 or 11448241. OLE color: 11448241.

HSL color Cylindrical-coordinate representation of color #B1AFAE: hue angle of 20º degrees, saturation: 0.02, 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 #B1AFAE is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177175174-
CMYK00.010.020.31
HSL20º1.89%68.82%-
HSV(B)20º1.69%69.41%-
XYZ41.143.0646.19-
YUV175.48127.16129.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=33.65%
G=33.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717517400.010.020.31201.8968.82
HexB1AFAE0121F14245
Octal26125725601237242105
Binary10110001101011111010111001101111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFAE; }

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

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

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

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

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

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

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

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