Shades of Zanah #B9CFB8
Tints of Zanah #B9CFB8
RGB
CMYK
RGB Variations
Color information
#B9CFB8 (or 0xB9CFB8) is known color: Zanah. HEX triplet: B9, CF and B8. RGB value is (185,207,184). Sum of RGB (Red+Green+Blue) = 185+207+184=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFB8 is #463047. Grayscale: #C5C5C5. Windows color (decimal): -4599880 or 12111801. OLE color: 12111801.
HSL color Cylindrical-coordinate representation of color #B9CFB8: hue angle of 117.39º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFB8 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 184 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.19 |
| HSL | 117.39º | 0.19% | 0.77% | - |
| HSV(B) | 117.39º | 0.11% | 0.81% | - |
| XYZ | 50.97 | 58.4 | 53.93 | - |
| YUV | 197.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 184 | 0.11 | 0 | 0.11 | 0.19 | 117.39 | 0.19 | 0.77 |
| Hex | B9 | CF | B8 | B | 0 | B | 13 | 75 | 13 | 4D |
| Octal | 271 | 317 | 270 | 13 | 0 | 13 | 23 | 165 | 23 | 115 |
| Binary | 10111001 | 11001111 | 10111000 | 1011 | 0 | 1011 | 10011 | 1110101 | 10011 | 1001101 |
Color Harmonies of #B9CFB8
Complementary color
Monochromatic Colors of #B9CFB8
Black with #B9CFB8
Text Example
Text Example
White with #B9CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFB8; }
p { color: rgb(185,207,184); }
H1.HeaderClassName
{
color: #B9CFB8;
}
.AnyTagClassName
{
color: #B9CFB8;
}
</style>
background-color css
<style>
a { background-color: #B9CFB8; }
a { background-color: rgb(185,207,184); }
div.DivClassName
{
background-color: #B9CFB8;
}
.BgClassName
{
background-color: #B9CFB8;
}
</style>
border-color css
<style>
span { border-color: #B9CFB8; }
span { border-color: rgb(185,207,184); }
td.TdClassName
{
border-color: #B9CFB8;
}
.TagClassName
{
border-color: #B9CFB8;
}
</style>