Shades of Gum Leaf #B0C2B3
Tints of Gum Leaf #B0C2B3
RGB
CMYK
RGB Variations
Color information
#B0C2B3 (or 0xB0C2B3) is known color: Gum Leaf. HEX triplet: B0, C2 and B3. RGB value is (176,194,179). Sum of RGB (Red+Green+Blue) = 176+194+179=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2B3 is #4F3D4C. Grayscale: #BABABA. Windows color (decimal): -5193037 or 11780784. OLE color: 11780784.
HSL color Cylindrical-coordinate representation of color #B0C2B3: hue angle of 130º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2B3 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 179 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.24 |
| HSL | 130º | 0.13% | 0.73% | - |
| HSV(B) | 130º | 0.09% | 0.76% | - |
| XYZ | 45.33 | 51.07 | 50.12 | - |
| YUV | 186.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 179 | 0.09 | 0 | 0.08 | 0.24 | 130 | 0.13 | 0.73 |
| Hex | B0 | C2 | B3 | 9 | 0 | 8 | 18 | 82 | D | 49 |
| Octal | 260 | 302 | 263 | 11 | 0 | 10 | 30 | 202 | 15 | 111 |
| Binary | 10110000 | 11000010 | 10110011 | 1001 | 0 | 1000 | 11000 | 10000010 | 1101 | 1001001 |
Color Harmonies of #B0C2B3
Complementary color
Monochromatic Colors of #B0C2B3
Black with #B0C2B3
Text Example
Text Example
White with #B0C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C2B3; }
p { color: rgb(176,194,179); }
H1.HeaderClassName
{
color: #B0C2B3;
}
.AnyTagClassName
{
color: #B0C2B3;
}
</style>
background-color css
<style>
a { background-color: #B0C2B3; }
a { background-color: rgb(176,194,179); }
div.DivClassName
{
background-color: #B0C2B3;
}
.BgClassName
{
background-color: #B0C2B3;
}
</style>
border-color css
<style>
span { border-color: #B0C2B3; }
span { border-color: rgb(176,194,179); }
td.TdClassName
{
border-color: #B0C2B3;
}
.TagClassName
{
border-color: #B0C2B3;
}
</style>