Shades of Gum Leaf #B5C5B9
Tints of Gum Leaf #B5C5B9
RGB
CMYK
RGB Variations
Color information
#B5C5B9 (or 0xB5C5B9) is known color: Gum Leaf. HEX triplet: B5, C5 and B9. RGB value is (181,197,185). Sum of RGB (Red+Green+Blue) = 181+197+185=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B9 is #4A3A46. Grayscale: #BEBEBE. Windows color (decimal): -4864583 or 12174773. OLE color: 12174773.
HSL color Cylindrical-coordinate representation of color #B5C5B9: hue angle of 135º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5B9 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 185 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.23 |
| HSL | 135º | 0.12% | 0.74% | - |
| HSV(B) | 135º | 0.08% | 0.77% | - |
| XYZ | 47.78 | 53.26 | 53.66 | - |
| YUV | 190.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 185 | 0.08 | 0 | 0.06 | 0.23 | 135 | 0.12 | 0.74 |
| Hex | B5 | C5 | B9 | 8 | 0 | 6 | 17 | 87 | C | 4A |
| Octal | 265 | 305 | 271 | 10 | 0 | 6 | 27 | 207 | 14 | 112 |
| Binary | 10110101 | 11000101 | 10111001 | 1000 | 0 | 110 | 10111 | 10000111 | 1100 | 1001010 |
Color Harmonies of #B5C5B9
Complementary color
Monochromatic Colors of #B5C5B9
Black with #B5C5B9
Text Example
Text Example
White with #B5C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5B9; }
p { color: rgb(181,197,185); }
H1.HeaderClassName
{
color: #B5C5B9;
}
.AnyTagClassName
{
color: #B5C5B9;
}
</style>
background-color css
<style>
a { background-color: #B5C5B9; }
a { background-color: rgb(181,197,185); }
div.DivClassName
{
background-color: #B5C5B9;
}
.BgClassName
{
background-color: #B5C5B9;
}
</style>
border-color css
<style>
span { border-color: #B5C5B9; }
span { border-color: rgb(181,197,185); }
td.TdClassName
{
border-color: #B5C5B9;
}
.TagClassName
{
border-color: #B5C5B9;
}
</style>