Shades of Zanah #B0BCB0
Tints of Zanah #B0BCB0
RGB
CMYK
RGB Variations
Color information
#B0BCB0 (or 0xB0BCB0) is known color: Zanah. HEX triplet: B0, BC and B0. RGB value is (176,188,176). Sum of RGB (Red+Green+Blue) = 176+188+176=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCB0 is #4F434F. Grayscale: #B7B7B7. Windows color (decimal): -5194576 or 11582640. OLE color: 11582640.
HSL color Cylindrical-coordinate representation of color #B0BCB0: hue angle of 120º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BCB0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 176 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.26 |
| HSL | 120º | 0.08% | 0.71% | - |
| HSV(B) | 120º | 0.06% | 0.74% | - |
| XYZ | 43.72 | 48.33 | 48.1 | - |
| YUV | 183.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 176 | 0.06 | 0 | 0.06 | 0.26 | 120 | 0.08 | 0.71 |
| Hex | B0 | BC | B0 | 6 | 0 | 6 | 1A | 78 | 8 | 47 |
| Octal | 260 | 274 | 260 | 6 | 0 | 6 | 32 | 170 | 10 | 107 |
| Binary | 10110000 | 10111100 | 10110000 | 110 | 0 | 110 | 11010 | 1111000 | 1000 | 1000111 |
Color Harmonies of #B0BCB0
Complementary color
Monochromatic Colors of #B0BCB0
Black with #B0BCB0
Text Example
Text Example
White with #B0BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCB0; }
p { color: rgb(176,188,176); }
H1.HeaderClassName
{
color: #B0BCB0;
}
.AnyTagClassName
{
color: #B0BCB0;
}
</style>
background-color css
<style>
a { background-color: #B0BCB0; }
a { background-color: rgb(176,188,176); }
div.DivClassName
{
background-color: #B0BCB0;
}
.BgClassName
{
background-color: #B0BCB0;
}
</style>
border-color css
<style>
span { border-color: #B0BCB0; }
span { border-color: rgb(176,188,176); }
td.TdClassName
{
border-color: #B0BCB0;
}
.TagClassName
{
border-color: #B0BCB0;
}
</style>