Shades of Tea Green #BDFBB9
Tints of Tea Green #BDFBB9
RGB
CMYK
RGB Variations
Color information
#BDFBB9 (or 0xBDFBB9) is known color: Tea Green. HEX triplet: BD, FB and B9. RGB value is (189,251,185). Sum of RGB (Red+Green+Blue) = 189+251+185=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB9 is #420446. Grayscale: #E1E1E1. Windows color (decimal): -4326471 or 12188605. OLE color: 12188605.
HSL color Cylindrical-coordinate representation of color #BDFBB9: hue angle of 116.36º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFBB9 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 185 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.02 |
| HSL | 116.36º | 0.89% | 0.85% | - |
| HSV(B) | 116.36º | 0.26% | 0.98% | - |
| XYZ | 64.24 | 83.32 | 58.59 | - |
| YUV | 224.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 185 | 0.25 | 0 | 0.26 | 0.02 | 116.36 | 0.89 | 0.85 |
| Hex | BD | FB | B9 | 19 | 0 | 1A | 2 | 74 | 59 | 55 |
| Octal | 275 | 373 | 271 | 31 | 0 | 32 | 2 | 164 | 131 | 125 |
| Binary | 10111101 | 11111011 | 10111001 | 11001 | 0 | 11010 | 10 | 1110100 | 1011001 | 1010101 |
Color Harmonies of #BDFBB9
Complementary color
Monochromatic Colors of #BDFBB9
Black with #BDFBB9
Text Example
Text Example
White with #BDFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBB9; }
p { color: rgb(189,251,185); }
H1.HeaderClassName
{
color: #BDFBB9;
}
.AnyTagClassName
{
color: #BDFBB9;
}
</style>
background-color css
<style>
a { background-color: #BDFBB9; }
a { background-color: rgb(189,251,185); }
div.DivClassName
{
background-color: #BDFBB9;
}
.BgClassName
{
background-color: #BDFBB9;
}
</style>
border-color css
<style>
span { border-color: #BDFBB9; }
span { border-color: rgb(189,251,185); }
td.TdClassName
{
border-color: #BDFBB9;
}
.TagClassName
{
border-color: #BDFBB9;
}
</style>