Shades of Tea Green #BFF9BC
Tints of Tea Green #BFF9BC
RGB
CMYK
RGB Variations
Color information
#BFF9BC (or 0xBFF9BC) is known color: Tea Green. HEX triplet: BF, F9 and BC. RGB value is (191,249,188). Sum of RGB (Red+Green+Blue) = 191+249+188=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9BC is #400643. Grayscale: #E0E0E0. Windows color (decimal): -4195908 or 12384703. OLE color: 12384703.
HSL color Cylindrical-coordinate representation of color #BFF9BC: hue angle of 117.05º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF9BC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 188 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.02 |
| HSL | 117.05º | 0.84% | 0.86% | - |
| HSV(B) | 117.05º | 0.24% | 0.98% | - |
| XYZ | 64.44 | 82.46 | 60.1 | - |
| YUV | 224.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 188 | 0.23 | 0 | 0.24 | 0.02 | 117.05 | 0.84 | 0.86 |
| Hex | BF | F9 | BC | 17 | 0 | 18 | 2 | 75 | 54 | 56 |
| Octal | 277 | 371 | 274 | 27 | 0 | 30 | 2 | 165 | 124 | 126 |
| Binary | 10111111 | 11111001 | 10111100 | 10111 | 0 | 11000 | 10 | 1110101 | 1010100 | 1010110 |
Color Harmonies of #BFF9BC
Complementary color
Monochromatic Colors of #BFF9BC
Black with #BFF9BC
Text Example
Text Example
White with #BFF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9BC; }
p { color: rgb(191,249,188); }
H1.HeaderClassName
{
color: #BFF9BC;
}
.AnyTagClassName
{
color: #BFF9BC;
}
</style>
background-color css
<style>
a { background-color: #BFF9BC; }
a { background-color: rgb(191,249,188); }
div.DivClassName
{
background-color: #BFF9BC;
}
.BgClassName
{
background-color: #BFF9BC;
}
</style>
border-color css
<style>
span { border-color: #BFF9BC; }
span { border-color: rgb(191,249,188); }
td.TdClassName
{
border-color: #BFF9BC;
}
.TagClassName
{
border-color: #BFF9BC;
}
</style>