Shades of Gum Leaf #B0D3B9
Tints of Gum Leaf #B0D3B9
RGB
CMYK
RGB Variations
Color information
#B0D3B9 (or 0xB0D3B9) is known color: Gum Leaf. HEX triplet: B0, D3 and B9. RGB value is (176,211,185). Sum of RGB (Red+Green+Blue) = 176+211+185=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3B9 is #4F2C46. Grayscale: #C5C5C5. Windows color (decimal): -5188679 or 12178352. OLE color: 12178352.
HSL color Cylindrical-coordinate representation of color #B0D3B9: hue angle of 135.43º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D3B9 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 185 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.17 |
| HSL | 135.43º | 0.28% | 0.76% | - |
| HSV(B) | 135.43º | 0.17% | 0.83% | - |
| XYZ | 49.96 | 59.32 | 54.72 | - |
| YUV | 197.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 185 | 0.17 | 0 | 0.12 | 0.17 | 135.43 | 0.28 | 0.76 |
| Hex | B0 | D3 | B9 | 11 | 0 | C | 11 | 87 | 1C | 4C |
| Octal | 260 | 323 | 271 | 21 | 0 | 14 | 21 | 207 | 34 | 114 |
| Binary | 10110000 | 11010011 | 10111001 | 10001 | 0 | 1100 | 10001 | 10000111 | 11100 | 1001100 |
Color Harmonies of #B0D3B9
Complementary color
Monochromatic Colors of #B0D3B9
Black with #B0D3B9
Text Example
Text Example
White with #B0D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3B9; }
p { color: rgb(176,211,185); }
H1.HeaderClassName
{
color: #B0D3B9;
}
.AnyTagClassName
{
color: #B0D3B9;
}
</style>
background-color css
<style>
a { background-color: #B0D3B9; }
a { background-color: rgb(176,211,185); }
div.DivClassName
{
background-color: #B0D3B9;
}
.BgClassName
{
background-color: #B0D3B9;
}
</style>
border-color css
<style>
span { border-color: #B0D3B9; }
span { border-color: rgb(176,211,185); }
td.TdClassName
{
border-color: #B0D3B9;
}
.TagClassName
{
border-color: #B0D3B9;
}
</style>