#B2B5AB

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

Shades of Silver Chalice #B2B5AB

Tints of Silver Chalice #B2B5AB

Color information

#B2B5AB (or 0xB2B5AB) is unknown color: approx Silver Chalice. HEX triplet: B2, B5 and AB. RGB value is (178,181,171). Sum of RGB (Red+Green+Blue) = 178+181+171=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5AB is #4D4A54. Grayscale: #B3B3B3. Windows color (decimal): -5065301 or 11253170. OLE color: 11253170.

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

Color convert

RGB178181171-
CMYK0.0200.060.29
HSL78º6.33%69.02%-
HSV(B)78º5.52%70.98%-
XYZ42.2345.4545.08-
YUV178.96123.51127.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=33.58%
G=34.15%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811710.0200.060.29786.3369.02
HexB2B5AB2061D4e645
Octal262265253206351166105
Binary1011001010110101101010111001101110110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5AB; }

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

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

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

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

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

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

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

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