Shades of Zanah #B8CCB7
Tints of Zanah #B8CCB7
RGB
CMYK
RGB Variations
Color information
#B8CCB7 (or 0xB8CCB7) is known color: Zanah. HEX triplet: B8, CC and B7. RGB value is (184,204,183). Sum of RGB (Red+Green+Blue) = 184+204+183=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCB7 is #473348. Grayscale: #C3C3C3. Windows color (decimal): -4666185 or 12045496. OLE color: 12045496.
HSL color Cylindrical-coordinate representation of color #B8CCB7: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCB7 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 183 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.2 |
| HSL | 117.14º | 0.17% | 0.76% | - |
| HSV(B) | 117.14º | 0.1% | 0.8% | - |
| XYZ | 49.91 | 56.79 | 53.13 | - |
| YUV | 195.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 183 | 0.10 | 0 | 0.10 | 0.2 | 117.14 | 0.17 | 0.76 |
| Hex | B8 | CC | B7 | A | 0 | A | 14 | 75 | 11 | 4C |
| Octal | 270 | 314 | 267 | 12 | 0 | 12 | 24 | 165 | 21 | 114 |
| Binary | 10111000 | 11001100 | 10110111 | 1010 | 0 | 1010 | 10100 | 1110101 | 10001 | 1001100 |
Color Harmonies of #B8CCB7
Complementary color
Monochromatic Colors of #B8CCB7
Black with #B8CCB7
Text Example
Text Example
White with #B8CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCB7; }
p { color: rgb(184,204,183); }
H1.HeaderClassName
{
color: #B8CCB7;
}
.AnyTagClassName
{
color: #B8CCB7;
}
</style>
background-color css
<style>
a { background-color: #B8CCB7; }
a { background-color: rgb(184,204,183); }
div.DivClassName
{
background-color: #B8CCB7;
}
.BgClassName
{
background-color: #B8CCB7;
}
</style>
border-color css
<style>
span { border-color: #B8CCB7; }
span { border-color: rgb(184,204,183); }
td.TdClassName
{
border-color: #B8CCB7;
}
.TagClassName
{
border-color: #B8CCB7;
}
</style>