Shades of Zanah #B3C5B2
Tints of Zanah #B3C5B2
RGB
CMYK
RGB Variations
Color information
#B3C5B2 (or 0xB3C5B2) is known color: Zanah. HEX triplet: B3, C5 and B2. RGB value is (179,197,178). Sum of RGB (Red+Green+Blue) = 179+197+178=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5B2 is #4C3A4D. Grayscale: #BDBDBD. Windows color (decimal): -4995662 or 11716019. OLE color: 11716019.
HSL color Cylindrical-coordinate representation of color #B3C5B2: hue angle of 116.84º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C5B2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 178 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.23 |
| HSL | 116.84º | 0.14% | 0.74% | - |
| HSV(B) | 116.84º | 0.1% | 0.77% | - |
| XYZ | 46.59 | 52.73 | 49.84 | - |
| YUV | 189.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 178 | 0.09 | 0 | 0.10 | 0.23 | 116.84 | 0.14 | 0.74 |
| Hex | B3 | C5 | B2 | 9 | 0 | A | 17 | 75 | E | 4A |
| Octal | 263 | 305 | 262 | 11 | 0 | 12 | 27 | 165 | 16 | 112 |
| Binary | 10110011 | 11000101 | 10110010 | 1001 | 0 | 1010 | 10111 | 1110101 | 1110 | 1001010 |
Color Harmonies of #B3C5B2
Complementary color
Monochromatic Colors of #B3C5B2
Black with #B3C5B2
Text Example
Text Example
White with #B3C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5B2; }
p { color: rgb(179,197,178); }
H1.HeaderClassName
{
color: #B3C5B2;
}
.AnyTagClassName
{
color: #B3C5B2;
}
</style>
background-color css
<style>
a { background-color: #B3C5B2; }
a { background-color: rgb(179,197,178); }
div.DivClassName
{
background-color: #B3C5B2;
}
.BgClassName
{
background-color: #B3C5B2;
}
</style>
border-color css
<style>
span { border-color: #B3C5B2; }
span { border-color: rgb(179,197,178); }
td.TdClassName
{
border-color: #B3C5B2;
}
.TagClassName
{
border-color: #B3C5B2;
}
</style>