Shades of Zanah #B4CFAF
Tints of Zanah #B4CFAF
RGB
CMYK
RGB Variations
Color information
#B4CFAF (or 0xB4CFAF) is known color: Zanah. HEX triplet: B4, CF and AF. RGB value is (180,207,175). Sum of RGB (Red+Green+Blue) = 180+207+175=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CFAF is #4B3050. Grayscale: #C3C3C3. Windows color (decimal): -4927569 or 11521972. OLE color: 11521972.
HSL color Cylindrical-coordinate representation of color #B4CFAF: hue angle of 110.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4CFAF is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 175 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.19 |
| HSL | 110.63º | 0.25% | 0.75% | - |
| HSV(B) | 110.63º | 0.15% | 0.81% | - |
| XYZ | 48.87 | 57.42 | 49.07 | - |
| YUV | 195.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 175 | 0.13 | 0 | 0.15 | 0.19 | 110.63 | 0.25 | 0.75 |
| Hex | B4 | CF | AF | D | 0 | F | 13 | 6F | 19 | 4B |
| Octal | 264 | 317 | 257 | 15 | 0 | 17 | 23 | 157 | 31 | 113 |
| Binary | 10110100 | 11001111 | 10101111 | 1101 | 0 | 1111 | 10011 | 1101111 | 11001 | 1001011 |
Color Harmonies of #B4CFAF
Complementary color
Monochromatic Colors of #B4CFAF
Black with #B4CFAF
Text Example
Text Example
White with #B4CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFAF; }
p { color: rgb(180,207,175); }
H1.HeaderClassName
{
color: #B4CFAF;
}
.AnyTagClassName
{
color: #B4CFAF;
}
</style>
background-color css
<style>
a { background-color: #B4CFAF; }
a { background-color: rgb(180,207,175); }
div.DivClassName
{
background-color: #B4CFAF;
}
.BgClassName
{
background-color: #B4CFAF;
}
</style>
border-color css
<style>
span { border-color: #B4CFAF; }
span { border-color: rgb(180,207,175); }
td.TdClassName
{
border-color: #B4CFAF;
}
.TagClassName
{
border-color: #B4CFAF;
}
</style>