Shades of Zanah #B5C6B6
Tints of Zanah #B5C6B6
RGB
CMYK
RGB Variations
Color information
#B5C6B6 (or 0xB5C6B6) is known color: Zanah. HEX triplet: B5, C6 and B6. RGB value is (181,198,182). Sum of RGB (Red+Green+Blue) = 181+198+182=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6B6 is #4A3949. Grayscale: #BFBFBF. Windows color (decimal): -4864330 or 11978421. OLE color: 11978421.
HSL color Cylindrical-coordinate representation of color #B5C6B6: hue angle of 123.53º 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 #B5C6B6 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 198 | 182 | - |
CMYK | 0.09 | 0 | 0.08 | 0.22 |
HSL | 123.53º | 0.13% | 0.74% | - |
HSV(B) | 123.53º | 0.09% | 0.78% | - |
XYZ | 47.69 | 53.59 | 52.09 | - |
YUV | 191.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 198 | 182 | 0.09 | 0 | 0.08 | 0.22 | 123.53 | 0.13 | 0.74 |
Hex | B5 | C6 | B6 | 9 | 0 | 8 | 16 | 7C | D | 4A |
Octal | 265 | 306 | 266 | 11 | 0 | 10 | 26 | 174 | 15 | 112 |
Binary | 10110101 | 11000110 | 10110110 | 1001 | 0 | 1000 | 10110 | 1111100 | 1101 | 1001010 |
Color Harmonies of #B5C6B6
Complementary color
Monochromatic Colors of #B5C6B6
Black with #B5C6B6
Text Example
Text Example
White with #B5C6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6B6; }
p { color: rgb(181,198,182); }
H1.HeaderClassName
{
color: #B5C6B6;
}
.AnyTagClassName
{
color: #B5C6B6;
}
</style>
background-color css
<style>
a { background-color: #B5C6B6; }
a { background-color: rgb(181,198,182); }
div.DivClassName
{
background-color: #B5C6B6;
}
.BgClassName
{
background-color: #B5C6B6;
}
</style>
border-color css
<style>
span { border-color: #B5C6B6; }
span { border-color: rgb(181,198,182); }
td.TdClassName
{
border-color: #B5C6B6;
}
.TagClassName
{
border-color: #B5C6B6;
}
</style>