Shades of Gum Leaf #B0CFB5
Tints of Gum Leaf #B0CFB5
RGB
CMYK
RGB Variations
Color information
#B0CFB5 (or 0xB0CFB5) is known color: Gum Leaf. HEX triplet: B0, CF and B5. RGB value is (176,207,181). Sum of RGB (Red+Green+Blue) = 176+207+181=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFB5 is #4F304A. Grayscale: #C2C2C2. Windows color (decimal): -5189707 or 11915184. OLE color: 11915184.
HSL color Cylindrical-coordinate representation of color #B0CFB5: hue angle of 129.68º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFB5 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 181 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.19 |
| HSL | 129.68º | 0.24% | 0.75% | - |
| HSV(B) | 129.68º | 0.15% | 0.81% | - |
| XYZ | 48.56 | 57.19 | 52.2 | - |
| YUV | 194.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 181 | 0.15 | 0 | 0.13 | 0.19 | 129.68 | 0.24 | 0.75 |
| Hex | B0 | CF | B5 | F | 0 | D | 13 | 82 | 18 | 4B |
| Octal | 260 | 317 | 265 | 17 | 0 | 15 | 23 | 202 | 30 | 113 |
| Binary | 10110000 | 11001111 | 10110101 | 1111 | 0 | 1101 | 10011 | 10000010 | 11000 | 1001011 |
Color Harmonies of #B0CFB5
Complementary color
Monochromatic Colors of #B0CFB5
Black with #B0CFB5
Text Example
Text Example
White with #B0CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFB5; }
p { color: rgb(176,207,181); }
H1.HeaderClassName
{
color: #B0CFB5;
}
.AnyTagClassName
{
color: #B0CFB5;
}
</style>
background-color css
<style>
a { background-color: #B0CFB5; }
a { background-color: rgb(176,207,181); }
div.DivClassName
{
background-color: #B0CFB5;
}
.BgClassName
{
background-color: #B0CFB5;
}
</style>
border-color css
<style>
span { border-color: #B0CFB5; }
span { border-color: rgb(176,207,181); }
td.TdClassName
{
border-color: #B0CFB5;
}
.TagClassName
{
border-color: #B0CFB5;
}
</style>