Shades of Tea Green #BCFEB8
Tints of Tea Green #BCFEB8
RGB
CMYK
RGB Variations
Color information
#BCFEB8 (or 0xBCFEB8) is known color: Tea Green. HEX triplet: BC, FE and B8. RGB value is (188,254,184). Sum of RGB (Red+Green+Blue) = 188+254+184=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEB8 is #430147. Grayscale: #E2E2E2. Windows color (decimal): -4391240 or 12123836. OLE color: 12123836.
HSL color Cylindrical-coordinate representation of color #BCFEB8: hue angle of 116.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFEB8 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 184 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.00 |
| HSL | 116.57º | 0.97% | 0.86% | - |
| HSV(B) | 116.57º | 0.28% | 1% | - |
| XYZ | 64.83 | 85.04 | 58.34 | - |
| YUV | 226.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 184 | 0.26 | 0 | 0.28 | 0.00 | 116.57 | 0.97 | 0.86 |
| Hex | BC | FE | B8 | 1A | 0 | 1C | 0 | 75 | 61 | 56 |
| Octal | 274 | 376 | 270 | 32 | 0 | 34 | 0 | 165 | 141 | 126 |
| Binary | 10111100 | 11111110 | 10111000 | 11010 | 0 | 11100 | 0 | 1110101 | 1100001 | 1010110 |
Color Harmonies of #BCFEB8
Complementary color
Monochromatic Colors of #BCFEB8
Black with #BCFEB8
Text Example
Text Example
White with #BCFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEB8; }
p { color: rgb(188,254,184); }
H1.HeaderClassName
{
color: #BCFEB8;
}
.AnyTagClassName
{
color: #BCFEB8;
}
</style>
background-color css
<style>
a { background-color: #BCFEB8; }
a { background-color: rgb(188,254,184); }
div.DivClassName
{
background-color: #BCFEB8;
}
.BgClassName
{
background-color: #BCFEB8;
}
</style>
border-color css
<style>
span { border-color: #BCFEB8; }
span { border-color: rgb(188,254,184); }
td.TdClassName
{
border-color: #BCFEB8;
}
.TagClassName
{
border-color: #BCFEB8;
}
</style>