Shades of Gum Leaf #B0D5BA
Tints of Gum Leaf #B0D5BA
RGB
CMYK
RGB Variations
Color information
#B0D5BA (or 0xB0D5BA) is known color: Gum Leaf. HEX triplet: B0, D5 and BA. RGB value is (176,213,186). Sum of RGB (Red+Green+Blue) = 176+213+186=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5BA is #4F2A45. Grayscale: #C6C6C6. Windows color (decimal): -5188166 or 12244400. OLE color: 12244400.
HSL color Cylindrical-coordinate representation of color #B0D5BA: hue angle of 136.22º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D5BA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 186 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.16 |
| HSL | 136.22º | 0.31% | 0.76% | - |
| HSV(B) | 136.22º | 0.17% | 0.84% | - |
| XYZ | 50.56 | 60.36 | 55.44 | - |
| YUV | 198.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 186 | 0.17 | 0 | 0.13 | 0.16 | 136.22 | 0.31 | 0.76 |
| Hex | B0 | D5 | BA | 11 | 0 | D | 10 | 88 | 1F | 4C |
| Octal | 260 | 325 | 272 | 21 | 0 | 15 | 20 | 210 | 37 | 114 |
| Binary | 10110000 | 11010101 | 10111010 | 10001 | 0 | 1101 | 10000 | 10001000 | 11111 | 1001100 |
Color Harmonies of #B0D5BA
Complementary color
Monochromatic Colors of #B0D5BA
Black with #B0D5BA
Text Example
Text Example
White with #B0D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5BA; }
p { color: rgb(176,213,186); }
H1.HeaderClassName
{
color: #B0D5BA;
}
.AnyTagClassName
{
color: #B0D5BA;
}
</style>
background-color css
<style>
a { background-color: #B0D5BA; }
a { background-color: rgb(176,213,186); }
div.DivClassName
{
background-color: #B0D5BA;
}
.BgClassName
{
background-color: #B0D5BA;
}
</style>
border-color css
<style>
span { border-color: #B0D5BA; }
span { border-color: rgb(176,213,186); }
td.TdClassName
{
border-color: #B0D5BA;
}
.TagClassName
{
border-color: #B0D5BA;
}
</style>