Shades of Gum Leaf #B5C0B7
Tints of Gum Leaf #B5C0B7
RGB
CMYK
RGB Variations
Color information
#B5C0B7 (or 0xB5C0B7) is known color: Gum Leaf. HEX triplet: B5, C0 and B7. RGB value is (181,192,183). Sum of RGB (Red+Green+Blue) = 181+192+183=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0B7 is #4A3F48. Grayscale: #BBBBBB. Windows color (decimal): -4865865 or 12042421. OLE color: 12042421.
HSL color Cylindrical-coordinate representation of color #B5C0B7: hue angle of 130.91º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5C0B7 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 183 | - |
CMYK | 0.06 | 0 | 0.05 | 0.25 |
HSL | 130.91º | 0.08% | 0.73% | - |
HSV(B) | 130.91º | 0.06% | 0.75% | - |
XYZ | 46.45 | 50.94 | 52.18 | - |
YUV | 187.69 | 125.36 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 183 | 0.06 | 0 | 0.05 | 0.25 | 130.91 | 0.08 | 0.73 |
Hex | B5 | C0 | B7 | 6 | 0 | 5 | 19 | 83 | 8 | 49 |
Octal | 265 | 300 | 267 | 6 | 0 | 5 | 31 | 203 | 10 | 111 |
Binary | 10110101 | 11000000 | 10110111 | 110 | 0 | 101 | 11001 | 10000011 | 1000 | 1001001 |
Color Harmonies of #B5C0B7
Complementary color
Monochromatic Colors of #B5C0B7
Black with #B5C0B7
Text Example
Text Example
White with #B5C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0B7; }
p { color: rgb(181,192,183); }
H1.HeaderClassName
{
color: #B5C0B7;
}
.AnyTagClassName
{
color: #B5C0B7;
}
</style>
background-color css
<style>
a { background-color: #B5C0B7; }
a { background-color: rgb(181,192,183); }
div.DivClassName
{
background-color: #B5C0B7;
}
.BgClassName
{
background-color: #B5C0B7;
}
</style>
border-color css
<style>
span { border-color: #B5C0B7; }
span { border-color: rgb(181,192,183); }
td.TdClassName
{
border-color: #B5C0B7;
}
.TagClassName
{
border-color: #B5C0B7;
}
</style>