Shades of Gum Leaf #B0D4BB
Tints of Gum Leaf #B0D4BB
RGB
CMYK
RGB Variations
Color information
#B0D4BB (or 0xB0D4BB) is known color: Gum Leaf. HEX triplet: B0, D4 and BB. RGB value is (176,212,187). Sum of RGB (Red+Green+Blue) = 176+212+187=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4BB is #4F2B44. Grayscale: #C6C6C6. Windows color (decimal): -5188421 or 12309680. OLE color: 12309680.
HSL color Cylindrical-coordinate representation of color #B0D4BB: hue angle of 138.33º degrees, saturation: 0.3, 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 #B0D4BB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 212 | 187 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.17 |
| HSL | 138.33º | 0.3% | 0.76% | - |
| HSV(B) | 138.33º | 0.17% | 0.83% | - |
| XYZ | 50.42 | 59.9 | 55.92 | - |
| YUV | 198.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 187 | 0.17 | 0 | 0.12 | 0.17 | 138.33 | 0.3 | 0.76 |
| Hex | B0 | D4 | BB | 11 | 0 | C | 11 | 8A | 1E | 4C |
| Octal | 260 | 324 | 273 | 21 | 0 | 14 | 21 | 212 | 36 | 114 |
| Binary | 10110000 | 11010100 | 10111011 | 10001 | 0 | 1100 | 10001 | 10001010 | 11110 | 1001100 |
Color Harmonies of #B0D4BB
Complementary color
Monochromatic Colors of #B0D4BB
Black with #B0D4BB
Text Example
Text Example
White with #B0D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D4BB; }
p { color: rgb(176,212,187); }
H1.HeaderClassName
{
color: #B0D4BB;
}
.AnyTagClassName
{
color: #B0D4BB;
}
</style>
background-color css
<style>
a { background-color: #B0D4BB; }
a { background-color: rgb(176,212,187); }
div.DivClassName
{
background-color: #B0D4BB;
}
.BgClassName
{
background-color: #B0D4BB;
}
</style>
border-color css
<style>
span { border-color: #B0D4BB; }
span { border-color: rgb(176,212,187); }
td.TdClassName
{
border-color: #B0D4BB;
}
.TagClassName
{
border-color: #B0D4BB;
}
</style>