#B2B5AE

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

Shades of Silver Chalice #B2B5AE

Tints of Silver Chalice #B2B5AE

Color information

#B2B5AE (or 0xB2B5AE) is unknown color: approx Silver Chalice. HEX triplet: B2, B5 and AE. RGB value is (178,181,174). Sum of RGB (Red+Green+Blue) = 178+181+174=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5AE is #4D4A51. Grayscale: #B3B3B3. Windows color (decimal): -5065298 or 11449778. OLE color: 11449778.

HSL color Cylindrical-coordinate representation of color #B2B5AE: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B5AE is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB178181174-
CMYK0.0200.040.29
HSL85.71º4.52%69.61%-
HSV(B)85.71º3.87%70.98%-
XYZ42.5245.5746.6-
YUV179.3125.01127.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=33.40%
G=33.96%
B=32.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811740.0200.040.2985.714.5269.61
HexB2B5AE2041D56546
Octal262265256204351265106
Binary1011001010110101101011101001001110110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5AE; }

 p { color: rgb(178,181,174); }

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

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

 a { background-color: rgb(178,181,174); }

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

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

 span { border-color: rgb(178,181,174); }

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