Shades of Silver Chalice #B2BAA8
Tints of Silver Chalice #B2BAA8
RGB
CMYK
RGB Variations
Color information
#B2BAA8 (or 0xB2BAA8) is known color: Silver Chalice. HEX triplet: B2, BA and A8. RGB value is (178,186,168). Sum of RGB (Red+Green+Blue) = 178+186+168=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA8 is #4D4557. Grayscale: #B5B5B5. Windows color (decimal): -5064024 or 11057842. OLE color: 11057842.
HSL color Cylindrical-coordinate representation of color #B2BAA8: hue angle of 86.67º 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 #B2BAA8 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 168 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.27 |
| HSL | 86.67º | 0.12% | 0.69% | - |
| HSV(B) | 86.67º | 0.1% | 0.73% | - |
| XYZ | 42.99 | 47.41 | 43.93 | - |
| YUV | 181.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 168 | 0.04 | 0 | 0.10 | 0.27 | 86.67 | 0.12 | 0.69 |
| Hex | B2 | BA | A8 | 4 | 0 | A | 1B | 57 | C | 45 |
| Octal | 262 | 272 | 250 | 4 | 0 | 12 | 33 | 127 | 14 | 105 |
| Binary | 10110010 | 10111010 | 10101000 | 100 | 0 | 1010 | 11011 | 1010111 | 1100 | 1000101 |
Color Harmonies of #B2BAA8
Complementary color
Monochromatic Colors of #B2BAA8
Black with #B2BAA8
Text Example
Text Example
White with #B2BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAA8; }
p { color: rgb(178,186,168); }
H1.HeaderClassName
{
color: #B2BAA8;
}
.AnyTagClassName
{
color: #B2BAA8;
}
</style>
background-color css
<style>
a { background-color: #B2BAA8; }
a { background-color: rgb(178,186,168); }
div.DivClassName
{
background-color: #B2BAA8;
}
.BgClassName
{
background-color: #B2BAA8;
}
</style>
border-color css
<style>
span { border-color: #B2BAA8; }
span { border-color: rgb(178,186,168); }
td.TdClassName
{
border-color: #B2BAA8;
}
.TagClassName
{
border-color: #B2BAA8;
}
</style>