Shades of Gum Leaf #B9C6BC
Tints of Gum Leaf #B9C6BC
RGB
CMYK
RGB Variations
Color information
#B9C6BC (or 0xB9C6BC) is known color: Gum Leaf. HEX triplet: B9, C6 and BC. RGB value is (185,198,188). Sum of RGB (Red+Green+Blue) = 185+198+188=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6BC is #463943. Grayscale: #C1C1C1. Windows color (decimal): -4602180 or 12371641. OLE color: 12371641.
HSL color Cylindrical-coordinate representation of color #B9C6BC: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C6BC is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 188 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.22 |
| HSL | 133.85º | 0.1% | 0.75% | - |
| HSV(B) | 133.85º | 0.07% | 0.78% | - |
| XYZ | 49.28 | 54.33 | 55.47 | - |
| YUV | 192.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 188 | 0.07 | 0 | 0.05 | 0.22 | 133.85 | 0.1 | 0.75 |
| Hex | B9 | C6 | BC | 7 | 0 | 5 | 16 | 86 | A | 4B |
| Octal | 271 | 306 | 274 | 7 | 0 | 5 | 26 | 206 | 12 | 113 |
| Binary | 10111001 | 11000110 | 10111100 | 111 | 0 | 101 | 10110 | 10000110 | 1010 | 1001011 |
Color Harmonies of #B9C6BC
Complementary color
Monochromatic Colors of #B9C6BC
Black with #B9C6BC
Text Example
Text Example
White with #B9C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C6BC; }
p { color: rgb(185,198,188); }
H1.HeaderClassName
{
color: #B9C6BC;
}
.AnyTagClassName
{
color: #B9C6BC;
}
</style>
background-color css
<style>
a { background-color: #B9C6BC; }
a { background-color: rgb(185,198,188); }
div.DivClassName
{
background-color: #B9C6BC;
}
.BgClassName
{
background-color: #B9C6BC;
}
</style>
border-color css
<style>
span { border-color: #B9C6BC; }
span { border-color: rgb(185,198,188); }
td.TdClassName
{
border-color: #B9C6BC;
}
.TagClassName
{
border-color: #B9C6BC;
}
</style>