Shades of Tea Green #BFFCBC
Tints of Tea Green #BFFCBC
RGB
CMYK
RGB Variations
Color information
#BFFCBC (or 0xBFFCBC) is known color: Tea Green. HEX triplet: BF, FC and BC. RGB value is (191,252,188). Sum of RGB (Red+Green+Blue) = 191+252+188=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCBC is #400343. Grayscale: #E2E2E2. Windows color (decimal): -4195140 or 12385471. OLE color: 12385471.
HSL color Cylindrical-coordinate representation of color #BFFCBC: hue angle of 117.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFCBC is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 188 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.01 |
| HSL | 117.19º | 0.91% | 0.86% | - |
| HSV(B) | 117.19º | 0.25% | 0.99% | - |
| XYZ | 65.37 | 84.33 | 60.41 | - |
| YUV | 226.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 188 | 0.24 | 0 | 0.25 | 0.01 | 117.19 | 0.91 | 0.86 |
| Hex | BF | FC | BC | 18 | 0 | 19 | 1 | 75 | 5B | 56 |
| Octal | 277 | 374 | 274 | 30 | 0 | 31 | 1 | 165 | 133 | 126 |
| Binary | 10111111 | 11111100 | 10111100 | 11000 | 0 | 11001 | 1 | 1110101 | 1011011 | 1010110 |
Color Harmonies of #BFFCBC
Complementary color
Monochromatic Colors of #BFFCBC
Black with #BFFCBC
Text Example
Text Example
White with #BFFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFCBC; }
p { color: rgb(191,252,188); }
H1.HeaderClassName
{
color: #BFFCBC;
}
.AnyTagClassName
{
color: #BFFCBC;
}
</style>
background-color css
<style>
a { background-color: #BFFCBC; }
a { background-color: rgb(191,252,188); }
div.DivClassName
{
background-color: #BFFCBC;
}
.BgClassName
{
background-color: #BFFCBC;
}
</style>
border-color css
<style>
span { border-color: #BFFCBC; }
span { border-color: rgb(191,252,188); }
td.TdClassName
{
border-color: #BFFCBC;
}
.TagClassName
{
border-color: #BFFCBC;
}
</style>