#B2BAA8

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

Shades of Silver Chalice #B2BAA8

Tints of Silver Chalice #B2BAA8

Color information

#B2BAA8 (or 0xB2BAA8) is unknown color: approx Silver Chalice. HEX triplet: B2, BA and A8. RGB value is (178,186,168). Sum of RGB (Red+Green+Blue) = 178+186+168=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA8 is #4D4557. Grayscale: #B5B5B5. Windows color (decimal): -5064024 or 11057842. OLE color: 11057842.

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

Color convert

RGB178186168-
CMYK0.0400.100.27
HSL86.67º11.54%69.41%-
HSV(B)86.67º9.68%72.94%-
XYZ42.9947.4143.93-
YUV181.56120.35125.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=33.46%
G=34.96%
B=31.58%

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
Decimal1781861680.0400.100.2786.6711.5469.41
HexB2BAA840A1B57c45
Octal26227225040123312714105
Binary1011001010111010101010001000101011011101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAA8; }

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

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

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

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

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

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

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

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