#B1B2AF

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

Shades of Silver Chalice #B1B2AF

Tints of Silver Chalice #B1B2AF

Color information

#B1B2AF (or 0xB1B2AF) is unknown color: approx Silver Chalice. HEX triplet: B1, B2 and AF. RGB value is (177,178,175). Sum of RGB (Red+Green+Blue) = 177+178+175=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B2AF is #4E4D50. Grayscale: #B1B1B1. Windows color (decimal): -5131601 or 11514545. OLE color: 11514545.

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

Color convert

RGB177178175-
CMYK0.0100.020.30
HSL80º1.91%69.22%-
HSV(B)80º1.69%69.8%-
XYZ41.7944.2846.9-
YUV177.36126.67127.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=33.40%
G=33.58%
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.30
SystemRedGreenBlueCMYKHSL
Decimal1771781750.0100.020.30801.9169.22
HexB1B2AF1021E50245
Octal261262257102361202105
Binary1011000110110010101011111010111101010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B2AF; }

 p { color: rgb(177,178,175); }

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

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

 a { background-color: rgb(177,178,175); }

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

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

 span { border-color: rgb(177,178,175); }

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