#B0B2AB

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

Shades of Silver Chalice #B0B2AB

Tints of Silver Chalice #B0B2AB

Color information

#B0B2AB (or 0xB0B2AB) is unknown color: approx Silver Chalice. HEX triplet: B0, B2 and AB. RGB value is (176,178,171). Sum of RGB (Red+Green+Blue) = 176+178+171=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B2AB is #4F4D54. Grayscale: #B0B0B0. Windows color (decimal): -5197141 or 11252400. OLE color: 11252400.

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

Color convert

RGB176178171-
CMYK0.0100.040.30
HSL77.14º4.35%68.43%-
HSV(B)77.14º3.93%69.8%-
XYZ41.1844.0144.85-
YUV176.6124.84127.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=33.52%
G=33.90%
B=32.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781710.0100.040.3077.144.3568.43
HexB0B2AB1041E4d444
Octal260262253104361154104
Binary101100001011001010101011101001111010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2AB; }

 p { color: rgb(176,178,171); }

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

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

 a { background-color: rgb(176,178,171); }

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

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

 span { border-color: rgb(176,178,171); }

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