Shades of Silver Chalice #B3BAA8
Tints of Silver Chalice #B3BAA8
RGB
CMYK
RGB Variations
Color information
#B3BAA8 (or 0xB3BAA8) is known color: Silver Chalice. HEX triplet: B3, BA and A8. RGB value is (179,186,168). Sum of RGB (Red+Green+Blue) = 179+186+168=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA8 is #4C4557. Grayscale: #B5B5B5. Windows color (decimal): -4998488 or 11057843. OLE color: 11057843.
HSL color Cylindrical-coordinate representation of color #B3BAA8: hue angle of 83.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BAA8 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 168 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.27 |
| HSL | 83.33º | 0.12% | 0.69% | - |
| HSV(B) | 83.33º | 0.1% | 0.73% | - |
| XYZ | 43.22 | 47.53 | 43.94 | - |
| YUV | 181.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 168 | 0.04 | 0 | 0.10 | 0.27 | 83.33 | 0.12 | 0.69 |
| Hex | B3 | BA | A8 | 4 | 0 | A | 1B | 53 | C | 45 |
| Octal | 263 | 272 | 250 | 4 | 0 | 12 | 33 | 123 | 14 | 105 |
| Binary | 10110011 | 10111010 | 10101000 | 100 | 0 | 1010 | 11011 | 1010011 | 1100 | 1000101 |
Color Harmonies of #B3BAA8
Complementary color
Monochromatic Colors of #B3BAA8
Black with #B3BAA8
Text Example
Text Example
White with #B3BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAA8; }
p { color: rgb(179,186,168); }
H1.HeaderClassName
{
color: #B3BAA8;
}
.AnyTagClassName
{
color: #B3BAA8;
}
</style>
background-color css
<style>
a { background-color: #B3BAA8; }
a { background-color: rgb(179,186,168); }
div.DivClassName
{
background-color: #B3BAA8;
}
.BgClassName
{
background-color: #B3BAA8;
}
</style>
border-color css
<style>
span { border-color: #B3BAA8; }
span { border-color: rgb(179,186,168); }
td.TdClassName
{
border-color: #B3BAA8;
}
.TagClassName
{
border-color: #B3BAA8;
}
</style>