Shades of Gum Leaf #B0D2BA
Tints of Gum Leaf #B0D2BA
RGB
CMYK
RGB Variations
Color information
#B0D2BA (or 0xB0D2BA) is known color: Gum Leaf. HEX triplet: B0, D2 and BA. RGB value is (176,210,186). Sum of RGB (Red+Green+Blue) = 176+210+186=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2BA is #4F2D45. Grayscale: #C5C5C5. Windows color (decimal): -5188934 or 12243632. OLE color: 12243632.
HSL color Cylindrical-coordinate representation of color #B0D2BA: hue angle of 137.65º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2BA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 186 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.18 |
| HSL | 137.65º | 0.27% | 0.76% | - |
| HSV(B) | 137.65º | 0.16% | 0.82% | - |
| XYZ | 49.81 | 58.87 | 55.19 | - |
| YUV | 197.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 186 | 0.16 | 0 | 0.11 | 0.18 | 137.65 | 0.27 | 0.76 |
| Hex | B0 | D2 | BA | 10 | 0 | B | 12 | 8A | 1B | 4C |
| Octal | 260 | 322 | 272 | 20 | 0 | 13 | 22 | 212 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10111010 | 10000 | 0 | 1011 | 10010 | 10001010 | 11011 | 1001100 |
Color Harmonies of #B0D2BA
Complementary color
Monochromatic Colors of #B0D2BA
Black with #B0D2BA
Text Example
Text Example
White with #B0D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2BA; }
p { color: rgb(176,210,186); }
H1.HeaderClassName
{
color: #B0D2BA;
}
.AnyTagClassName
{
color: #B0D2BA;
}
</style>
background-color css
<style>
a { background-color: #B0D2BA; }
a { background-color: rgb(176,210,186); }
div.DivClassName
{
background-color: #B0D2BA;
}
.BgClassName
{
background-color: #B0D2BA;
}
</style>
border-color css
<style>
span { border-color: #B0D2BA; }
span { border-color: rgb(176,210,186); }
td.TdClassName
{
border-color: #B0D2BA;
}
.TagClassName
{
border-color: #B0D2BA;
}
</style>