#B0B6AA

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

Shades of Silver Chalice #B0B6AA

Tints of Silver Chalice #B0B6AA

Color information

#B0B6AA (or 0xB0B6AA) is unknown color: approx Silver Chalice. HEX triplet: B0, B6 and AA. RGB value is (176,182,170). Sum of RGB (Red+Green+Blue) = 176+182+170=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B6AA is #4F4955. Grayscale: #B2B2B2. Windows color (decimal): -5196118 or 11187888. OLE color: 11187888.

HSL color Cylindrical-coordinate representation of color #B0B6AA: hue angle of 90º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0B6AA is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB176182170-
CMYK0.0300.070.29
HSL90º7.59%69.02%-
HSV(B)90º6.59%71.37%-
XYZ41.8945.5944.62-
YUV178.84123.01125.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=33.33%
G=34.47%
B=32.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821700.0300.070.29907.5969.02
HexB0B6AA3071D5a845
Octal2602662523073513210105
Binary10110000101101101010101011011111101101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6AA; }

 p { color: rgb(176,182,170); }

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

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

 a { background-color: rgb(176,182,170); }

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

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

 span { border-color: rgb(176,182,170); }

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