Shades of Gum Leaf #B6C7B9
Tints of Gum Leaf #B6C7B9
RGB
CMYK
RGB Variations
Color information
#B6C7B9 (or 0xB6C7B9) is known color: Gum Leaf. HEX triplet: B6, C7 and B9. RGB value is (182,199,185). Sum of RGB (Red+Green+Blue) = 182+199+185=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7B9 is #493846. Grayscale: #C0C0C0. Windows color (decimal): -4798535 or 12175286. OLE color: 12175286.
HSL color Cylindrical-coordinate representation of color #B6C7B9: hue angle of 130.59º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C7B9 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 182 | 199 | 185 | - |
CMYK | 0.09 | 0 | 0.07 | 0.22 |
HSL | 130.59º | 0.13% | 0.75% | - |
HSV(B) | 130.59º | 0.09% | 0.78% | - |
XYZ | 48.47 | 54.29 | 53.82 | - |
YUV | 192.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 199 | 185 | 0.09 | 0 | 0.07 | 0.22 | 130.59 | 0.13 | 0.75 |
Hex | B6 | C7 | B9 | 9 | 0 | 7 | 16 | 83 | D | 4B |
Octal | 266 | 307 | 271 | 11 | 0 | 7 | 26 | 203 | 15 | 113 |
Binary | 10110110 | 11000111 | 10111001 | 1001 | 0 | 111 | 10110 | 10000011 | 1101 | 1001011 |
Color Harmonies of #B6C7B9
Complementary color
Monochromatic Colors of #B6C7B9
Black with #B6C7B9
Text Example
Text Example
White with #B6C7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C7B9; }
p { color: rgb(182,199,185); }
H1.HeaderClassName
{
color: #B6C7B9;
}
.AnyTagClassName
{
color: #B6C7B9;
}
</style>
background-color css
<style>
a { background-color: #B6C7B9; }
a { background-color: rgb(182,199,185); }
div.DivClassName
{
background-color: #B6C7B9;
}
.BgClassName
{
background-color: #B6C7B9;
}
</style>
border-color css
<style>
span { border-color: #B6C7B9; }
span { border-color: rgb(182,199,185); }
td.TdClassName
{
border-color: #B6C7B9;
}
.TagClassName
{
border-color: #B6C7B9;
}
</style>