Shades of Gum Leaf #B0C2B6
Tints of Gum Leaf #B0C2B6
RGB
CMYK
RGB Variations
Color information
#B0C2B6 (or 0xB0C2B6) is known color: Gum Leaf. HEX triplet: B0, C2 and B6. RGB value is (176,194,182). Sum of RGB (Red+Green+Blue) = 176+194+182=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2B6 is #4F3D49. Grayscale: #BBBBBB. Windows color (decimal): -5193034 or 11977392. OLE color: 11977392.
HSL color Cylindrical-coordinate representation of color #B0C2B6: hue angle of 140º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2B6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 182 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.24 |
| HSL | 140º | 0.13% | 0.73% | - |
| HSV(B) | 140º | 0.09% | 0.76% | - |
| XYZ | 45.64 | 51.19 | 51.73 | - |
| YUV | 187.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 182 | 0.09 | 0 | 0.06 | 0.24 | 140 | 0.13 | 0.73 |
| Hex | B0 | C2 | B6 | 9 | 0 | 6 | 18 | 8C | D | 49 |
| Octal | 260 | 302 | 266 | 11 | 0 | 6 | 30 | 214 | 15 | 111 |
| Binary | 10110000 | 11000010 | 10110110 | 1001 | 0 | 110 | 11000 | 10001100 | 1101 | 1001001 |
Color Harmonies of #B0C2B6
Complementary color
Monochromatic Colors of #B0C2B6
Black with #B0C2B6
Text Example
Text Example
White with #B0C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C2B6; }
p { color: rgb(176,194,182); }
H1.HeaderClassName
{
color: #B0C2B6;
}
.AnyTagClassName
{
color: #B0C2B6;
}
</style>
background-color css
<style>
a { background-color: #B0C2B6; }
a { background-color: rgb(176,194,182); }
div.DivClassName
{
background-color: #B0C2B6;
}
.BgClassName
{
background-color: #B0C2B6;
}
</style>
border-color css
<style>
span { border-color: #B0C2B6; }
span { border-color: rgb(176,194,182); }
td.TdClassName
{
border-color: #B0C2B6;
}
.TagClassName
{
border-color: #B0C2B6;
}
</style>