Shades of Tea Green #BFFDBC
Tints of Tea Green #BFFDBC
RGB
CMYK
RGB Variations
Color information
#BFFDBC (or 0xBFFDBC) is known color: Tea Green. HEX triplet: BF, FD and BC. RGB value is (191,253,188). Sum of RGB (Red+Green+Blue) = 191+253+188=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDBC is #400243. Grayscale: #E3E3E3. Windows color (decimal): -4194884 or 12385727. OLE color: 12385727.
HSL color Cylindrical-coordinate representation of color #BFFDBC: hue angle of 117.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFDBC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 188 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.01 |
| HSL | 117.23º | 0.94% | 0.86% | - |
| HSV(B) | 117.23º | 0.26% | 0.99% | - |
| XYZ | 65.69 | 84.96 | 60.51 | - |
| YUV | 227.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 188 | 0.25 | 0 | 0.26 | 0.01 | 117.23 | 0.94 | 0.86 |
| Hex | BF | FD | BC | 19 | 0 | 1A | 1 | 75 | 5E | 56 |
| Octal | 277 | 375 | 274 | 31 | 0 | 32 | 1 | 165 | 136 | 126 |
| Binary | 10111111 | 11111101 | 10111100 | 11001 | 0 | 11010 | 1 | 1110101 | 1011110 | 1010110 |
Color Harmonies of #BFFDBC
Complementary color
Monochromatic Colors of #BFFDBC
Black with #BFFDBC
Text Example
Text Example
White with #BFFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDBC; }
p { color: rgb(191,253,188); }
H1.HeaderClassName
{
color: #BFFDBC;
}
.AnyTagClassName
{
color: #BFFDBC;
}
</style>
background-color css
<style>
a { background-color: #BFFDBC; }
a { background-color: rgb(191,253,188); }
div.DivClassName
{
background-color: #BFFDBC;
}
.BgClassName
{
background-color: #BFFDBC;
}
</style>
border-color css
<style>
span { border-color: #BFFDBC; }
span { border-color: rgb(191,253,188); }
td.TdClassName
{
border-color: #BFFDBC;
}
.TagClassName
{
border-color: #BFFDBC;
}
</style>