Shades of Gum Leaf #B1C4B7
Tints of Gum Leaf #B1C4B7
RGB
CMYK
RGB Variations
Color information
#B1C4B7 (or 0xB1C4B7) is known color: Gum Leaf. HEX triplet: B1, C4 and B7. RGB value is (177,196,183). Sum of RGB (Red+Green+Blue) = 177+196+183=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4B7 is #4E3B48. Grayscale: #BCBCBC. Windows color (decimal): -5126985 or 12043441. OLE color: 12043441.
HSL color Cylindrical-coordinate representation of color #B1C4B7: hue angle of 138.95º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C4B7 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 183 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.23 |
| HSL | 138.95º | 0.14% | 0.73% | - |
| HSV(B) | 138.95º | 0.1% | 0.77% | - |
| XYZ | 46.42 | 52.25 | 52.44 | - |
| YUV | 188.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 183 | 0.10 | 0 | 0.07 | 0.23 | 138.95 | 0.14 | 0.73 |
| Hex | B1 | C4 | B7 | A | 0 | 7 | 17 | 8B | E | 49 |
| Octal | 261 | 304 | 267 | 12 | 0 | 7 | 27 | 213 | 16 | 111 |
| Binary | 10110001 | 11000100 | 10110111 | 1010 | 0 | 111 | 10111 | 10001011 | 1110 | 1001001 |
Color Harmonies of #B1C4B7
Complementary color
Monochromatic Colors of #B1C4B7
Black with #B1C4B7
Text Example
Text Example
White with #B1C4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4B7; }
p { color: rgb(177,196,183); }
H1.HeaderClassName
{
color: #B1C4B7;
}
.AnyTagClassName
{
color: #B1C4B7;
}
</style>
background-color css
<style>
a { background-color: #B1C4B7; }
a { background-color: rgb(177,196,183); }
div.DivClassName
{
background-color: #B1C4B7;
}
.BgClassName
{
background-color: #B1C4B7;
}
</style>
border-color css
<style>
span { border-color: #B1C4B7; }
span { border-color: rgb(177,196,183); }
td.TdClassName
{
border-color: #B1C4B7;
}
.TagClassName
{
border-color: #B1C4B7;
}
</style>