Shades of Gum Leaf #B0BEB2
Tints of Gum Leaf #B0BEB2
RGB
CMYK
RGB Variations
Color information
#B0BEB2 (or 0xB0BEB2) is known color: Gum Leaf. HEX triplet: B0, BE and B2. RGB value is (176,190,178). Sum of RGB (Red+Green+Blue) = 176+190+178=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEB2 is #4F414D. Grayscale: #B8B8B8. Windows color (decimal): -5194062 or 11714224. OLE color: 11714224.
HSL color Cylindrical-coordinate representation of color #B0BEB2: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BEB2 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 178 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.25 |
| HSL | 128.57º | 0.1% | 0.72% | - |
| HSV(B) | 128.57º | 0.07% | 0.75% | - |
| XYZ | 44.35 | 49.27 | 49.29 | - |
| YUV | 184.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 178 | 0.07 | 0 | 0.06 | 0.25 | 128.57 | 0.1 | 0.72 |
| Hex | B0 | BE | B2 | 7 | 0 | 6 | 19 | 81 | A | 48 |
| Octal | 260 | 276 | 262 | 7 | 0 | 6 | 31 | 201 | 12 | 110 |
| Binary | 10110000 | 10111110 | 10110010 | 111 | 0 | 110 | 11001 | 10000001 | 1010 | 1001000 |
Color Harmonies of #B0BEB2
Complementary color
Monochromatic Colors of #B0BEB2
Black with #B0BEB2
Text Example
Text Example
White with #B0BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEB2; }
p { color: rgb(176,190,178); }
H1.HeaderClassName
{
color: #B0BEB2;
}
.AnyTagClassName
{
color: #B0BEB2;
}
</style>
background-color css
<style>
a { background-color: #B0BEB2; }
a { background-color: rgb(176,190,178); }
div.DivClassName
{
background-color: #B0BEB2;
}
.BgClassName
{
background-color: #B0BEB2;
}
</style>
border-color css
<style>
span { border-color: #B0BEB2; }
span { border-color: rgb(176,190,178); }
td.TdClassName
{
border-color: #B0BEB2;
}
.TagClassName
{
border-color: #B0BEB2;
}
</style>