Shades of Gum Leaf #B3CEBB
Tints of Gum Leaf #B3CEBB
RGB
CMYK
RGB Variations
Color information
#B3CEBB (or 0xB3CEBB) is known color: Gum Leaf. HEX triplet: B3, CE and BB. RGB value is (179,206,187). Sum of RGB (Red+Green+Blue) = 179+206+187=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEBB is #4C3144. Grayscale: #C3C3C3. Windows color (decimal): -4993349 or 12308147. OLE color: 12308147.
HSL color Cylindrical-coordinate representation of color #B3CEBB: hue angle of 137.78º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CEBB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 187 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.19 |
| HSL | 137.78º | 0.22% | 0.75% | - |
| HSV(B) | 137.78º | 0.13% | 0.81% | - |
| XYZ | 49.63 | 57.31 | 55.46 | - |
| YUV | 195.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 187 | 0.13 | 0 | 0.09 | 0.19 | 137.78 | 0.22 | 0.75 |
| Hex | B3 | CE | BB | D | 0 | 9 | 13 | 8A | 16 | 4B |
| Octal | 263 | 316 | 273 | 15 | 0 | 11 | 23 | 212 | 26 | 113 |
| Binary | 10110011 | 11001110 | 10111011 | 1101 | 0 | 1001 | 10011 | 10001010 | 10110 | 1001011 |
Color Harmonies of #B3CEBB
Complementary color
Monochromatic Colors of #B3CEBB
Black with #B3CEBB
Text Example
Text Example
White with #B3CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEBB; }
p { color: rgb(179,206,187); }
H1.HeaderClassName
{
color: #B3CEBB;
}
.AnyTagClassName
{
color: #B3CEBB;
}
</style>
background-color css
<style>
a { background-color: #B3CEBB; }
a { background-color: rgb(179,206,187); }
div.DivClassName
{
background-color: #B3CEBB;
}
.BgClassName
{
background-color: #B3CEBB;
}
</style>
border-color css
<style>
span { border-color: #B3CEBB; }
span { border-color: rgb(179,206,187); }
td.TdClassName
{
border-color: #B3CEBB;
}
.TagClassName
{
border-color: #B3CEBB;
}
</style>