#B1B5AB

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

Shades of Silver Chalice #B1B5AB

Tints of Silver Chalice #B1B5AB

Color information

#B1B5AB (or 0xB1B5AB) is unknown color: approx Silver Chalice. HEX triplet: B1, B5 and AB. RGB value is (177,181,171). Sum of RGB (Red+Green+Blue) = 177+181+171=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B5AB is #4E4A54. Grayscale: #B2B2B2. Windows color (decimal): -5130837 or 11253169. OLE color: 11253169.

HSL color Cylindrical-coordinate representation of color #B1B5AB: hue angle of 84º 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 #B1B5AB is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB177181171-
CMYK0.0200.060.29
HSL84º6.33%69.02%-
HSV(B)84º5.52%70.98%-
XYZ42.0145.3445.06-
YUV178.66123.67126.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=33.46%
G=34.22%
B=32.33%

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
Decimal1771811710.0200.060.29846.3369.02
HexB1B5AB2061D54645
Octal261265253206351246105
Binary1011000110110101101010111001101110110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B5AB; }

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

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

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

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

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

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

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

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