Shades of Gum Leaf #B4C2B7
Tints of Gum Leaf #B4C2B7
RGB
CMYK
RGB Variations
Color information
#B4C2B7 (or 0xB4C2B7) is known color: Gum Leaf. HEX triplet: B4, C2 and B7. RGB value is (180,194,183). Sum of RGB (Red+Green+Blue) = 180+194+183=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2B7 is #4B3D48. Grayscale: #BCBCBC. Windows color (decimal): -4930889 or 12042932. OLE color: 12042932.
HSL color Cylindrical-coordinate representation of color #B4C2B7: hue angle of 132.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C2B7 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 180 | 194 | 183 | - |
CMYK | 0.07 | 0 | 0.06 | 0.24 |
HSL | 132.86º | 0.1% | 0.73% | - |
HSV(B) | 132.86º | 0.07% | 0.76% | - |
XYZ | 46.66 | 51.71 | 52.32 | - |
YUV | 188.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 194 | 183 | 0.07 | 0 | 0.06 | 0.24 | 132.86 | 0.1 | 0.73 |
Hex | B4 | C2 | B7 | 7 | 0 | 6 | 18 | 85 | A | 49 |
Octal | 264 | 302 | 267 | 7 | 0 | 6 | 30 | 205 | 12 | 111 |
Binary | 10110100 | 11000010 | 10110111 | 111 | 0 | 110 | 11000 | 10000101 | 1010 | 1001001 |
Color Harmonies of #B4C2B7
Complementary color
Monochromatic Colors of #B4C2B7
Black with #B4C2B7
Text Example
Text Example
White with #B4C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2B7; }
p { color: rgb(180,194,183); }
H1.HeaderClassName
{
color: #B4C2B7;
}
.AnyTagClassName
{
color: #B4C2B7;
}
</style>
background-color css
<style>
a { background-color: #B4C2B7; }
a { background-color: rgb(180,194,183); }
div.DivClassName
{
background-color: #B4C2B7;
}
.BgClassName
{
background-color: #B4C2B7;
}
</style>
border-color css
<style>
span { border-color: #B4C2B7; }
span { border-color: rgb(180,194,183); }
td.TdClassName
{
border-color: #B4C2B7;
}
.TagClassName
{
border-color: #B4C2B7;
}
</style>