#B1BAA6

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

Shades of Silver Chalice #B1BAA6

Tints of Silver Chalice #B1BAA6

Color information

#B1BAA6 (or 0xB1BAA6) is unknown color: approx Silver Chalice. HEX triplet: B1, BA and A6. RGB value is (177,186,166). Sum of RGB (Red+Green+Blue) = 177+186+166=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAA6 is #4E4559. Grayscale: #B5B5B5. Windows color (decimal): -5129562 or 10926769. OLE color: 10926769.

HSL color Cylindrical-coordinate representation of color #B1BAA6: hue angle of 87º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BAA6 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB177186166-
CMYK0.0500.110.27
HSL87º12.66%69.02%-
HSV(B)87º10.75%72.94%-
XYZ42.5747.2242.95-
YUV181.03119.52125.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=33.46%
G=35.16%
B=31.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861660.0500.110.278712.6669.02
HexB1BAA650B1B57d45
Octal26127224650133312715105
Binary1011000110111010101001101010101111011101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAA6; }

 p { color: rgb(177,186,166); }

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

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

 a { background-color: rgb(177,186,166); }

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

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

 span { border-color: rgb(177,186,166); }

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