Shades of Gum Leaf #B2CDBA
Tints of Gum Leaf #B2CDBA
RGB
CMYK
RGB Variations
Color information
#B2CDBA (or 0xB2CDBA) is known color: Gum Leaf. HEX triplet: B2, CD and BA. RGB value is (178,205,186). Sum of RGB (Red+Green+Blue) = 178+205+186=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDBA is #4D3245. Grayscale: #C2C2C2. Windows color (decimal): -5059142 or 12242354. OLE color: 12242354.
HSL color Cylindrical-coordinate representation of color #B2CDBA: hue angle of 137.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDBA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 186 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.20 |
| HSL | 137.78º | 0.21% | 0.75% | - |
| HSV(B) | 137.78º | 0.13% | 0.8% | - |
| XYZ | 49.05 | 56.67 | 54.81 | - |
| YUV | 194.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 186 | 0.13 | 0 | 0.09 | 0.20 | 137.78 | 0.21 | 0.75 |
| Hex | B2 | CD | BA | D | 0 | 9 | 14 | 8A | 15 | 4B |
| Octal | 262 | 315 | 272 | 15 | 0 | 11 | 24 | 212 | 25 | 113 |
| Binary | 10110010 | 11001101 | 10111010 | 1101 | 0 | 1001 | 10100 | 10001010 | 10101 | 1001011 |
Color Harmonies of #B2CDBA
Complementary color
Monochromatic Colors of #B2CDBA
Black with #B2CDBA
Text Example
Text Example
White with #B2CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDBA; }
p { color: rgb(178,205,186); }
H1.HeaderClassName
{
color: #B2CDBA;
}
.AnyTagClassName
{
color: #B2CDBA;
}
</style>
background-color css
<style>
a { background-color: #B2CDBA; }
a { background-color: rgb(178,205,186); }
div.DivClassName
{
background-color: #B2CDBA;
}
.BgClassName
{
background-color: #B2CDBA;
}
</style>
border-color css
<style>
span { border-color: #B2CDBA; }
span { border-color: rgb(178,205,186); }
td.TdClassName
{
border-color: #B2CDBA;
}
.TagClassName
{
border-color: #B2CDBA;
}
</style>