Shades of Zanah #B9CBB8
Tints of Zanah #B9CBB8
RGB
CMYK
RGB Variations
Color information
#B9CBB8 (or 0xB9CBB8) is known color: Zanah. HEX triplet: B9, CB and B8. RGB value is (185,203,184). Sum of RGB (Red+Green+Blue) = 185+203+184=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBB8 is #463447. Grayscale: #C3C3C3. Windows color (decimal): -4600904 or 12110777. OLE color: 12110777.
HSL color Cylindrical-coordinate representation of color #B9CBB8: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBB8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 184 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.20 |
| HSL | 116.84º | 0.15% | 0.76% | - |
| HSV(B) | 116.84º | 0.09% | 0.8% | - |
| XYZ | 50.02 | 56.49 | 53.61 | - |
| YUV | 195.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 184 | 0.09 | 0 | 0.09 | 0.20 | 116.84 | 0.15 | 0.76 |
| Hex | B9 | CB | B8 | 9 | 0 | 9 | 14 | 75 | F | 4C |
| Octal | 271 | 313 | 270 | 11 | 0 | 11 | 24 | 165 | 17 | 114 |
| Binary | 10111001 | 11001011 | 10111000 | 1001 | 0 | 1001 | 10100 | 1110101 | 1111 | 1001100 |
Color Harmonies of #B9CBB8
Complementary color
Monochromatic Colors of #B9CBB8
Black with #B9CBB8
Text Example
Text Example
White with #B9CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBB8; }
p { color: rgb(185,203,184); }
H1.HeaderClassName
{
color: #B9CBB8;
}
.AnyTagClassName
{
color: #B9CBB8;
}
</style>
background-color css
<style>
a { background-color: #B9CBB8; }
a { background-color: rgb(185,203,184); }
div.DivClassName
{
background-color: #B9CBB8;
}
.BgClassName
{
background-color: #B9CBB8;
}
</style>
border-color css
<style>
span { border-color: #B9CBB8; }
span { border-color: rgb(185,203,184); }
td.TdClassName
{
border-color: #B9CBB8;
}
.TagClassName
{
border-color: #B9CBB8;
}
</style>