Shades of Gum Leaf #B2C2B7
Tints of Gum Leaf #B2C2B7
RGB
CMYK
RGB Variations
Color information
#B2C2B7 (or 0xB2C2B7) is known color: Gum Leaf. HEX triplet: B2, C2 and B7. RGB value is (178,194,183). Sum of RGB (Red+Green+Blue) = 178+194+183=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2B7 is #4D3D48. Grayscale: #BBBBBB. Windows color (decimal): -5061961 or 12042930. OLE color: 12042930.
HSL color Cylindrical-coordinate representation of color #B2C2B7: hue angle of 138.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2C2B7 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 183 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.24 |
| HSL | 138.75º | 0.12% | 0.73% | - |
| HSV(B) | 138.75º | 0.08% | 0.76% | - |
| XYZ | 46.2 | 51.47 | 52.3 | - |
| YUV | 187.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 183 | 0.08 | 0 | 0.06 | 0.24 | 138.75 | 0.12 | 0.73 |
| Hex | B2 | C2 | B7 | 8 | 0 | 6 | 18 | 8B | C | 49 |
| Octal | 262 | 302 | 267 | 10 | 0 | 6 | 30 | 213 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10110111 | 1000 | 0 | 110 | 11000 | 10001011 | 1100 | 1001001 |
Color Harmonies of #B2C2B7
Complementary color
Monochromatic Colors of #B2C2B7
Black with #B2C2B7
Text Example
Text Example
White with #B2C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2B7; }
p { color: rgb(178,194,183); }
H1.HeaderClassName
{
color: #B2C2B7;
}
.AnyTagClassName
{
color: #B2C2B7;
}
</style>
background-color css
<style>
a { background-color: #B2C2B7; }
a { background-color: rgb(178,194,183); }
div.DivClassName
{
background-color: #B2C2B7;
}
.BgClassName
{
background-color: #B2C2B7;
}
</style>
border-color css
<style>
span { border-color: #B2C2B7; }
span { border-color: rgb(178,194,183); }
td.TdClassName
{
border-color: #B2C2B7;
}
.TagClassName
{
border-color: #B2C2B7;
}
</style>