Shades of Gum Leaf #B0D1BA
Tints of Gum Leaf #B0D1BA
RGB
CMYK
RGB Variations
Color information
#B0D1BA (or 0xB0D1BA) is known color: Gum Leaf. HEX triplet: B0, D1 and BA. RGB value is (176,209,186). Sum of RGB (Red+Green+Blue) = 176+209+186=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1BA is #4F2E45. Grayscale: #C4C4C4. Windows color (decimal): -5189190 or 12243376. OLE color: 12243376.
HSL color Cylindrical-coordinate representation of color #B0D1BA: hue angle of 138.18º 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 #B0D1BA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 186 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.18 |
| HSL | 138.18º | 0.26% | 0.75% | - |
| HSV(B) | 138.18º | 0.16% | 0.82% | - |
| XYZ | 49.57 | 58.38 | 55.11 | - |
| YUV | 196.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 186 | 0.16 | 0 | 0.11 | 0.18 | 138.18 | 0.26 | 0.75 |
| Hex | B0 | D1 | BA | 10 | 0 | B | 12 | 8A | 1A | 4B |
| Octal | 260 | 321 | 272 | 20 | 0 | 13 | 22 | 212 | 32 | 113 |
| Binary | 10110000 | 11010001 | 10111010 | 10000 | 0 | 1011 | 10010 | 10001010 | 11010 | 1001011 |
Color Harmonies of #B0D1BA
Complementary color
Monochromatic Colors of #B0D1BA
Black with #B0D1BA
Text Example
Text Example
White with #B0D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1BA; }
p { color: rgb(176,209,186); }
H1.HeaderClassName
{
color: #B0D1BA;
}
.AnyTagClassName
{
color: #B0D1BA;
}
</style>
background-color css
<style>
a { background-color: #B0D1BA; }
a { background-color: rgb(176,209,186); }
div.DivClassName
{
background-color: #B0D1BA;
}
.BgClassName
{
background-color: #B0D1BA;
}
</style>
border-color css
<style>
span { border-color: #B0D1BA; }
span { border-color: rgb(176,209,186); }
td.TdClassName
{
border-color: #B0D1BA;
}
.TagClassName
{
border-color: #B0D1BA;
}
</style>