Shades of Gum Leaf #B0D2B8
Tints of Gum Leaf #B0D2B8
RGB
CMYK
RGB Variations
Color information
#B0D2B8 (or 0xB0D2B8) is known color: Gum Leaf. HEX triplet: B0, D2 and B8. RGB value is (176,210,184). Sum of RGB (Red+Green+Blue) = 176+210+184=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2B8 is #4F2D47. Grayscale: #C4C4C4. Windows color (decimal): -5188936 or 12112560. OLE color: 12112560.
HSL color Cylindrical-coordinate representation of color #B0D2B8: hue angle of 134.12º 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 #B0D2B8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 184 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.18 |
| HSL | 134.12º | 0.27% | 0.76% | - |
| HSV(B) | 134.12º | 0.16% | 0.82% | - |
| XYZ | 49.6 | 58.78 | 54.08 | - |
| YUV | 196.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 184 | 0.16 | 0 | 0.12 | 0.18 | 134.12 | 0.27 | 0.76 |
| Hex | B0 | D2 | B8 | 10 | 0 | C | 12 | 86 | 1B | 4C |
| Octal | 260 | 322 | 270 | 20 | 0 | 14 | 22 | 206 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10111000 | 10000 | 0 | 1100 | 10010 | 10000110 | 11011 | 1001100 |
Color Harmonies of #B0D2B8
Complementary color
Monochromatic Colors of #B0D2B8
Black with #B0D2B8
Text Example
Text Example
White with #B0D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2B8; }
p { color: rgb(176,210,184); }
H1.HeaderClassName
{
color: #B0D2B8;
}
.AnyTagClassName
{
color: #B0D2B8;
}
</style>
background-color css
<style>
a { background-color: #B0D2B8; }
a { background-color: rgb(176,210,184); }
div.DivClassName
{
background-color: #B0D2B8;
}
.BgClassName
{
background-color: #B0D2B8;
}
</style>
border-color css
<style>
span { border-color: #B0D2B8; }
span { border-color: rgb(176,210,184); }
td.TdClassName
{
border-color: #B0D2B8;
}
.TagClassName
{
border-color: #B0D2B8;
}
</style>