#B0BB9F

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

Shades of Silver Chalice #B0BB9F

Tints of Silver Chalice #B0BB9F

Color information

#B0BB9F (or 0xB0BB9F) is unknown color: approx Silver Chalice. HEX triplet: B0, BB and 9F. RGB value is (176,187,159). Sum of RGB (Red+Green+Blue) = 176+187+159=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9F is #4F4460. Grayscale: #B4B4B4. Windows color (decimal): -5194849 or 10468272. OLE color: 10468272.

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

Color convert

RGB176187159-
CMYK0.0600.150.27
HSL83.57º17.07%67.84%-
HSV(B)83.57º14.97%73.33%-
XYZ41.9347.2739.72-
YUV180.52115.86124.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=33.72%
G=35.82%
B=30.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871590.0600.150.2783.5717.0767.84
HexB0BB9F60F1B541144
Octal26027323760173312421104
Binary10110000101110111001111111001111110111010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB9F; }

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

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

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

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

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

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

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

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