#B3AEAD

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

Shades of Martini #B3AEAD

Tints of Martini #B3AEAD

Color information

#B3AEAD (or 0xB3AEAD) is unknown color: approx Martini. HEX triplet: B3, AE and AD. RGB value is (179,174,173). Sum of RGB (Red+Green+Blue) = 179+174+173=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAD is #4C5152. Grayscale: #AFAFAF. Windows color (decimal): -5001555 or 11382451. OLE color: 11382451.

HSL color Cylindrical-coordinate representation of color #B3AEAD: hue angle of 10º degrees, saturation: 0.04, 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 #B3AEAD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179174173-
CMYK00.030.030.30
HSL10º3.8%69.02%-
HSV(B)10º3.35%70.2%-
XYZ41.2742.8745.64-
YUV175.38126.66130.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=34.03%
G=33.08%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417300.030.030.30103.869.02
HexB3AEAD0331Ea445
Octal26325625503336124105
Binary101100111010111010101101011111111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEAD; }

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

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

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

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

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

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

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

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