#B2BAA7

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

Shades of Silver Chalice #B2BAA7

Tints of Silver Chalice #B2BAA7

Color information

#B2BAA7 (or 0xB2BAA7) is unknown color: approx Silver Chalice. HEX triplet: B2, BA and A7. RGB value is (178,186,167). Sum of RGB (Red+Green+Blue) = 178+186+167=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA7 is #4D4558. Grayscale: #B5B5B5. Windows color (decimal): -5064025 or 10992306. OLE color: 10992306.

HSL color Cylindrical-coordinate representation of color #B2BAA7: hue angle of 85.26º 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 #B2BAA7 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB178186167-
CMYK0.0400.100.27
HSL85.26º12.1%69.22%-
HSV(B)85.26º10.22%72.94%-
XYZ42.8947.3743.44-
YUV181.44119.85125.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 167 (65.62% from 255) = 31.45%
R=33.52%
G=35.03%
B=31.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861670.0400.100.2785.2612.169.22
HexB2BAA740A1B55c45
Octal26227224740123312514105
Binary1011001010111010101001111000101011011101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAA7; }

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

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

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

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

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

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

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

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