#B1BAA7

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

Shades of Silver Chalice #B1BAA7

Tints of Silver Chalice #B1BAA7

Color information

#B1BAA7 (or 0xB1BAA7) is unknown color: approx Silver Chalice. HEX triplet: B1, BA and A7. RGB value is (177,186,167). Sum of RGB (Red+Green+Blue) = 177+186+167=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAA7 is #4E4558. Grayscale: #B5B5B5. Windows color (decimal): -5129561 or 10992305. OLE color: 10992305.

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

Color convert

RGB177186167-
CMYK0.0500.100.27
HSL88.42º12.1%69.22%-
HSV(B)88.42º10.22%72.94%-
XYZ42.6747.2543.43-
YUV181.14120.02125.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=33.40%
G=35.09%
B=31.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861670.0500.100.2788.4212.169.22
HexB1BAA750A1B58c45
Octal26127224750123313014105
Binary1011000110111010101001111010101011011101100011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAA7; }

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

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

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

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

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

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

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

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