Shades of Gum Leaf #B1C6B6
Tints of Gum Leaf #B1C6B6
RGB
CMYK
RGB Variations
Color information
#B1C6B6 (or 0xB1C6B6) is known color: Gum Leaf. HEX triplet: B1, C6 and B6. RGB value is (177,198,182). Sum of RGB (Red+Green+Blue) = 177+198+182=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6B6 is #4E3949. Grayscale: #BDBDBD. Windows color (decimal): -5126474 or 11978417. OLE color: 11978417.
HSL color Cylindrical-coordinate representation of color #B1C6B6: hue angle of 134.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 #B1C6B6 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 182 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.22 |
| HSL | 134.29º | 0.16% | 0.74% | - |
| HSV(B) | 134.29º | 0.11% | 0.78% | - |
| XYZ | 46.77 | 53.11 | 52.04 | - |
| YUV | 189.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 182 | 0.11 | 0 | 0.08 | 0.22 | 134.29 | 0.16 | 0.74 |
| Hex | B1 | C6 | B6 | B | 0 | 8 | 16 | 86 | 10 | 4A |
| Octal | 261 | 306 | 266 | 13 | 0 | 10 | 26 | 206 | 20 | 112 |
| Binary | 10110001 | 11000110 | 10110110 | 1011 | 0 | 1000 | 10110 | 10000110 | 10000 | 1001010 |
Color Harmonies of #B1C6B6
Complementary color
Monochromatic Colors of #B1C6B6
Black with #B1C6B6
Text Example
Text Example
White with #B1C6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6B6; }
p { color: rgb(177,198,182); }
H1.HeaderClassName
{
color: #B1C6B6;
}
.AnyTagClassName
{
color: #B1C6B6;
}
</style>
background-color css
<style>
a { background-color: #B1C6B6; }
a { background-color: rgb(177,198,182); }
div.DivClassName
{
background-color: #B1C6B6;
}
.BgClassName
{
background-color: #B1C6B6;
}
</style>
border-color css
<style>
span { border-color: #B1C6B6; }
span { border-color: rgb(177,198,182); }
td.TdClassName
{
border-color: #B1C6B6;
}
.TagClassName
{
border-color: #B1C6B6;
}
</style>