#B0BBA0

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

Shades of Silver Chalice #B0BBA0

Tints of Silver Chalice #B0BBA0

Color information

#B0BBA0 (or 0xB0BBA0) is unknown color: approx Silver Chalice. HEX triplet: B0, BB and A0. RGB value is (176,187,160). Sum of RGB (Red+Green+Blue) = 176+187+160=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA0 is #4F445F. Grayscale: #B4B4B4. Windows color (decimal): -5194848 or 10533808. OLE color: 10533808.

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

Color convert

RGB176187160-
CMYK0.0600.140.27
HSL84.44º16.56%68.04%-
HSV(B)84.44º14.44%73.33%-
XYZ42.0247.3140.17-
YUV180.63116.36124.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=33.65%
G=35.76%
B=30.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871600.0600.140.2784.4416.5668.04
HexB0BBA060E1B541144
Octal26027324060163312421104
Binary10110000101110111010000011001110110111010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBA0; }

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

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

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

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

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

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

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

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