Shades of Gum Leaf #B2BBB3
Tints of Gum Leaf #B2BBB3
RGB
CMYK
RGB Variations
Color information
#B2BBB3 (or 0xB2BBB3) is known color: Gum Leaf. HEX triplet: B2, BB and B3. RGB value is (178,187,179). Sum of RGB (Red+Green+Blue) = 178+187+179=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB3 is #4D444C. Grayscale: #B7B7B7. Windows color (decimal): -5063757 or 11778994. OLE color: 11778994.
HSL color Cylindrical-coordinate representation of color #B2BBB3: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BBB3 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 179 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.27 |
| HSL | 126.67º | 0.06% | 0.72% | - |
| HSV(B) | 126.67º | 0.05% | 0.73% | - |
| XYZ | 44.27 | 48.26 | 49.63 | - |
| YUV | 183.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 179 | 0.05 | 0 | 0.04 | 0.27 | 126.67 | 0.06 | 0.72 |
| Hex | B2 | BB | B3 | 5 | 0 | 4 | 1B | 7F | 6 | 48 |
| Octal | 262 | 273 | 263 | 5 | 0 | 4 | 33 | 177 | 6 | 110 |
| Binary | 10110010 | 10111011 | 10110011 | 101 | 0 | 100 | 11011 | 1111111 | 110 | 1001000 |
Color Harmonies of #B2BBB3
Complementary color
Monochromatic Colors of #B2BBB3
Black with #B2BBB3
Text Example
Text Example
White with #B2BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBB3; }
p { color: rgb(178,187,179); }
H1.HeaderClassName
{
color: #B2BBB3;
}
.AnyTagClassName
{
color: #B2BBB3;
}
</style>
background-color css
<style>
a { background-color: #B2BBB3; }
a { background-color: rgb(178,187,179); }
div.DivClassName
{
background-color: #B2BBB3;
}
.BgClassName
{
background-color: #B2BBB3;
}
</style>
border-color css
<style>
span { border-color: #B2BBB3; }
span { border-color: rgb(178,187,179); }
td.TdClassName
{
border-color: #B2BBB3;
}
.TagClassName
{
border-color: #B2BBB3;
}
</style>