#B0AEAD

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

Shades of Martini #B0AEAD

Tints of Martini #B0AEAD

Color information

#B0AEAD (or 0xB0AEAD) is unknown color: approx Martini. HEX triplet: B0, AE and AD. RGB value is (176,174,173). Sum of RGB (Red+Green+Blue) = 176+174+173=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AEAD is #4F5152. Grayscale: #AEAEAE. Windows color (decimal): -5198163 or 11382448. OLE color: 11382448.

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

Color convert

RGB176174173-
CMYK00.010.020.31
HSL20º1.86%68.43%-
HSV(B)20º1.7%69.02%-
XYZ40.5842.5245.6-
YUV174.48127.16129.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 173 (67.97% 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
Decimal17617417300.010.020.31201.8668.43
HexB0AEAD0121F14244
Octal26025625501237242104
Binary10110000101011101010110101101111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEAD; }

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

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

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

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

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

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

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

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