Shades of Zanah #B9CEB5
Tints of Zanah #B9CEB5
RGB
CMYK
RGB Variations
Color information
#B9CEB5 (or 0xB9CEB5) is known color: Zanah. HEX triplet: B9, CE and B5. RGB value is (185,206,181). Sum of RGB (Red+Green+Blue) = 185+206+181=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEB5 is #46314A. Grayscale: #C4C4C4. Windows color (decimal): -4600139 or 11914937. OLE color: 11914937.
HSL color Cylindrical-coordinate representation of color #B9CEB5: hue angle of 110.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CEB5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 181 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.19 |
| HSL | 110.4º | 0.2% | 0.76% | - |
| HSV(B) | 110.4º | 0.12% | 0.81% | - |
| XYZ | 50.42 | 57.79 | 52.21 | - |
| YUV | 196.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 181 | 0.10 | 0 | 0.12 | 0.19 | 110.4 | 0.2 | 0.76 |
| Hex | B9 | CE | B5 | A | 0 | C | 13 | 6E | 14 | 4C |
| Octal | 271 | 316 | 265 | 12 | 0 | 14 | 23 | 156 | 24 | 114 |
| Binary | 10111001 | 11001110 | 10110101 | 1010 | 0 | 1100 | 10011 | 1101110 | 10100 | 1001100 |
Color Harmonies of #B9CEB5
Complementary color
Monochromatic Colors of #B9CEB5
Black with #B9CEB5
Text Example
Text Example
White with #B9CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEB5; }
p { color: rgb(185,206,181); }
H1.HeaderClassName
{
color: #B9CEB5;
}
.AnyTagClassName
{
color: #B9CEB5;
}
</style>
background-color css
<style>
a { background-color: #B9CEB5; }
a { background-color: rgb(185,206,181); }
div.DivClassName
{
background-color: #B9CEB5;
}
.BgClassName
{
background-color: #B9CEB5;
}
</style>
border-color css
<style>
span { border-color: #B9CEB5; }
span { border-color: rgb(185,206,181); }
td.TdClassName
{
border-color: #B9CEB5;
}
.TagClassName
{
border-color: #B9CEB5;
}
</style>