#B5BAAA

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

Shades of Silver Chalice #B5BAAA

Tints of Silver Chalice #B5BAAA

Color information

#B5BAAA (or 0xB5BAAA) is unknown color: approx Silver Chalice. HEX triplet: B5, BA and AA. RGB value is (181,186,170). Sum of RGB (Red+Green+Blue) = 181+186+170=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAAA is #4A4555. Grayscale: #B6B6B6. Windows color (decimal): -4867414 or 11188917. OLE color: 11188917.

HSL color Cylindrical-coordinate representation of color #B5BAAA: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5BAAA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB181186170-
CMYK0.0300.090.27
HSL78.75º10.39%69.8%-
HSV(B)78.75º8.6%72.94%-
XYZ43.8747.8444.95-
YUV182.68120.84126.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=33.71%
G=34.64%
B=31.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861700.0300.090.2778.7510.3969.8
HexB5BAAA3091B4fa46
Octal26527225230113311712106
Binary101101011011101010101010110100111011100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAAA; }

 p { color: rgb(181,186,170); }

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

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

 a { background-color: rgb(181,186,170); }

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

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

 span { border-color: rgb(181,186,170); }

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