#B1BBA0

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

Shades of Silver Chalice #B1BBA0

Tints of Silver Chalice #B1BBA0

Color information

#B1BBA0 (or 0xB1BBA0) is unknown color: approx Silver Chalice. HEX triplet: B1, BB and A0. RGB value is (177,187,160). Sum of RGB (Red+Green+Blue) = 177+187+160=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBA0 is #4E445F. Grayscale: #B5B5B5. Windows color (decimal): -5129312 or 10533809. OLE color: 10533809.

HSL color Cylindrical-coordinate representation of color #B1BBA0: hue angle of 82.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BBA0 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB177187160-
CMYK0.0500.140.27
HSL82.22º16.56%68.04%-
HSV(B)82.22º14.44%73.33%-
XYZ42.2547.4340.19-
YUV180.93116.19125.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=33.78%
G=35.69%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871600.0500.140.2782.2216.5668.04
HexB1BBA050E1B521144
Octal26127324050163312221104
Binary10110001101110111010000010101110110111010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBA0; }

 p { color: rgb(177,187,160); }

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

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

 a { background-color: rgb(177,187,160); }

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

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

 span { border-color: rgb(177,187,160); }

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