Shades of Zanah #B5C6B5
Tints of Zanah #B5C6B5
RGB
CMYK
RGB Variations
Color information
#B5C6B5 (or 0xB5C6B5) is known color: Zanah. HEX triplet: B5, C6 and B5. RGB value is (181,198,181). Sum of RGB (Red+Green+Blue) = 181+198+181=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6B5 is #4A394A. Grayscale: #BFBFBF. Windows color (decimal): -4864331 or 11912885. OLE color: 11912885.
HSL color Cylindrical-coordinate representation of color #B5C6B5: hue angle of 120º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C6B5 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 198 | 181 | - |
CMYK | 0.09 | 0 | 0.09 | 0.22 |
HSL | 120º | 0.13% | 0.74% | - |
HSV(B) | 120º | 0.09% | 0.78% | - |
XYZ | 47.59 | 53.55 | 51.54 | - |
YUV | 190.98 | 122.37 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 198 | 181 | 0.09 | 0 | 0.09 | 0.22 | 120 | 0.13 | 0.74 |
Hex | B5 | C6 | B5 | 9 | 0 | 9 | 16 | 78 | D | 4A |
Octal | 265 | 306 | 265 | 11 | 0 | 11 | 26 | 170 | 15 | 112 |
Binary | 10110101 | 11000110 | 10110101 | 1001 | 0 | 1001 | 10110 | 1111000 | 1101 | 1001010 |
Color Harmonies of #B5C6B5
Complementary color
Monochromatic Colors of #B5C6B5
Black with #B5C6B5
Text Example
Text Example
White with #B5C6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6B5; }
p { color: rgb(181,198,181); }
H1.HeaderClassName
{
color: #B5C6B5;
}
.AnyTagClassName
{
color: #B5C6B5;
}
</style>
background-color css
<style>
a { background-color: #B5C6B5; }
a { background-color: rgb(181,198,181); }
div.DivClassName
{
background-color: #B5C6B5;
}
.BgClassName
{
background-color: #B5C6B5;
}
</style>
border-color css
<style>
span { border-color: #B5C6B5; }
span { border-color: rgb(181,198,181); }
td.TdClassName
{
border-color: #B5C6B5;
}
.TagClassName
{
border-color: #B5C6B5;
}
</style>