Shades of Gum Leaf #B4CEBB
Tints of Gum Leaf #B4CEBB
RGB
CMYK
RGB Variations
Color information
#B4CEBB (or 0xB4CEBB) is known color: Gum Leaf. HEX triplet: B4, CE and BB. RGB value is (180,206,187). Sum of RGB (Red+Green+Blue) = 180+206+187=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEBB is #4B3144. Grayscale: #C4C4C4. Windows color (decimal): -4927813 or 12308148. OLE color: 12308148.
HSL color Cylindrical-coordinate representation of color #B4CEBB: hue angle of 136.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEBB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 187 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.19 |
| HSL | 136.15º | 0.21% | 0.76% | - |
| HSV(B) | 136.15º | 0.13% | 0.81% | - |
| XYZ | 49.86 | 57.43 | 55.47 | - |
| YUV | 196.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 187 | 0.13 | 0 | 0.09 | 0.19 | 136.15 | 0.21 | 0.76 |
| Hex | B4 | CE | BB | D | 0 | 9 | 13 | 88 | 15 | 4C |
| Octal | 264 | 316 | 273 | 15 | 0 | 11 | 23 | 210 | 25 | 114 |
| Binary | 10110100 | 11001110 | 10111011 | 1101 | 0 | 1001 | 10011 | 10001000 | 10101 | 1001100 |
Color Harmonies of #B4CEBB
Complementary color
Monochromatic Colors of #B4CEBB
Black with #B4CEBB
Text Example
Text Example
White with #B4CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEBB; }
p { color: rgb(180,206,187); }
H1.HeaderClassName
{
color: #B4CEBB;
}
.AnyTagClassName
{
color: #B4CEBB;
}
</style>
background-color css
<style>
a { background-color: #B4CEBB; }
a { background-color: rgb(180,206,187); }
div.DivClassName
{
background-color: #B4CEBB;
}
.BgClassName
{
background-color: #B4CEBB;
}
</style>
border-color css
<style>
span { border-color: #B4CEBB; }
span { border-color: rgb(180,206,187); }
td.TdClassName
{
border-color: #B4CEBB;
}
.TagClassName
{
border-color: #B4CEBB;
}
</style>