Shades of Zanah #B1C3B0
Tints of Zanah #B1C3B0
RGB
CMYK
RGB Variations
Color information
#B1C3B0 (or 0xB1C3B0) is known color: Zanah. HEX triplet: B1, C3 and B0. RGB value is (177,195,176). Sum of RGB (Red+Green+Blue) = 177+195+176=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3B0 is #4E3C4F. Grayscale: #BBBBBB. Windows color (decimal): -5127248 or 11584433. OLE color: 11584433.
HSL color Cylindrical-coordinate representation of color #B1C3B0: hue angle of 116.84º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C3B0 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 176 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.24 |
| HSL | 116.84º | 0.14% | 0.73% | - |
| HSV(B) | 116.84º | 0.1% | 0.76% | - |
| XYZ | 45.48 | 51.51 | 48.62 | - |
| YUV | 187.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 176 | 0.09 | 0 | 0.10 | 0.24 | 116.84 | 0.14 | 0.73 |
| Hex | B1 | C3 | B0 | 9 | 0 | A | 18 | 75 | E | 49 |
| Octal | 261 | 303 | 260 | 11 | 0 | 12 | 30 | 165 | 16 | 111 |
| Binary | 10110001 | 11000011 | 10110000 | 1001 | 0 | 1010 | 11000 | 1110101 | 1110 | 1001001 |
Color Harmonies of #B1C3B0
Complementary color
Monochromatic Colors of #B1C3B0
Black with #B1C3B0
Text Example
Text Example
White with #B1C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3B0; }
p { color: rgb(177,195,176); }
H1.HeaderClassName
{
color: #B1C3B0;
}
.AnyTagClassName
{
color: #B1C3B0;
}
</style>
background-color css
<style>
a { background-color: #B1C3B0; }
a { background-color: rgb(177,195,176); }
div.DivClassName
{
background-color: #B1C3B0;
}
.BgClassName
{
background-color: #B1C3B0;
}
</style>
border-color css
<style>
span { border-color: #B1C3B0; }
span { border-color: rgb(177,195,176); }
td.TdClassName
{
border-color: #B1C3B0;
}
.TagClassName
{
border-color: #B1C3B0;
}
</style>