Shades of Zanah #B4C1B4
Tints of Zanah #B4C1B4
RGB
CMYK
RGB Variations
Color information
#B4C1B4 (or 0xB4C1B4) is known color: Zanah. HEX triplet: B4, C1 and B4. RGB value is (180,193,180). Sum of RGB (Red+Green+Blue) = 180+193+180=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1B4 is #4B3E4B. Grayscale: #BBBBBB. Windows color (decimal): -4931148 or 11846068. OLE color: 11846068.
HSL color Cylindrical-coordinate representation of color #B4C1B4: hue angle of 120º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C1B4 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 180 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.24 |
| HSL | 120º | 0.09% | 0.73% | - |
| HSV(B) | 120º | 0.07% | 0.76% | - |
| XYZ | 46.13 | 51.14 | 50.62 | - |
| YUV | 187.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 180 | 0.07 | 0 | 0.07 | 0.24 | 120 | 0.09 | 0.73 |
| Hex | B4 | C1 | B4 | 7 | 0 | 7 | 18 | 78 | 9 | 49 |
| Octal | 264 | 301 | 264 | 7 | 0 | 7 | 30 | 170 | 11 | 111 |
| Binary | 10110100 | 11000001 | 10110100 | 111 | 0 | 111 | 11000 | 1111000 | 1001 | 1001001 |
Color Harmonies of #B4C1B4
Complementary color
Monochromatic Colors of #B4C1B4
Black with #B4C1B4
Text Example
Text Example
White with #B4C1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1B4; }
p { color: rgb(180,193,180); }
H1.HeaderClassName
{
color: #B4C1B4;
}
.AnyTagClassName
{
color: #B4C1B4;
}
</style>
background-color css
<style>
a { background-color: #B4C1B4; }
a { background-color: rgb(180,193,180); }
div.DivClassName
{
background-color: #B4C1B4;
}
.BgClassName
{
background-color: #B4C1B4;
}
</style>
border-color css
<style>
span { border-color: #B4C1B4; }
span { border-color: rgb(180,193,180); }
td.TdClassName
{
border-color: #B4C1B4;
}
.TagClassName
{
border-color: #B4C1B4;
}
</style>