Shades of Gum Leaf #B0D1B8
Tints of Gum Leaf #B0D1B8
RGB
CMYK
RGB Variations
Color information
#B0D1B8 (or 0xB0D1B8) is known color: Gum Leaf. HEX triplet: B0, D1 and B8. RGB value is (176,209,184). Sum of RGB (Red+Green+Blue) = 176+209+184=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1B8 is #4F2E47. Grayscale: #C4C4C4. Windows color (decimal): -5189192 or 12112304. OLE color: 12112304.
HSL color Cylindrical-coordinate representation of color #B0D1B8: hue angle of 134.55º 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 #B0D1B8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 184 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.18 |
| HSL | 134.55º | 0.26% | 0.75% | - |
| HSV(B) | 134.55º | 0.16% | 0.82% | - |
| XYZ | 49.36 | 58.29 | 54 | - |
| YUV | 196.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 184 | 0.16 | 0 | 0.12 | 0.18 | 134.55 | 0.26 | 0.75 |
| Hex | B0 | D1 | B8 | 10 | 0 | C | 12 | 87 | 1A | 4B |
| Octal | 260 | 321 | 270 | 20 | 0 | 14 | 22 | 207 | 32 | 113 |
| Binary | 10110000 | 11010001 | 10111000 | 10000 | 0 | 1100 | 10010 | 10000111 | 11010 | 1001011 |
Color Harmonies of #B0D1B8
Complementary color
Monochromatic Colors of #B0D1B8
Black with #B0D1B8
Text Example
Text Example
White with #B0D1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1B8; }
p { color: rgb(176,209,184); }
H1.HeaderClassName
{
color: #B0D1B8;
}
.AnyTagClassName
{
color: #B0D1B8;
}
</style>
background-color css
<style>
a { background-color: #B0D1B8; }
a { background-color: rgb(176,209,184); }
div.DivClassName
{
background-color: #B0D1B8;
}
.BgClassName
{
background-color: #B0D1B8;
}
</style>
border-color css
<style>
span { border-color: #B0D1B8; }
span { border-color: rgb(176,209,184); }
td.TdClassName
{
border-color: #B0D1B8;
}
.TagClassName
{
border-color: #B0D1B8;
}
</style>