#B0BBA6

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

Shades of Silver Chalice #B0BBA6

Tints of Silver Chalice #B0BBA6

Color information

#B0BBA6 (or 0xB0BBA6) is unknown color: approx Silver Chalice. HEX triplet: B0, BB and A6. RGB value is (176,187,166). Sum of RGB (Red+Green+Blue) = 176+187+166=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA6 is #4F4459. Grayscale: #B5B5B5. Windows color (decimal): -5194842 or 10927024. OLE color: 10927024.

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

Color convert

RGB176187166-
CMYK0.0600.110.27
HSL91.43º13.38%69.22%-
HSV(B)91.43º11.23%73.33%-
XYZ42.5647.5243.01-
YUV181.32119.36124.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=33.27%
G=35.35%
B=31.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871660.0600.110.2791.4313.3869.22
HexB0BBA660B1B5bd45
Octal26027324660133313315105
Binary1011000010111011101001101100101111011101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBA6; }

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

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

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

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

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

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

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

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