Shades of Zanah #B8CBB6
Tints of Zanah #B8CBB6
RGB
CMYK
RGB Variations
Color information
#B8CBB6 (or 0xB8CBB6) is known color: Zanah. HEX triplet: B8, CB and B6. RGB value is (184,203,182). Sum of RGB (Red+Green+Blue) = 184+203+182=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBB6 is #473449. Grayscale: #C2C2C2. Windows color (decimal): -4666442 or 11979704. OLE color: 11979704.
HSL color Cylindrical-coordinate representation of color #B8CBB6: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CBB6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 182 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.20 |
| HSL | 114.29º | 0.17% | 0.75% | - |
| HSV(B) | 114.29º | 0.1% | 0.8% | - |
| XYZ | 49.57 | 56.28 | 52.51 | - |
| YUV | 194.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 182 | 0.09 | 0 | 0.10 | 0.20 | 114.29 | 0.17 | 0.75 |
| Hex | B8 | CB | B6 | 9 | 0 | A | 14 | 72 | 11 | 4B |
| Octal | 270 | 313 | 266 | 11 | 0 | 12 | 24 | 162 | 21 | 113 |
| Binary | 10111000 | 11001011 | 10110110 | 1001 | 0 | 1010 | 10100 | 1110010 | 10001 | 1001011 |
Color Harmonies of #B8CBB6
Complementary color
Monochromatic Colors of #B8CBB6
Black with #B8CBB6
Text Example
Text Example
White with #B8CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBB6; }
p { color: rgb(184,203,182); }
H1.HeaderClassName
{
color: #B8CBB6;
}
.AnyTagClassName
{
color: #B8CBB6;
}
</style>
background-color css
<style>
a { background-color: #B8CBB6; }
a { background-color: rgb(184,203,182); }
div.DivClassName
{
background-color: #B8CBB6;
}
.BgClassName
{
background-color: #B8CBB6;
}
</style>
border-color css
<style>
span { border-color: #B8CBB6; }
span { border-color: rgb(184,203,182); }
td.TdClassName
{
border-color: #B8CBB6;
}
.TagClassName
{
border-color: #B8CBB6;
}
</style>