Shades of Zanah #B2C8B3
Tints of Zanah #B2C8B3
RGB
CMYK
RGB Variations
Color information
#B2C8B3 (or 0xB2C8B3) is known color: Zanah. HEX triplet: B2, C8 and B3. RGB value is (178,200,179). Sum of RGB (Red+Green+Blue) = 178+200+179=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8B3 is #4D374C. Grayscale: #BFBFBF. Windows color (decimal): -5060429 or 11782322. OLE color: 11782322.
HSL color Cylindrical-coordinate representation of color #B2C8B3: hue angle of 122.73º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C8B3 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 179 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.22 |
| HSL | 122.73º | 0.17% | 0.74% | - |
| HSV(B) | 122.73º | 0.11% | 0.78% | - |
| XYZ | 47.15 | 54.03 | 50.59 | - |
| YUV | 191.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 179 | 0.11 | 0 | 0.10 | 0.22 | 122.73 | 0.17 | 0.74 |
| Hex | B2 | C8 | B3 | B | 0 | A | 16 | 7B | 11 | 4A |
| Octal | 262 | 310 | 263 | 13 | 0 | 12 | 26 | 173 | 21 | 112 |
| Binary | 10110010 | 11001000 | 10110011 | 1011 | 0 | 1010 | 10110 | 1111011 | 10001 | 1001010 |
Color Harmonies of #B2C8B3
Complementary color
Monochromatic Colors of #B2C8B3
Black with #B2C8B3
Text Example
Text Example
White with #B2C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8B3; }
p { color: rgb(178,200,179); }
H1.HeaderClassName
{
color: #B2C8B3;
}
.AnyTagClassName
{
color: #B2C8B3;
}
</style>
background-color css
<style>
a { background-color: #B2C8B3; }
a { background-color: rgb(178,200,179); }
div.DivClassName
{
background-color: #B2C8B3;
}
.BgClassName
{
background-color: #B2C8B3;
}
</style>
border-color css
<style>
span { border-color: #B2C8B3; }
span { border-color: rgb(178,200,179); }
td.TdClassName
{
border-color: #B2C8B3;
}
.TagClassName
{
border-color: #B2C8B3;
}
</style>