Shades of Zanah #B2C6B2
Tints of Zanah #B2C6B2
RGB
CMYK
RGB Variations
Color information
#B2C6B2 (or 0xB2C6B2) is known color: Zanah. HEX triplet: B2, C6 and B2. RGB value is (178,198,178). Sum of RGB (Red+Green+Blue) = 178+198+178=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6B2 is #4D394D. Grayscale: #BDBDBD. Windows color (decimal): -5060942 or 11716274. OLE color: 11716274.
HSL color Cylindrical-coordinate representation of color #B2C6B2: hue angle of 120º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C6B2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 178 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.22 |
| HSL | 120º | 0.15% | 0.74% | - |
| HSV(B) | 120º | 0.1% | 0.78% | - |
| XYZ | 46.59 | 53.07 | 49.91 | - |
| YUV | 189.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 178 | 0.10 | 0 | 0.10 | 0.22 | 120 | 0.15 | 0.74 |
| Hex | B2 | C6 | B2 | A | 0 | A | 16 | 78 | F | 4A |
| Octal | 262 | 306 | 262 | 12 | 0 | 12 | 26 | 170 | 17 | 112 |
| Binary | 10110010 | 11000110 | 10110010 | 1010 | 0 | 1010 | 10110 | 1111000 | 1111 | 1001010 |
Color Harmonies of #B2C6B2
Complementary color
Monochromatic Colors of #B2C6B2
Black with #B2C6B2
Text Example
Text Example
White with #B2C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6B2; }
p { color: rgb(178,198,178); }
H1.HeaderClassName
{
color: #B2C6B2;
}
.AnyTagClassName
{
color: #B2C6B2;
}
</style>
background-color css
<style>
a { background-color: #B2C6B2; }
a { background-color: rgb(178,198,178); }
div.DivClassName
{
background-color: #B2C6B2;
}
.BgClassName
{
background-color: #B2C6B2;
}
</style>
border-color css
<style>
span { border-color: #B2C6B2; }
span { border-color: rgb(178,198,178); }
td.TdClassName
{
border-color: #B2C6B2;
}
.TagClassName
{
border-color: #B2C6B2;
}
</style>