Shades of Zanah #B0CBB2
Tints of Zanah #B0CBB2
RGB
CMYK
RGB Variations
Color information
#B0CBB2 (or 0xB0CBB2) is known color: Zanah. HEX triplet: B0, CB and B2. RGB value is (176,203,178). Sum of RGB (Red+Green+Blue) = 176+203+178=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBB2 is #4F344D. Grayscale: #C0C0C0. Windows color (decimal): -5190734 or 11717552. OLE color: 11717552.
HSL color Cylindrical-coordinate representation of color #B0CBB2: hue angle of 124.44º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 178 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.20 |
| HSL | 124.44º | 0.21% | 0.74% | - |
| HSV(B) | 124.44º | 0.13% | 0.8% | - |
| XYZ | 47.3 | 55.16 | 50.27 | - |
| YUV | 192.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 178 | 0.13 | 0 | 0.12 | 0.20 | 124.44 | 0.21 | 0.74 |
| Hex | B0 | CB | B2 | D | 0 | C | 14 | 7C | 15 | 4A |
| Octal | 260 | 313 | 262 | 15 | 0 | 14 | 24 | 174 | 25 | 112 |
| Binary | 10110000 | 11001011 | 10110010 | 1101 | 0 | 1100 | 10100 | 1111100 | 10101 | 1001010 |
Color Harmonies of #B0CBB2
Complementary color
Monochromatic Colors of #B0CBB2
Black with #B0CBB2
Text Example
Text Example
White with #B0CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBB2; }
p { color: rgb(176,203,178); }
H1.HeaderClassName
{
color: #B0CBB2;
}
.AnyTagClassName
{
color: #B0CBB2;
}
</style>
background-color css
<style>
a { background-color: #B0CBB2; }
a { background-color: rgb(176,203,178); }
div.DivClassName
{
background-color: #B0CBB2;
}
.BgClassName
{
background-color: #B0CBB2;
}
</style>
border-color css
<style>
span { border-color: #B0CBB2; }
span { border-color: rgb(176,203,178); }
td.TdClassName
{
border-color: #B0CBB2;
}
.TagClassName
{
border-color: #B0CBB2;
}
</style>