Shades of Zanah #B2C9B3
Tints of Zanah #B2C9B3
RGB
CMYK
RGB Variations
Color information
#B2C9B3 (or 0xB2C9B3) is known color: Zanah. HEX triplet: B2, C9 and B3. RGB value is (178,201,179). Sum of RGB (Red+Green+Blue) = 178+201+179=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9B3 is #4D364C. Grayscale: #BFBFBF. Windows color (decimal): -5060173 or 11782578. OLE color: 11782578.
HSL color Cylindrical-coordinate representation of color #B2C9B3: hue angle of 122.61º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C9B3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 179 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.21 |
| HSL | 122.61º | 0.18% | 0.74% | - |
| HSV(B) | 122.61º | 0.11% | 0.79% | - |
| XYZ | 47.38 | 54.49 | 50.67 | - |
| YUV | 191.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 179 | 0.11 | 0 | 0.11 | 0.21 | 122.61 | 0.18 | 0.74 |
| Hex | B2 | C9 | B3 | B | 0 | B | 15 | 7B | 12 | 4A |
| Octal | 262 | 311 | 263 | 13 | 0 | 13 | 25 | 173 | 22 | 112 |
| Binary | 10110010 | 11001001 | 10110011 | 1011 | 0 | 1011 | 10101 | 1111011 | 10010 | 1001010 |
Color Harmonies of #B2C9B3
Complementary color
Monochromatic Colors of #B2C9B3
Black with #B2C9B3
Text Example
Text Example
White with #B2C9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9B3; }
p { color: rgb(178,201,179); }
H1.HeaderClassName
{
color: #B2C9B3;
}
.AnyTagClassName
{
color: #B2C9B3;
}
</style>
background-color css
<style>
a { background-color: #B2C9B3; }
a { background-color: rgb(178,201,179); }
div.DivClassName
{
background-color: #B2C9B3;
}
.BgClassName
{
background-color: #B2C9B3;
}
</style>
border-color css
<style>
span { border-color: #B2C9B3; }
span { border-color: rgb(178,201,179); }
td.TdClassName
{
border-color: #B2C9B3;
}
.TagClassName
{
border-color: #B2C9B3;
}
</style>