#B2BAA5

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

Shades of Silver Chalice #B2BAA5

Tints of Silver Chalice #B2BAA5

Color information

#B2BAA5 (or 0xB2BAA5) is unknown color: approx Silver Chalice. HEX triplet: B2, BA and A5. RGB value is (178,186,165). Sum of RGB (Red+Green+Blue) = 178+186+165=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA5 is #4D455A. Grayscale: #B5B5B5. Windows color (decimal): -5064027 or 10861234. OLE color: 10861234.

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

Color convert

RGB178186165-
CMYK0.0400.110.27
HSL82.86º13.21%68.82%-
HSV(B)82.86º11.29%72.94%-
XYZ42.7147.342.48-
YUV181.21118.85125.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=33.65%
G=35.16%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861650.0400.110.2782.8613.2168.82
HexB2BAA540B1B53d45
Octal26227224540133312315105
Binary1011001010111010101001011000101111011101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAA5; }

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

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

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

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

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

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

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

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