Shades of Gum Leaf #B0BBB3
Tints of Gum Leaf #B0BBB3
RGB
CMYK
RGB Variations
Color information
#B0BBB3 (or 0xB0BBB3) is known color: Gum Leaf. HEX triplet: B0, BB and B3. RGB value is (176,187,179). Sum of RGB (Red+Green+Blue) = 176+187+179=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB3 is #4F444C. Grayscale: #B6B6B6. Windows color (decimal): -5194829 or 11778992. OLE color: 11778992.
HSL color Cylindrical-coordinate representation of color #B0BBB3: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 179 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.27 |
| HSL | 136.36º | 0.07% | 0.71% | - |
| HSV(B) | 136.36º | 0.06% | 0.73% | - |
| XYZ | 43.81 | 48.03 | 49.61 | - |
| YUV | 182.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 179 | 0.06 | 0 | 0.04 | 0.27 | 136.36 | 0.07 | 0.71 |
| Hex | B0 | BB | B3 | 6 | 0 | 4 | 1B | 88 | 7 | 47 |
| Octal | 260 | 273 | 263 | 6 | 0 | 4 | 33 | 210 | 7 | 107 |
| Binary | 10110000 | 10111011 | 10110011 | 110 | 0 | 100 | 11011 | 10001000 | 111 | 1000111 |
Color Harmonies of #B0BBB3
Complementary color
Monochromatic Colors of #B0BBB3
Black with #B0BBB3
Text Example
Text Example
White with #B0BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBB3; }
p { color: rgb(176,187,179); }
H1.HeaderClassName
{
color: #B0BBB3;
}
.AnyTagClassName
{
color: #B0BBB3;
}
</style>
background-color css
<style>
a { background-color: #B0BBB3; }
a { background-color: rgb(176,187,179); }
div.DivClassName
{
background-color: #B0BBB3;
}
.BgClassName
{
background-color: #B0BBB3;
}
</style>
border-color css
<style>
span { border-color: #B0BBB3; }
span { border-color: rgb(176,187,179); }
td.TdClassName
{
border-color: #B0BBB3;
}
.TagClassName
{
border-color: #B0BBB3;
}
</style>