Shades of Zanah #B4CCB4
Tints of Zanah #B4CCB4
RGB
CMYK
RGB Variations
Color information
#B4CCB4 (or 0xB4CCB4) is known color: Zanah. HEX triplet: B4, CC and B4. RGB value is (180,204,180). Sum of RGB (Red+Green+Blue) = 180+204+180=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCB4 is #4B334B. Grayscale: #C2C2C2. Windows color (decimal): -4928332 or 11848884. OLE color: 11848884.
HSL color Cylindrical-coordinate representation of color #B4CCB4: hue angle of 120º 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 #B4CCB4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 180 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.2 |
| HSL | 120º | 0.19% | 0.75% | - |
| HSV(B) | 120º | 0.12% | 0.8% | - |
| XYZ | 48.65 | 56.18 | 51.46 | - |
| YUV | 194.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 180 | 0.12 | 0 | 0.12 | 0.2 | 120 | 0.19 | 0.75 |
| Hex | B4 | CC | B4 | C | 0 | C | 14 | 78 | 13 | 4B |
| Octal | 264 | 314 | 264 | 14 | 0 | 14 | 24 | 170 | 23 | 113 |
| Binary | 10110100 | 11001100 | 10110100 | 1100 | 0 | 1100 | 10100 | 1111000 | 10011 | 1001011 |
Color Harmonies of #B4CCB4
Complementary color
Monochromatic Colors of #B4CCB4
Black with #B4CCB4
Text Example
Text Example
White with #B4CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCB4; }
p { color: rgb(180,204,180); }
H1.HeaderClassName
{
color: #B4CCB4;
}
.AnyTagClassName
{
color: #B4CCB4;
}
</style>
background-color css
<style>
a { background-color: #B4CCB4; }
a { background-color: rgb(180,204,180); }
div.DivClassName
{
background-color: #B4CCB4;
}
.BgClassName
{
background-color: #B4CCB4;
}
</style>
border-color css
<style>
span { border-color: #B4CCB4; }
span { border-color: rgb(180,204,180); }
td.TdClassName
{
border-color: #B4CCB4;
}
.TagClassName
{
border-color: #B4CCB4;
}
</style>