Shades of Gum Leaf #B3C6B7
Tints of Gum Leaf #B3C6B7
RGB
CMYK
RGB Variations
Color information
#B3C6B7 (or 0xB3C6B7) is known color: Gum Leaf. HEX triplet: B3, C6 and B7. RGB value is (179,198,183). Sum of RGB (Red+Green+Blue) = 179+198+183=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C6B7 is #4C3948. Grayscale: #BEBEBE. Windows color (decimal): -4995401 or 12043955. OLE color: 12043955.
HSL color Cylindrical-coordinate representation of color #B3C6B7: hue angle of 132.63º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C6B7 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 183 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.22 |
| HSL | 132.63º | 0.14% | 0.74% | - |
| HSV(B) | 132.63º | 0.1% | 0.78% | - |
| XYZ | 47.33 | 53.39 | 52.61 | - |
| YUV | 190.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 183 | 0.10 | 0 | 0.08 | 0.22 | 132.63 | 0.14 | 0.74 |
| Hex | B3 | C6 | B7 | A | 0 | 8 | 16 | 85 | E | 4A |
| Octal | 263 | 306 | 267 | 12 | 0 | 10 | 26 | 205 | 16 | 112 |
| Binary | 10110011 | 11000110 | 10110111 | 1010 | 0 | 1000 | 10110 | 10000101 | 1110 | 1001010 |
Color Harmonies of #B3C6B7
Complementary color
Monochromatic Colors of #B3C6B7
Black with #B3C6B7
Text Example
Text Example
White with #B3C6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6B7; }
p { color: rgb(179,198,183); }
H1.HeaderClassName
{
color: #B3C6B7;
}
.AnyTagClassName
{
color: #B3C6B7;
}
</style>
background-color css
<style>
a { background-color: #B3C6B7; }
a { background-color: rgb(179,198,183); }
div.DivClassName
{
background-color: #B3C6B7;
}
.BgClassName
{
background-color: #B3C6B7;
}
</style>
border-color css
<style>
span { border-color: #B3C6B7; }
span { border-color: rgb(179,198,183); }
td.TdClassName
{
border-color: #B3C6B7;
}
.TagClassName
{
border-color: #B3C6B7;
}
</style>