Shades of Zanah #B4C8B3
Tints of Zanah #B4C8B3
RGB
CMYK
RGB Variations
Color information
#B4C8B3 (or 0xB4C8B3) is known color: Zanah. HEX triplet: B4, C8 and B3. RGB value is (180,200,179). Sum of RGB (Red+Green+Blue) = 180+200+179=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8B3 is #4B374C. Grayscale: #BFBFBF. Windows color (decimal): -4929357 or 11782324. OLE color: 11782324.
HSL color Cylindrical-coordinate representation of color #B4C8B3: hue angle of 117.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C8B3 is Cyan = 0.1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 179 | - |
| CMYK | 0.1 | 0 | 0.10 | 0.22 |
| HSL | 117.14º | 0.16% | 0.74% | - |
| HSV(B) | 117.14º | 0.11% | 0.78% | - |
| XYZ | 47.61 | 54.27 | 50.61 | - |
| YUV | 191.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 179 | 0.1 | 0 | 0.10 | 0.22 | 117.14 | 0.16 | 0.74 |
| Hex | B4 | C8 | B3 | A | 0 | A | 16 | 75 | 10 | 4A |
| Octal | 264 | 310 | 263 | 12 | 0 | 12 | 26 | 165 | 20 | 112 |
| Binary | 10110100 | 11001000 | 10110011 | 1010 | 0 | 1010 | 10110 | 1110101 | 10000 | 1001010 |
Color Harmonies of #B4C8B3
Complementary color
Monochromatic Colors of #B4C8B3
Black with #B4C8B3
Text Example
Text Example
White with #B4C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8B3; }
p { color: rgb(180,200,179); }
H1.HeaderClassName
{
color: #B4C8B3;
}
.AnyTagClassName
{
color: #B4C8B3;
}
</style>
background-color css
<style>
a { background-color: #B4C8B3; }
a { background-color: rgb(180,200,179); }
div.DivClassName
{
background-color: #B4C8B3;
}
.BgClassName
{
background-color: #B4C8B3;
}
</style>
border-color css
<style>
span { border-color: #B4C8B3; }
span { border-color: rgb(180,200,179); }
td.TdClassName
{
border-color: #B4C8B3;
}
.TagClassName
{
border-color: #B4C8B3;
}
</style>