Shades of Zanah #B8BCB8
Tints of Zanah #B8BCB8
RGB
CMYK
RGB Variations
Color information
#B8BCB8 (or 0xB8BCB8) is known color: Zanah. HEX triplet: B8, BC and B8. RGB value is (184,188,184). Sum of RGB (Red+Green+Blue) = 184+188+184=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB8 is #474347. Grayscale: #BABABA. Windows color (decimal): -4670280 or 12106936. OLE color: 12106936.
HSL color Cylindrical-coordinate representation of color #B8BCB8: hue angle of 120º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BCB8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 188 | 184 | - |
CMYK | 0.02 | 0 | 0.02 | 0.26 |
HSL | 120º | 0.03% | 0.73% | - |
HSV(B) | 120º | 0.02% | 0.74% | - |
XYZ | 46.4 | 49.62 | 52.48 | - |
YUV | 186.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 188 | 184 | 0.02 | 0 | 0.02 | 0.26 | 120 | 0.03 | 0.73 |
Hex | B8 | BC | B8 | 2 | 0 | 2 | 1A | 78 | 3 | 49 |
Octal | 270 | 274 | 270 | 2 | 0 | 2 | 32 | 170 | 3 | 111 |
Binary | 10111000 | 10111100 | 10111000 | 10 | 0 | 10 | 11010 | 1111000 | 11 | 1001001 |
Color Harmonies of #B8BCB8
Complementary color
Monochromatic Colors of #B8BCB8
Black with #B8BCB8
Text Example
Text Example
White with #B8BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCB8; }
p { color: rgb(184,188,184); }
H1.HeaderClassName
{
color: #B8BCB8;
}
.AnyTagClassName
{
color: #B8BCB8;
}
</style>
background-color css
<style>
a { background-color: #B8BCB8; }
a { background-color: rgb(184,188,184); }
div.DivClassName
{
background-color: #B8BCB8;
}
.BgClassName
{
background-color: #B8BCB8;
}
</style>
border-color css
<style>
span { border-color: #B8BCB8; }
span { border-color: rgb(184,188,184); }
td.TdClassName
{
border-color: #B8BCB8;
}
.TagClassName
{
border-color: #B8BCB8;
}
</style>