Shades of Gum Leaf #B0BAB2
Tints of Gum Leaf #B0BAB2
RGB
CMYK
RGB Variations
Color information
#B0BAB2 (or 0xB0BAB2) is known color: Gum Leaf. HEX triplet: B0, BA and B2. RGB value is (176,186,178). Sum of RGB (Red+Green+Blue) = 176+186+178=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BAB2 is #4F454D. Grayscale: #B6B6B6. Windows color (decimal): -5195086 or 11713200. OLE color: 11713200.
HSL color Cylindrical-coordinate representation of color #B0BAB2: hue angle of 132º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0BAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 186 | 178 | - |
CMYK | 0.05 | 0 | 0.04 | 0.27 |
HSL | 132º | 0.07% | 0.71% | - |
HSV(B) | 132º | 0.05% | 0.73% | - |
XYZ | 43.5 | 47.56 | 49.01 | - |
YUV | 182.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 186 | 178 | 0.05 | 0 | 0.04 | 0.27 | 132 | 0.07 | 0.71 |
Hex | B0 | BA | B2 | 5 | 0 | 4 | 1B | 84 | 7 | 47 |
Octal | 260 | 272 | 262 | 5 | 0 | 4 | 33 | 204 | 7 | 107 |
Binary | 10110000 | 10111010 | 10110010 | 101 | 0 | 100 | 11011 | 10000100 | 111 | 1000111 |
Color Harmonies of #B0BAB2
Complementary color
Monochromatic Colors of #B0BAB2
Black with #B0BAB2
Text Example
Text Example
White with #B0BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAB2; }
p { color: rgb(176,186,178); }
H1.HeaderClassName
{
color: #B0BAB2;
}
.AnyTagClassName
{
color: #B0BAB2;
}
</style>
background-color css
<style>
a { background-color: #B0BAB2; }
a { background-color: rgb(176,186,178); }
div.DivClassName
{
background-color: #B0BAB2;
}
.BgClassName
{
background-color: #B0BAB2;
}
</style>
border-color css
<style>
span { border-color: #B0BAB2; }
span { border-color: rgb(176,186,178); }
td.TdClassName
{
border-color: #B0BAB2;
}
.TagClassName
{
border-color: #B0BAB2;
}
</style>