Shades of Silver Chalice #B2BBA4
Tints of Silver Chalice #B2BBA4
RGB
CMYK
RGB Variations
Color information
#B2BBA4 (or 0xB2BBA4) is known color: Silver Chalice. HEX triplet: B2, BB and A4. RGB value is (178,187,164). Sum of RGB (Red+Green+Blue) = 178+187+164=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBA4 is #4D445B. Grayscale: #B5B5B5. Windows color (decimal): -5063772 or 10795954. OLE color: 10795954.
HSL color Cylindrical-coordinate representation of color #B2BBA4: hue angle of 83.48º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BBA4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 187 | 164 | - |
CMYK | 0.05 | 0 | 0.12 | 0.27 |
HSL | 83.48º | 0.14% | 0.69% | - |
HSV(B) | 83.48º | 0.12% | 0.73% | - |
XYZ | 42.83 | 47.69 | 42.07 | - |
YUV | 181.69 | 118.02 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 187 | 164 | 0.05 | 0 | 0.12 | 0.27 | 83.48 | 0.14 | 0.69 |
Hex | B2 | BB | A4 | 5 | 0 | C | 1B | 53 | E | 45 |
Octal | 262 | 273 | 244 | 5 | 0 | 14 | 33 | 123 | 16 | 105 |
Binary | 10110010 | 10111011 | 10100100 | 101 | 0 | 1100 | 11011 | 1010011 | 1110 | 1000101 |
Color Harmonies of #B2BBA4
Complementary color
Monochromatic Colors of #B2BBA4
Black with #B2BBA4
Text Example
Text Example
White with #B2BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBA4; }
p { color: rgb(178,187,164); }
H1.HeaderClassName
{
color: #B2BBA4;
}
.AnyTagClassName
{
color: #B2BBA4;
}
</style>
background-color css
<style>
a { background-color: #B2BBA4; }
a { background-color: rgb(178,187,164); }
div.DivClassName
{
background-color: #B2BBA4;
}
.BgClassName
{
background-color: #B2BBA4;
}
</style>
border-color css
<style>
span { border-color: #B2BBA4; }
span { border-color: rgb(178,187,164); }
td.TdClassName
{
border-color: #B2BBA4;
}
.TagClassName
{
border-color: #B2BBA4;
}
</style>