Shades of Tea Green #BDFCB7
Tints of Tea Green #BDFCB7
RGB
CMYK
RGB Variations
Color information
#BDFCB7 (or 0xBDFCB7) is known color: Tea Green. HEX triplet: BD, FC and B7. RGB value is (189,252,183). Sum of RGB (Red+Green+Blue) = 189+252+183=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCB7 is #420348. Grayscale: #E1E1E1. Windows color (decimal): -4326217 or 12057789. OLE color: 12057789.
HSL color Cylindrical-coordinate representation of color #BDFCB7: hue angle of 114.78º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFCB7 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 183 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.01 |
| HSL | 114.78º | 0.92% | 0.85% | - |
| HSV(B) | 114.78º | 0.27% | 0.99% | - |
| XYZ | 64.34 | 83.86 | 57.59 | - |
| YUV | 225.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 183 | 0.25 | 0 | 0.27 | 0.01 | 114.78 | 0.92 | 0.85 |
| Hex | BD | FC | B7 | 19 | 0 | 1B | 1 | 73 | 5C | 55 |
| Octal | 275 | 374 | 267 | 31 | 0 | 33 | 1 | 163 | 134 | 125 |
| Binary | 10111101 | 11111100 | 10110111 | 11001 | 0 | 11011 | 1 | 1110011 | 1011100 | 1010101 |
Color Harmonies of #BDFCB7
Complementary color
Monochromatic Colors of #BDFCB7
Black with #BDFCB7
Text Example
Text Example
White with #BDFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCB7; }
p { color: rgb(189,252,183); }
H1.HeaderClassName
{
color: #BDFCB7;
}
.AnyTagClassName
{
color: #BDFCB7;
}
</style>
background-color css
<style>
a { background-color: #BDFCB7; }
a { background-color: rgb(189,252,183); }
div.DivClassName
{
background-color: #BDFCB7;
}
.BgClassName
{
background-color: #BDFCB7;
}
</style>
border-color css
<style>
span { border-color: #BDFCB7; }
span { border-color: rgb(189,252,183); }
td.TdClassName
{
border-color: #BDFCB7;
}
.TagClassName
{
border-color: #BDFCB7;
}
</style>