#B4B5B2

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

Shades of Silver Chalice #B4B5B2

Tints of Silver Chalice #B4B5B2

Color information

#B4B5B2 (or 0xB4B5B2) is unknown color: approx Silver Chalice. HEX triplet: B4, B5 and B2. RGB value is (180,181,178). Sum of RGB (Red+Green+Blue) = 180+181+178=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B5B2 is #4B4A4D. Grayscale: #B4B4B4. Windows color (decimal): -4934222 or 11711924. OLE color: 11711924.

HSL color Cylindrical-coordinate representation of color #B4B5B2: hue angle of 80º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B5B2 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180181178-
CMYK0.0100.020.29
HSL80º1.99%70.39%-
HSV(B)80º1.66%70.98%-
XYZ43.3845.9748.71-
YUV180.36126.67127.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=33.40%
G=33.58%
B=33.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811780.0100.020.29801.9970.39
HexB4B5B21021D50246
Octal264265262102351202106
Binary1011010010110101101100101010111011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5B2; }

 p { color: rgb(180,181,178); }

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

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

 a { background-color: rgb(180,181,178); }

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

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

 span { border-color: rgb(180,181,178); }

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