Shades of Zanah #B2C8B0
Tints of Zanah #B2C8B0
RGB
CMYK
RGB Variations
Color information
#B2C8B0 (or 0xB2C8B0) is known color: Zanah. HEX triplet: B2, C8 and B0. RGB value is (178,200,176). Sum of RGB (Red+Green+Blue) = 178+200+176=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C8B0 is #4D374F. Grayscale: #BEBEBE. Windows color (decimal): -5060432 or 11585714. OLE color: 11585714.
HSL color Cylindrical-coordinate representation of color #B2C8B0: hue angle of 115º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2C8B0 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 176 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.22 |
| HSL | 115º | 0.18% | 0.74% | - |
| HSV(B) | 115º | 0.12% | 0.78% | - |
| XYZ | 46.85 | 53.91 | 49.01 | - |
| YUV | 190.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 176 | 0.11 | 0 | 0.12 | 0.22 | 115 | 0.18 | 0.74 |
| Hex | B2 | C8 | B0 | B | 0 | C | 16 | 73 | 12 | 4A |
| Octal | 262 | 310 | 260 | 13 | 0 | 14 | 26 | 163 | 22 | 112 |
| Binary | 10110010 | 11001000 | 10110000 | 1011 | 0 | 1100 | 10110 | 1110011 | 10010 | 1001010 |
Color Harmonies of #B2C8B0
Complementary color
Monochromatic Colors of #B2C8B0
Black with #B2C8B0
Text Example
Text Example
White with #B2C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8B0; }
p { color: rgb(178,200,176); }
H1.HeaderClassName
{
color: #B2C8B0;
}
.AnyTagClassName
{
color: #B2C8B0;
}
</style>
background-color css
<style>
a { background-color: #B2C8B0; }
a { background-color: rgb(178,200,176); }
div.DivClassName
{
background-color: #B2C8B0;
}
.BgClassName
{
background-color: #B2C8B0;
}
</style>
border-color css
<style>
span { border-color: #B2C8B0; }
span { border-color: rgb(178,200,176); }
td.TdClassName
{
border-color: #B2C8B0;
}
.TagClassName
{
border-color: #B2C8B0;
}
</style>