#B3AFAE

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

Shades of Martini #B3AFAE

Tints of Martini #B3AFAE

Color information

#B3AFAE (or 0xB3AFAE) is unknown color: approx Martini. HEX triplet: B3, AF and AE. RGB value is (179,175,174). Sum of RGB (Red+Green+Blue) = 179+175+174=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFAE is #4C5051. Grayscale: #B0B0B0. Windows color (decimal): -5001298 or 11448243. OLE color: 11448243.

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

Color convert

RGB179175174-
CMYK00.020.030.30
HSL12º3.18%69.22%-
HSV(B)12º2.79%70.2%-
XYZ41.5643.346.21-
YUV176.08126.83130.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=33.90%
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.30
SystemRedGreenBlueCMYKHSL
Decimal17917517400.020.030.30123.1869.22
HexB3AFAE0231Ec345
Octal26325725602336143105
Binary10110011101011111010111001011111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFAE; }

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

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

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

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

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

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

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

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