Shades of Zanah #B6CCB4
Tints of Zanah #B6CCB4
RGB
CMYK
RGB Variations
Color information
#B6CCB4 (or 0xB6CCB4) is known color: Zanah. HEX triplet: B6, CC and B4. RGB value is (182,204,180). Sum of RGB (Red+Green+Blue) = 182+204+180=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB4 is #49334B. Grayscale: #C2C2C2. Windows color (decimal): -4797260 or 11848886. OLE color: 11848886.
HSL color Cylindrical-coordinate representation of color #B6CCB4: hue angle of 115º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CCB4 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 180 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.2 |
| HSL | 115º | 0.19% | 0.75% | - |
| HSV(B) | 115º | 0.12% | 0.8% | - |
| XYZ | 49.12 | 56.43 | 51.48 | - |
| YUV | 194.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 180 | 0.11 | 0 | 0.12 | 0.2 | 115 | 0.19 | 0.75 |
| Hex | B6 | CC | B4 | B | 0 | C | 14 | 73 | 13 | 4B |
| Octal | 266 | 314 | 264 | 13 | 0 | 14 | 24 | 163 | 23 | 113 |
| Binary | 10110110 | 11001100 | 10110100 | 1011 | 0 | 1100 | 10100 | 1110011 | 10011 | 1001011 |
Color Harmonies of #B6CCB4
Complementary color
Monochromatic Colors of #B6CCB4
Black with #B6CCB4
Text Example
Text Example
White with #B6CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCB4; }
p { color: rgb(182,204,180); }
H1.HeaderClassName
{
color: #B6CCB4;
}
.AnyTagClassName
{
color: #B6CCB4;
}
</style>
background-color css
<style>
a { background-color: #B6CCB4; }
a { background-color: rgb(182,204,180); }
div.DivClassName
{
background-color: #B6CCB4;
}
.BgClassName
{
background-color: #B6CCB4;
}
</style>
border-color css
<style>
span { border-color: #B6CCB4; }
span { border-color: rgb(182,204,180); }
td.TdClassName
{
border-color: #B6CCB4;
}
.TagClassName
{
border-color: #B6CCB4;
}
</style>