Shades of Gum Leaf #B0CBB4
Tints of Gum Leaf #B0CBB4
RGB
CMYK
RGB Variations
Color information
#B0CBB4 (or 0xB0CBB4) is known color: Gum Leaf. HEX triplet: B0, CB and B4. RGB value is (176,203,180). Sum of RGB (Red+Green+Blue) = 176+203+180=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBB4 is #4F344B. Grayscale: #C0C0C0. Windows color (decimal): -5190732 or 11848624. OLE color: 11848624.
HSL color Cylindrical-coordinate representation of color #B0CBB4: hue angle of 128.89º 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 #B0CBB4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 180 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.20 |
| HSL | 128.89º | 0.21% | 0.74% | - |
| HSV(B) | 128.89º | 0.13% | 0.8% | - |
| XYZ | 47.5 | 55.24 | 51.34 | - |
| YUV | 192.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 180 | 0.13 | 0 | 0.11 | 0.20 | 128.89 | 0.21 | 0.74 |
| Hex | B0 | CB | B4 | D | 0 | B | 14 | 81 | 15 | 4A |
| Octal | 260 | 313 | 264 | 15 | 0 | 13 | 24 | 201 | 25 | 112 |
| Binary | 10110000 | 11001011 | 10110100 | 1101 | 0 | 1011 | 10100 | 10000001 | 10101 | 1001010 |
Color Harmonies of #B0CBB4
Complementary color
Monochromatic Colors of #B0CBB4
Black with #B0CBB4
Text Example
Text Example
White with #B0CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBB4; }
p { color: rgb(176,203,180); }
H1.HeaderClassName
{
color: #B0CBB4;
}
.AnyTagClassName
{
color: #B0CBB4;
}
</style>
background-color css
<style>
a { background-color: #B0CBB4; }
a { background-color: rgb(176,203,180); }
div.DivClassName
{
background-color: #B0CBB4;
}
.BgClassName
{
background-color: #B0CBB4;
}
</style>
border-color css
<style>
span { border-color: #B0CBB4; }
span { border-color: rgb(176,203,180); }
td.TdClassName
{
border-color: #B0CBB4;
}
.TagClassName
{
border-color: #B0CBB4;
}
</style>