Shades of Zanah #B5C8B3
Tints of Zanah #B5C8B3
RGB
CMYK
RGB Variations
Color information
#B5C8B3 (or 0xB5C8B3) is known color: Zanah. HEX triplet: B5, C8 and B3. RGB value is (181,200,179). Sum of RGB (Red+Green+Blue) = 181+200+179=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8B3 is #4A374C. Grayscale: #BFBFBF. Windows color (decimal): -4863821 or 11782325. OLE color: 11782325.
HSL color Cylindrical-coordinate representation of color #B5C8B3: hue angle of 114.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C8B3 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 179 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.22 |
| HSL | 114.29º | 0.16% | 0.74% | - |
| HSV(B) | 114.29º | 0.11% | 0.78% | - |
| XYZ | 47.85 | 54.39 | 50.62 | - |
| YUV | 191.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 179 | 0.09 | 0 | 0.10 | 0.22 | 114.29 | 0.16 | 0.74 |
| Hex | B5 | C8 | B3 | 9 | 0 | A | 16 | 72 | 10 | 4A |
| Octal | 265 | 310 | 263 | 11 | 0 | 12 | 26 | 162 | 20 | 112 |
| Binary | 10110101 | 11001000 | 10110011 | 1001 | 0 | 1010 | 10110 | 1110010 | 10000 | 1001010 |
Color Harmonies of #B5C8B3
Complementary color
Monochromatic Colors of #B5C8B3
Black with #B5C8B3
Text Example
Text Example
White with #B5C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8B3; }
p { color: rgb(181,200,179); }
H1.HeaderClassName
{
color: #B5C8B3;
}
.AnyTagClassName
{
color: #B5C8B3;
}
</style>
background-color css
<style>
a { background-color: #B5C8B3; }
a { background-color: rgb(181,200,179); }
div.DivClassName
{
background-color: #B5C8B3;
}
.BgClassName
{
background-color: #B5C8B3;
}
</style>
border-color css
<style>
span { border-color: #B5C8B3; }
span { border-color: rgb(181,200,179); }
td.TdClassName
{
border-color: #B5C8B3;
}
.TagClassName
{
border-color: #B5C8B3;
}
</style>