#B2B3AF

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

Shades of Silver Chalice #B2B3AF

Tints of Silver Chalice #B2B3AF

Color information

#B2B3AF (or 0xB2B3AF) is unknown color: approx Silver Chalice. HEX triplet: B2, B3 and AF. RGB value is (178,179,175). Sum of RGB (Red+Green+Blue) = 178+179+175=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3AF is #4D4C50. Grayscale: #B2B2B2. Windows color (decimal): -5065809 or 11514802. OLE color: 11514802.

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

Color convert

RGB178179175-
CMYK0.0100.020.30
HSL75º2.56%69.41%-
HSV(B)75º2.23%70.2%-
XYZ42.2244.846.98-
YUV178.24126.17127.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=33.46%
G=33.65%
B=32.89%

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
Decimal1781791750.0100.020.30752.5669.41
HexB2B3AF1021E4b345
Octal262263257102361133105
Binary1011001010110011101011111010111101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B3AF; }

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

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

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

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

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

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

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

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