Shades of Gum Leaf #B0CEB5
Tints of Gum Leaf #B0CEB5
RGB
CMYK
RGB Variations
Color information
#B0CEB5 (or 0xB0CEB5) is known color: Gum Leaf. HEX triplet: B0, CE and B5. RGB value is (176,206,181). Sum of RGB (Red+Green+Blue) = 176+206+181=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB5 is #4F314A. Grayscale: #C2C2C2. Windows color (decimal): -5189963 or 11914928. OLE color: 11914928.
HSL color Cylindrical-coordinate representation of color #B0CEB5: hue angle of 130º degrees, saturation: 0.23, 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 #B0CEB5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 181 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.19 |
| HSL | 130º | 0.23% | 0.75% | - |
| HSV(B) | 130º | 0.15% | 0.81% | - |
| XYZ | 48.32 | 56.71 | 52.12 | - |
| YUV | 194.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 181 | 0.15 | 0 | 0.12 | 0.19 | 130 | 0.23 | 0.75 |
| Hex | B0 | CE | B5 | F | 0 | C | 13 | 82 | 17 | 4B |
| Octal | 260 | 316 | 265 | 17 | 0 | 14 | 23 | 202 | 27 | 113 |
| Binary | 10110000 | 11001110 | 10110101 | 1111 | 0 | 1100 | 10011 | 10000010 | 10111 | 1001011 |
Color Harmonies of #B0CEB5
Complementary color
Monochromatic Colors of #B0CEB5
Black with #B0CEB5
Text Example
Text Example
White with #B0CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEB5; }
p { color: rgb(176,206,181); }
H1.HeaderClassName
{
color: #B0CEB5;
}
.AnyTagClassName
{
color: #B0CEB5;
}
</style>
background-color css
<style>
a { background-color: #B0CEB5; }
a { background-color: rgb(176,206,181); }
div.DivClassName
{
background-color: #B0CEB5;
}
.BgClassName
{
background-color: #B0CEB5;
}
</style>
border-color css
<style>
span { border-color: #B0CEB5; }
span { border-color: rgb(176,206,181); }
td.TdClassName
{
border-color: #B0CEB5;
}
.TagClassName
{
border-color: #B0CEB5;
}
</style>