Shades of Gum Leaf #B2BCB4
Tints of Gum Leaf #B2BCB4
RGB
CMYK
RGB Variations
Color information
#B2BCB4 (or 0xB2BCB4) is known color: Gum Leaf. HEX triplet: B2, BC and B4. RGB value is (178,188,180). Sum of RGB (Red+Green+Blue) = 178+188+180=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCB4 is #4D434B. Grayscale: #B8B8B8. Windows color (decimal): -5063500 or 11844786. OLE color: 11844786.
HSL color Cylindrical-coordinate representation of color #B2BCB4: hue angle of 132º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BCB4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 180 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.26 |
| HSL | 132º | 0.07% | 0.72% | - |
| HSV(B) | 132º | 0.05% | 0.74% | - |
| XYZ | 44.58 | 48.73 | 50.24 | - |
| YUV | 184.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 180 | 0.05 | 0 | 0.04 | 0.26 | 132 | 0.07 | 0.72 |
| Hex | B2 | BC | B4 | 5 | 0 | 4 | 1A | 84 | 7 | 48 |
| Octal | 262 | 274 | 264 | 5 | 0 | 4 | 32 | 204 | 7 | 110 |
| Binary | 10110010 | 10111100 | 10110100 | 101 | 0 | 100 | 11010 | 10000100 | 111 | 1001000 |
Color Harmonies of #B2BCB4
Complementary color
Monochromatic Colors of #B2BCB4
Black with #B2BCB4
Text Example
Text Example
White with #B2BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCB4; }
p { color: rgb(178,188,180); }
H1.HeaderClassName
{
color: #B2BCB4;
}
.AnyTagClassName
{
color: #B2BCB4;
}
</style>
background-color css
<style>
a { background-color: #B2BCB4; }
a { background-color: rgb(178,188,180); }
div.DivClassName
{
background-color: #B2BCB4;
}
.BgClassName
{
background-color: #B2BCB4;
}
</style>
border-color css
<style>
span { border-color: #B2BCB4; }
span { border-color: rgb(178,188,180); }
td.TdClassName
{
border-color: #B2BCB4;
}
.TagClassName
{
border-color: #B2BCB4;
}
</style>