Shades of Gum Leaf #B0CEB6
Tints of Gum Leaf #B0CEB6
RGB
CMYK
RGB Variations
Color information
#B0CEB6 (or 0xB0CEB6) is known color: Gum Leaf. HEX triplet: B0, CE and B6. RGB value is (176,206,182). Sum of RGB (Red+Green+Blue) = 176+206+182=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB6 is #4F3149. Grayscale: #C2C2C2. Windows color (decimal): -5189962 or 11980464. OLE color: 11980464.
HSL color Cylindrical-coordinate representation of color #B0CEB6: hue angle of 132º 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 #B0CEB6 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 182 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.19 |
| HSL | 132º | 0.23% | 0.75% | - |
| HSV(B) | 132º | 0.15% | 0.81% | - |
| XYZ | 48.42 | 56.75 | 52.66 | - |
| YUV | 194.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 182 | 0.15 | 0 | 0.12 | 0.19 | 132 | 0.23 | 0.75 |
| Hex | B0 | CE | B6 | F | 0 | C | 13 | 84 | 17 | 4B |
| Octal | 260 | 316 | 266 | 17 | 0 | 14 | 23 | 204 | 27 | 113 |
| Binary | 10110000 | 11001110 | 10110110 | 1111 | 0 | 1100 | 10011 | 10000100 | 10111 | 1001011 |
Color Harmonies of #B0CEB6
Complementary color
Monochromatic Colors of #B0CEB6
Black with #B0CEB6
Text Example
Text Example
White with #B0CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEB6; }
p { color: rgb(176,206,182); }
H1.HeaderClassName
{
color: #B0CEB6;
}
.AnyTagClassName
{
color: #B0CEB6;
}
</style>
background-color css
<style>
a { background-color: #B0CEB6; }
a { background-color: rgb(176,206,182); }
div.DivClassName
{
background-color: #B0CEB6;
}
.BgClassName
{
background-color: #B0CEB6;
}
</style>
border-color css
<style>
span { border-color: #B0CEB6; }
span { border-color: rgb(176,206,182); }
td.TdClassName
{
border-color: #B0CEB6;
}
.TagClassName
{
border-color: #B0CEB6;
}
</style>