Shades of Gum Leaf #B0D1B6
Tints of Gum Leaf #B0D1B6
RGB
CMYK
RGB Variations
Color information
#B0D1B6 (or 0xB0D1B6) is known color: Gum Leaf. HEX triplet: B0, D1 and B6. RGB value is (176,209,182). Sum of RGB (Red+Green+Blue) = 176+209+182=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1B6 is #4F2E49. Grayscale: #C4C4C4. Windows color (decimal): -5189194 or 11981232. OLE color: 11981232.
HSL color Cylindrical-coordinate representation of color #B0D1B6: hue angle of 130.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1B6 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 182 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.18 |
| HSL | 130.91º | 0.26% | 0.75% | - |
| HSV(B) | 130.91º | 0.16% | 0.82% | - |
| XYZ | 49.15 | 58.21 | 52.9 | - |
| YUV | 196.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 182 | 0.16 | 0 | 0.13 | 0.18 | 130.91 | 0.26 | 0.75 |
| Hex | B0 | D1 | B6 | 10 | 0 | D | 12 | 83 | 1A | 4B |
| Octal | 260 | 321 | 266 | 20 | 0 | 15 | 22 | 203 | 32 | 113 |
| Binary | 10110000 | 11010001 | 10110110 | 10000 | 0 | 1101 | 10010 | 10000011 | 11010 | 1001011 |
Color Harmonies of #B0D1B6
Complementary color
Monochromatic Colors of #B0D1B6
Black with #B0D1B6
Text Example
Text Example
White with #B0D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1B6; }
p { color: rgb(176,209,182); }
H1.HeaderClassName
{
color: #B0D1B6;
}
.AnyTagClassName
{
color: #B0D1B6;
}
</style>
background-color css
<style>
a { background-color: #B0D1B6; }
a { background-color: rgb(176,209,182); }
div.DivClassName
{
background-color: #B0D1B6;
}
.BgClassName
{
background-color: #B0D1B6;
}
</style>
border-color css
<style>
span { border-color: #B0D1B6; }
span { border-color: rgb(176,209,182); }
td.TdClassName
{
border-color: #B0D1B6;
}
.TagClassName
{
border-color: #B0D1B6;
}
</style>