Shades of Tea Green #BFFEBB
Tints of Tea Green #BFFEBB
RGB
CMYK
RGB Variations
Color information
#BFFEBB (or 0xBFFEBB) is known color: Tea Green. HEX triplet: BF, FE and BB. RGB value is (191,254,187). Sum of RGB (Red+Green+Blue) = 191+254+187=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEBB is #400144. Grayscale: #E3E3E3. Windows color (decimal): -4194629 or 12320447. OLE color: 12320447.
HSL color Cylindrical-coordinate representation of color #BFFEBB: hue angle of 116.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFEBB is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 187 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.00 |
| HSL | 116.42º | 0.97% | 0.86% | - |
| HSV(B) | 116.42º | 0.26% | 1% | - |
| XYZ | 65.9 | 85.55 | 60.05 | - |
| YUV | 227.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 187 | 0.25 | 0 | 0.26 | 0.00 | 116.42 | 0.97 | 0.86 |
| Hex | BF | FE | BB | 19 | 0 | 1A | 0 | 74 | 61 | 56 |
| Octal | 277 | 376 | 273 | 31 | 0 | 32 | 0 | 164 | 141 | 126 |
| Binary | 10111111 | 11111110 | 10111011 | 11001 | 0 | 11010 | 0 | 1110100 | 1100001 | 1010110 |
Color Harmonies of #BFFEBB
Complementary color
Monochromatic Colors of #BFFEBB
Black with #BFFEBB
Text Example
Text Example
White with #BFFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEBB; }
p { color: rgb(191,254,187); }
H1.HeaderClassName
{
color: #BFFEBB;
}
.AnyTagClassName
{
color: #BFFEBB;
}
</style>
background-color css
<style>
a { background-color: #BFFEBB; }
a { background-color: rgb(191,254,187); }
div.DivClassName
{
background-color: #BFFEBB;
}
.BgClassName
{
background-color: #BFFEBB;
}
</style>
border-color css
<style>
span { border-color: #BFFEBB; }
span { border-color: rgb(191,254,187); }
td.TdClassName
{
border-color: #BFFEBB;
}
.TagClassName
{
border-color: #BFFEBB;
}
</style>