#B0B1AE

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

Shades of Silver Chalice #B0B1AE

Tints of Silver Chalice #B0B1AE

Color information

#B0B1AE (or 0xB0B1AE) is unknown color: approx Silver Chalice. HEX triplet: B0, B1 and AE. RGB value is (176,177,174). Sum of RGB (Red+Green+Blue) = 176+177+174=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AE is #4F4E51. Grayscale: #B0B0B0. Windows color (decimal): -5197394 or 11448752. OLE color: 11448752.

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

Color convert

RGB176177174-
CMYK0.0100.020.31
HSL80º1.89%68.82%-
HSV(B)80º1.69%69.41%-
XYZ41.2743.7346.31-
YUV176.36126.67127.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=33.40%
G=33.59%
B=33.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771740.0100.020.31801.8968.82
HexB0B1AE1021F50245
Octal260261256102371202105
Binary1011000010110001101011101010111111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1AE; }

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

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

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

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

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

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

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

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