Shades of Gum Leaf #B0CBB5
Tints of Gum Leaf #B0CBB5
RGB
CMYK
RGB Variations
Color information
#B0CBB5 (or 0xB0CBB5) is known color: Gum Leaf. HEX triplet: B0, CB and B5. RGB value is (176,203,181). Sum of RGB (Red+Green+Blue) = 176+203+181=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBB5 is #4F344A. Grayscale: #C0C0C0. Windows color (decimal): -5190731 or 11914160. OLE color: 11914160.
HSL color Cylindrical-coordinate representation of color #B0CBB5: hue angle of 131.11º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBB5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 181 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.20 |
| HSL | 131.11º | 0.21% | 0.74% | - |
| HSV(B) | 131.11º | 0.13% | 0.8% | - |
| XYZ | 47.6 | 55.28 | 51.88 | - |
| YUV | 192.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 181 | 0.13 | 0 | 0.11 | 0.20 | 131.11 | 0.21 | 0.74 |
| Hex | B0 | CB | B5 | D | 0 | B | 14 | 83 | 15 | 4A |
| Octal | 260 | 313 | 265 | 15 | 0 | 13 | 24 | 203 | 25 | 112 |
| Binary | 10110000 | 11001011 | 10110101 | 1101 | 0 | 1011 | 10100 | 10000011 | 10101 | 1001010 |
Color Harmonies of #B0CBB5
Complementary color
Monochromatic Colors of #B0CBB5
Black with #B0CBB5
Text Example
Text Example
White with #B0CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBB5; }
p { color: rgb(176,203,181); }
H1.HeaderClassName
{
color: #B0CBB5;
}
.AnyTagClassName
{
color: #B0CBB5;
}
</style>
background-color css
<style>
a { background-color: #B0CBB5; }
a { background-color: rgb(176,203,181); }
div.DivClassName
{
background-color: #B0CBB5;
}
.BgClassName
{
background-color: #B0CBB5;
}
</style>
border-color css
<style>
span { border-color: #B0CBB5; }
span { border-color: rgb(176,203,181); }
td.TdClassName
{
border-color: #B0CBB5;
}
.TagClassName
{
border-color: #B0CBB5;
}
</style>