Shades of Zanah #B0BDB0
Tints of Zanah #B0BDB0
RGB
CMYK
RGB Variations
Color information
#B0BDB0 (or 0xB0BDB0) is known color: Zanah. HEX triplet: B0, BD and B0. RGB value is (176,189,176). Sum of RGB (Red+Green+Blue) = 176+189+176=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDB0 is #4F424F. Grayscale: #B7B7B7. Windows color (decimal): -5194320 or 11582896. OLE color: 11582896.
HSL color Cylindrical-coordinate representation of color #B0BDB0: hue angle of 120º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BDB0 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 176 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.26 |
| HSL | 120º | 0.09% | 0.72% | - |
| HSV(B) | 120º | 0.07% | 0.74% | - |
| XYZ | 43.94 | 48.76 | 48.17 | - |
| YUV | 183.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 176 | 0.07 | 0 | 0.07 | 0.26 | 120 | 0.09 | 0.72 |
| Hex | B0 | BD | B0 | 7 | 0 | 7 | 1A | 78 | 9 | 48 |
| Octal | 260 | 275 | 260 | 7 | 0 | 7 | 32 | 170 | 11 | 110 |
| Binary | 10110000 | 10111101 | 10110000 | 111 | 0 | 111 | 11010 | 1111000 | 1001 | 1001000 |
Color Harmonies of #B0BDB0
Complementary color
Monochromatic Colors of #B0BDB0
Black with #B0BDB0
Text Example
Text Example
White with #B0BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDB0; }
p { color: rgb(176,189,176); }
H1.HeaderClassName
{
color: #B0BDB0;
}
.AnyTagClassName
{
color: #B0BDB0;
}
</style>
background-color css
<style>
a { background-color: #B0BDB0; }
a { background-color: rgb(176,189,176); }
div.DivClassName
{
background-color: #B0BDB0;
}
.BgClassName
{
background-color: #B0BDB0;
}
</style>
border-color css
<style>
span { border-color: #B0BDB0; }
span { border-color: rgb(176,189,176); }
td.TdClassName
{
border-color: #B0BDB0;
}
.TagClassName
{
border-color: #B0BDB0;
}
</style>