Shades of Gum Leaf #B5C9BA
Tints of Gum Leaf #B5C9BA
RGB
CMYK
RGB Variations
Color information
#B5C9BA (or 0xB5C9BA) is known color: Gum Leaf. HEX triplet: B5, C9 and BA. RGB value is (181,201,186). Sum of RGB (Red+Green+Blue) = 181+201+186=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9BA is #4A3645. Grayscale: #C1C1C1. Windows color (decimal): -4863558 or 12241333. OLE color: 12241333.
HSL color Cylindrical-coordinate representation of color #B5C9BA: hue angle of 135º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C9BA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 186 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.21 |
| HSL | 135º | 0.16% | 0.75% | - |
| HSV(B) | 135º | 0.1% | 0.79% | - |
| XYZ | 48.81 | 55.14 | 54.53 | - |
| YUV | 193.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 186 | 0.10 | 0 | 0.07 | 0.21 | 135 | 0.16 | 0.75 |
| Hex | B5 | C9 | BA | A | 0 | 7 | 15 | 87 | 10 | 4B |
| Octal | 265 | 311 | 272 | 12 | 0 | 7 | 25 | 207 | 20 | 113 |
| Binary | 10110101 | 11001001 | 10111010 | 1010 | 0 | 111 | 10101 | 10000111 | 10000 | 1001011 |
Color Harmonies of #B5C9BA
Complementary color
Monochromatic Colors of #B5C9BA
Black with #B5C9BA
Text Example
Text Example
White with #B5C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9BA; }
p { color: rgb(181,201,186); }
H1.HeaderClassName
{
color: #B5C9BA;
}
.AnyTagClassName
{
color: #B5C9BA;
}
</style>
background-color css
<style>
a { background-color: #B5C9BA; }
a { background-color: rgb(181,201,186); }
div.DivClassName
{
background-color: #B5C9BA;
}
.BgClassName
{
background-color: #B5C9BA;
}
</style>
border-color css
<style>
span { border-color: #B5C9BA; }
span { border-color: rgb(181,201,186); }
td.TdClassName
{
border-color: #B5C9BA;
}
.TagClassName
{
border-color: #B5C9BA;
}
</style>