Shades of Silver Chalice #B2B5AD
Tints of Silver Chalice #B2B5AD
RGB
CMYK
RGB Variations
Color information
#B2B5AD (or 0xB2B5AD) is known color: Silver Chalice. HEX triplet: B2, B5 and AD. RGB value is (178,181,173). Sum of RGB (Red+Green+Blue) = 178+181+173=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5AD is #4D4A52. Grayscale: #B3B3B3. Windows color (decimal): -5065299 or 11384242. OLE color: 11384242.
HSL color Cylindrical-coordinate representation of color #B2B5AD: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B5AD is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 173 | - |
CMYK | 0.02 | 0 | 0.04 | 0.29 |
HSL | 82.5º | 0.05% | 0.69% | - |
HSV(B) | 82.5º | 0.04% | 0.71% | - |
XYZ | 42.43 | 45.53 | 46.09 | - |
YUV | 179.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 173 | 0.02 | 0 | 0.04 | 0.29 | 82.5 | 0.05 | 0.69 |
Hex | B2 | B5 | AD | 2 | 0 | 4 | 1D | 52 | 5 | 45 |
Octal | 262 | 265 | 255 | 2 | 0 | 4 | 35 | 122 | 5 | 105 |
Binary | 10110010 | 10110101 | 10101101 | 10 | 0 | 100 | 11101 | 1010010 | 101 | 1000101 |
Color Harmonies of #B2B5AD
Complementary color
Monochromatic Colors of #B2B5AD
Black with #B2B5AD
Text Example
Text Example
White with #B2B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5AD; }
p { color: rgb(178,181,173); }
H1.HeaderClassName
{
color: #B2B5AD;
}
.AnyTagClassName
{
color: #B2B5AD;
}
</style>
background-color css
<style>
a { background-color: #B2B5AD; }
a { background-color: rgb(178,181,173); }
div.DivClassName
{
background-color: #B2B5AD;
}
.BgClassName
{
background-color: #B2B5AD;
}
</style>
border-color css
<style>
span { border-color: #B2B5AD; }
span { border-color: rgb(178,181,173); }
td.TdClassName
{
border-color: #B2B5AD;
}
.TagClassName
{
border-color: #B2B5AD;
}
</style>