Shades of Tea Green #BCFFB8
Tints of Tea Green #BCFFB8
RGB
CMYK
RGB Variations
Color information
#BCFFB8 (or 0xBCFFB8) is known color: Tea Green. HEX triplet: BC, FF and B8. RGB value is (188,255,184). Sum of RGB (Red+Green+Blue) = 188+255+184=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB8 is #430047. Grayscale: #E3E3E3. Windows color (decimal): -4390984 or 12124092. OLE color: 12124092.
HSL color Cylindrical-coordinate representation of color #BCFFB8: hue angle of 116.62º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFFB8 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 184 | - |
| CMYK | 0.26 | 0 | 0.28 | 0 |
| HSL | 116.62º | 1% | 0.86% | - |
| HSV(B) | 116.62º | 0.28% | 1% | - |
| XYZ | 65.15 | 85.67 | 58.45 | - |
| YUV | 226.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 184 | 0.26 | 0 | 0.28 | 0 | 116.62 | 1 | 0.86 |
| Hex | BC | FF | B8 | 1A | 0 | 1C | 0 | 75 | 64 | 56 |
| Octal | 274 | 377 | 270 | 32 | 0 | 34 | 0 | 165 | 144 | 126 |
| Binary | 10111100 | 11111111 | 10111000 | 11010 | 0 | 11100 | 0 | 1110101 | 1100100 | 1010110 |
Color Harmonies of #BCFFB8
Complementary color
Monochromatic Colors of #BCFFB8
Black with #BCFFB8
Text Example
Text Example
White with #BCFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFB8; }
p { color: rgb(188,255,184); }
H1.HeaderClassName
{
color: #BCFFB8;
}
.AnyTagClassName
{
color: #BCFFB8;
}
</style>
background-color css
<style>
a { background-color: #BCFFB8; }
a { background-color: rgb(188,255,184); }
div.DivClassName
{
background-color: #BCFFB8;
}
.BgClassName
{
background-color: #BCFFB8;
}
</style>
border-color css
<style>
span { border-color: #BCFFB8; }
span { border-color: rgb(188,255,184); }
td.TdClassName
{
border-color: #BCFFB8;
}
.TagClassName
{
border-color: #BCFFB8;
}
</style>