Shades of Zanah #B8C9B6
Tints of Zanah #B8C9B6
RGB
CMYK
RGB Variations
Color information
#B8C9B6 (or 0xB8C9B6) is known color: Zanah. HEX triplet: B8, C9 and B6. RGB value is (184,201,182). Sum of RGB (Red+Green+Blue) = 184+201+182=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C9B6 is #473649. Grayscale: #C1C1C1. Windows color (decimal): -4666954 or 11979192. OLE color: 11979192.
HSL color Cylindrical-coordinate representation of color #B8C9B6: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C9B6 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 182 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.21 |
| HSL | 113.68º | 0.15% | 0.75% | - |
| HSV(B) | 113.68º | 0.09% | 0.79% | - |
| XYZ | 49.1 | 55.34 | 52.35 | - |
| YUV | 193.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 182 | 0.08 | 0 | 0.09 | 0.21 | 113.68 | 0.15 | 0.75 |
| Hex | B8 | C9 | B6 | 8 | 0 | 9 | 15 | 72 | F | 4B |
| Octal | 270 | 311 | 266 | 10 | 0 | 11 | 25 | 162 | 17 | 113 |
| Binary | 10111000 | 11001001 | 10110110 | 1000 | 0 | 1001 | 10101 | 1110010 | 1111 | 1001011 |
Color Harmonies of #B8C9B6
Complementary color
Monochromatic Colors of #B8C9B6
Black with #B8C9B6
Text Example
Text Example
White with #B8C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C9B6; }
p { color: rgb(184,201,182); }
H1.HeaderClassName
{
color: #B8C9B6;
}
.AnyTagClassName
{
color: #B8C9B6;
}
</style>
background-color css
<style>
a { background-color: #B8C9B6; }
a { background-color: rgb(184,201,182); }
div.DivClassName
{
background-color: #B8C9B6;
}
.BgClassName
{
background-color: #B8C9B6;
}
</style>
border-color css
<style>
span { border-color: #B8C9B6; }
span { border-color: rgb(184,201,182); }
td.TdClassName
{
border-color: #B8C9B6;
}
.TagClassName
{
border-color: #B8C9B6;
}
</style>