Shades of Gum Leaf #B1C5B3
Tints of Gum Leaf #B1C5B3
RGB
CMYK
RGB Variations
Color information
#B1C5B3 (or 0xB1C5B3) is known color: Gum Leaf. HEX triplet: B1, C5 and B3. RGB value is (177,197,179). Sum of RGB (Red+Green+Blue) = 177+197+179=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5B3 is #4E3A4C. Grayscale: #BDBDBD. Windows color (decimal): -5126733 or 11781553. OLE color: 11781553.
HSL color Cylindrical-coordinate representation of color #B1C5B3: hue angle of 126º degrees, saturation: 0.15, 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 #B1C5B3 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 179 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.23 |
| HSL | 126º | 0.15% | 0.73% | - |
| HSV(B) | 126º | 0.1% | 0.77% | - |
| XYZ | 46.23 | 52.53 | 50.35 | - |
| YUV | 188.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 179 | 0.10 | 0 | 0.09 | 0.23 | 126 | 0.15 | 0.73 |
| Hex | B1 | C5 | B3 | A | 0 | 9 | 17 | 7E | F | 49 |
| Octal | 261 | 305 | 263 | 12 | 0 | 11 | 27 | 176 | 17 | 111 |
| Binary | 10110001 | 11000101 | 10110011 | 1010 | 0 | 1001 | 10111 | 1111110 | 1111 | 1001001 |
Color Harmonies of #B1C5B3
Complementary color
Monochromatic Colors of #B1C5B3
Black with #B1C5B3
Text Example
Text Example
White with #B1C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5B3; }
p { color: rgb(177,197,179); }
H1.HeaderClassName
{
color: #B1C5B3;
}
.AnyTagClassName
{
color: #B1C5B3;
}
</style>
background-color css
<style>
a { background-color: #B1C5B3; }
a { background-color: rgb(177,197,179); }
div.DivClassName
{
background-color: #B1C5B3;
}
.BgClassName
{
background-color: #B1C5B3;
}
</style>
border-color css
<style>
span { border-color: #B1C5B3; }
span { border-color: rgb(177,197,179); }
td.TdClassName
{
border-color: #B1C5B3;
}
.TagClassName
{
border-color: #B1C5B3;
}
</style>