#B1B5AC

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

Shades of Silver Chalice #B1B5AC

Tints of Silver Chalice #B1B5AC

Color information

#B1B5AC (or 0xB1B5AC) is unknown color: approx Silver Chalice. HEX triplet: B1, B5 and AC. RGB value is (177,181,172). Sum of RGB (Red+Green+Blue) = 177+181+172=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B5AC is #4E4A53. Grayscale: #B2B2B2. Windows color (decimal): -5130836 or 11318705. OLE color: 11318705.

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

Color convert

RGB177181172-
CMYK0.0200.050.29
HSL86.67º5.73%69.22%-
HSV(B)86.67º4.97%70.98%-
XYZ42.145.3745.57-
YUV178.78124.17126.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=33.40%
G=34.15%
B=32.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771811720.0200.050.2986.675.7369.22
HexB1B5AC2051D57645
Octal261265254205351276105
Binary1011000110110101101011001001011110110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B5AC; }

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

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

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

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

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

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

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

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