Shades of Tea Green #BFFFBC
Tints of Tea Green #BFFFBC
RGB
CMYK
RGB Variations
Color information
#BFFFBC (or 0xBFFFBC) is known color: Tea Green. HEX triplet: BF, FF and BC. RGB value is (191,255,188). Sum of RGB (Red+Green+Blue) = 191+255+188=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFBC is #400043. Grayscale: #E4E4E4. Windows color (decimal): -4194372 or 12386239. OLE color: 12386239.
HSL color Cylindrical-coordinate representation of color #BFFFBC: hue angle of 117.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFFBC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 188 | - |
| CMYK | 0.25 | 0 | 0.26 | 0 |
| HSL | 117.31º | 1% | 0.87% | - |
| HSV(B) | 117.31º | 0.26% | 1% | - |
| XYZ | 66.32 | 86.23 | 60.72 | - |
| YUV | 228.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 188 | 0.25 | 0 | 0.26 | 0 | 117.31 | 1 | 0.87 |
| Hex | BF | FF | BC | 19 | 0 | 1A | 0 | 75 | 64 | 57 |
| Octal | 277 | 377 | 274 | 31 | 0 | 32 | 0 | 165 | 144 | 127 |
| Binary | 10111111 | 11111111 | 10111100 | 11001 | 0 | 11010 | 0 | 1110101 | 1100100 | 1010111 |
Color Harmonies of #BFFFBC
Complementary color
Monochromatic Colors of #BFFFBC
Black with #BFFFBC
Text Example
Text Example
White with #BFFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFBC; }
p { color: rgb(191,255,188); }
H1.HeaderClassName
{
color: #BFFFBC;
}
.AnyTagClassName
{
color: #BFFFBC;
}
</style>
background-color css
<style>
a { background-color: #BFFFBC; }
a { background-color: rgb(191,255,188); }
div.DivClassName
{
background-color: #BFFFBC;
}
.BgClassName
{
background-color: #BFFFBC;
}
</style>
border-color css
<style>
span { border-color: #BFFFBC; }
span { border-color: rgb(191,255,188); }
td.TdClassName
{
border-color: #BFFFBC;
}
.TagClassName
{
border-color: #BFFFBC;
}
</style>