Shades of Zanah #B2C8AF
Tints of Zanah #B2C8AF
RGB
CMYK
RGB Variations
Color information
#B2C8AF (or 0xB2C8AF) is known color: Zanah. HEX triplet: B2, C8 and AF. RGB value is (178,200,175). Sum of RGB (Red+Green+Blue) = 178+200+175=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C8AF is #4D3750. Grayscale: #BEBEBE. Windows color (decimal): -5060433 or 11520178. OLE color: 11520178.
HSL color Cylindrical-coordinate representation of color #B2C8AF: hue angle of 112.8º degrees, saturation: 0.19, 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 #B2C8AF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 175 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.22 |
| HSL | 112.8º | 0.19% | 0.74% | - |
| HSV(B) | 112.8º | 0.13% | 0.78% | - |
| XYZ | 46.75 | 53.87 | 48.49 | - |
| YUV | 190.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 175 | 0.11 | 0 | 0.12 | 0.22 | 112.8 | 0.19 | 0.74 |
| Hex | B2 | C8 | AF | B | 0 | C | 16 | 71 | 13 | 4A |
| Octal | 262 | 310 | 257 | 13 | 0 | 14 | 26 | 161 | 23 | 112 |
| Binary | 10110010 | 11001000 | 10101111 | 1011 | 0 | 1100 | 10110 | 1110001 | 10011 | 1001010 |
Color Harmonies of #B2C8AF
Complementary color
Monochromatic Colors of #B2C8AF
Black with #B2C8AF
Text Example
Text Example
White with #B2C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8AF; }
p { color: rgb(178,200,175); }
H1.HeaderClassName
{
color: #B2C8AF;
}
.AnyTagClassName
{
color: #B2C8AF;
}
</style>
background-color css
<style>
a { background-color: #B2C8AF; }
a { background-color: rgb(178,200,175); }
div.DivClassName
{
background-color: #B2C8AF;
}
.BgClassName
{
background-color: #B2C8AF;
}
</style>
border-color css
<style>
span { border-color: #B2C8AF; }
span { border-color: rgb(178,200,175); }
td.TdClassName
{
border-color: #B2C8AF;
}
.TagClassName
{
border-color: #B2C8AF;
}
</style>