Shades of Tea Green #BFFEBC
Tints of Tea Green #BFFEBC
RGB
CMYK
RGB Variations
Color information
#BFFEBC (or 0xBFFEBC) is known color: Tea Green. HEX triplet: BF, FE and BC. RGB value is (191,254,188). Sum of RGB (Red+Green+Blue) = 191+254+188=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEBC is #400143. Grayscale: #E3E3E3. Windows color (decimal): -4194628 or 12385983. OLE color: 12385983.
HSL color Cylindrical-coordinate representation of color #BFFEBC: hue angle of 117.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFEBC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 188 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.00 |
| HSL | 117.27º | 0.97% | 0.87% | - |
| HSV(B) | 117.27º | 0.26% | 1% | - |
| XYZ | 66 | 85.59 | 60.62 | - |
| YUV | 227.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 188 | 0.25 | 0 | 0.26 | 0.00 | 117.27 | 0.97 | 0.87 |
| Hex | BF | FE | BC | 19 | 0 | 1A | 0 | 75 | 61 | 57 |
| Octal | 277 | 376 | 274 | 31 | 0 | 32 | 0 | 165 | 141 | 127 |
| Binary | 10111111 | 11111110 | 10111100 | 11001 | 0 | 11010 | 0 | 1110101 | 1100001 | 1010111 |
Color Harmonies of #BFFEBC
Complementary color
Monochromatic Colors of #BFFEBC
Black with #BFFEBC
Text Example
Text Example
White with #BFFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEBC; }
p { color: rgb(191,254,188); }
H1.HeaderClassName
{
color: #BFFEBC;
}
.AnyTagClassName
{
color: #BFFEBC;
}
</style>
background-color css
<style>
a { background-color: #BFFEBC; }
a { background-color: rgb(191,254,188); }
div.DivClassName
{
background-color: #BFFEBC;
}
.BgClassName
{
background-color: #BFFEBC;
}
</style>
border-color css
<style>
span { border-color: #BFFEBC; }
span { border-color: rgb(191,254,188); }
td.TdClassName
{
border-color: #BFFEBC;
}
.TagClassName
{
border-color: #BFFEBC;
}
</style>