Shades of Zanah #B8BFB8
Tints of Zanah #B8BFB8
RGB
CMYK
RGB Variations
Color information
#B8BFB8 (or 0xB8BFB8) is known color: Zanah. HEX triplet: B8, BF and B8. RGB value is (184,191,184). Sum of RGB (Red+Green+Blue) = 184+191+184=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFB8 is #474047. Grayscale: #BCBCBC. Windows color (decimal): -4669512 or 12107704. OLE color: 12107704.
HSL color Cylindrical-coordinate representation of color #B8BFB8: hue angle of 120º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BFB8 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 184 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.25 |
| HSL | 120º | 0.05% | 0.74% | - |
| HSV(B) | 120º | 0.04% | 0.75% | - |
| XYZ | 47.05 | 50.91 | 52.69 | - |
| YUV | 188.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 184 | 0.04 | 0 | 0.04 | 0.25 | 120 | 0.05 | 0.74 |
| Hex | B8 | BF | B8 | 4 | 0 | 4 | 19 | 78 | 5 | 4A |
| Octal | 270 | 277 | 270 | 4 | 0 | 4 | 31 | 170 | 5 | 112 |
| Binary | 10111000 | 10111111 | 10111000 | 100 | 0 | 100 | 11001 | 1111000 | 101 | 1001010 |
Color Harmonies of #B8BFB8
Complementary color
Monochromatic Colors of #B8BFB8
Black with #B8BFB8
Text Example
Text Example
White with #B8BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFB8; }
p { color: rgb(184,191,184); }
H1.HeaderClassName
{
color: #B8BFB8;
}
.AnyTagClassName
{
color: #B8BFB8;
}
</style>
background-color css
<style>
a { background-color: #B8BFB8; }
a { background-color: rgb(184,191,184); }
div.DivClassName
{
background-color: #B8BFB8;
}
.BgClassName
{
background-color: #B8BFB8;
}
</style>
border-color css
<style>
span { border-color: #B8BFB8; }
span { border-color: rgb(184,191,184); }
td.TdClassName
{
border-color: #B8BFB8;
}
.TagClassName
{
border-color: #B8BFB8;
}
</style>