Shades of Gum Leaf #B8C2BA
Tints of Gum Leaf #B8C2BA
RGB
CMYK
RGB Variations
Color information
#B8C2BA (or 0xB8C2BA) is known color: Gum Leaf. HEX triplet: B8, C2 and BA. RGB value is (184,194,186). Sum of RGB (Red+Green+Blue) = 184+194+186=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2BA is #473D45. Grayscale: #BEBEBE. Windows color (decimal): -4668742 or 12239544. OLE color: 12239544.
HSL color Cylindrical-coordinate representation of color #B8C2BA: hue angle of 132º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8C2BA is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 186 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.24 |
| HSL | 132º | 0.08% | 0.74% | - |
| HSV(B) | 132º | 0.05% | 0.76% | - |
| XYZ | 47.92 | 52.32 | 54.03 | - |
| YUV | 190.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 186 | 0.05 | 0 | 0.04 | 0.24 | 132 | 0.08 | 0.74 |
| Hex | B8 | C2 | BA | 5 | 0 | 4 | 18 | 84 | 8 | 4A |
| Octal | 270 | 302 | 272 | 5 | 0 | 4 | 30 | 204 | 10 | 112 |
| Binary | 10111000 | 11000010 | 10111010 | 101 | 0 | 100 | 11000 | 10000100 | 1000 | 1001010 |
Color Harmonies of #B8C2BA
Complementary color
Monochromatic Colors of #B8C2BA
Black with #B8C2BA
Text Example
Text Example
White with #B8C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2BA; }
p { color: rgb(184,194,186); }
H1.HeaderClassName
{
color: #B8C2BA;
}
.AnyTagClassName
{
color: #B8C2BA;
}
</style>
background-color css
<style>
a { background-color: #B8C2BA; }
a { background-color: rgb(184,194,186); }
div.DivClassName
{
background-color: #B8C2BA;
}
.BgClassName
{
background-color: #B8C2BA;
}
</style>
border-color css
<style>
span { border-color: #B8C2BA; }
span { border-color: rgb(184,194,186); }
td.TdClassName
{
border-color: #B8C2BA;
}
.TagClassName
{
border-color: #B8C2BA;
}
</style>