Shades of Tea Green #BDFFBA
Tints of Tea Green #BDFFBA
RGB
CMYK
RGB Variations
Color information
#BDFFBA (or 0xBDFFBA) is known color: Tea Green. HEX triplet: BD, FF and BA. RGB value is (189,255,186). Sum of RGB (Red+Green+Blue) = 189+255+186=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFBA is #420045. Grayscale: #E3E3E3. Windows color (decimal): -4325446 or 12255165. OLE color: 12255165.
HSL color Cylindrical-coordinate representation of color #BDFFBA: hue angle of 117.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFFBA is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 186 | - |
| CMYK | 0.26 | 0 | 0.27 | 0 |
| HSL | 117.39º | 1% | 0.86% | - |
| HSV(B) | 117.39º | 0.27% | 1% | - |
| XYZ | 65.61 | 85.88 | 59.57 | - |
| YUV | 227.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 186 | 0.26 | 0 | 0.27 | 0 | 117.39 | 1 | 0.86 |
| Hex | BD | FF | BA | 1A | 0 | 1B | 0 | 75 | 64 | 56 |
| Octal | 275 | 377 | 272 | 32 | 0 | 33 | 0 | 165 | 144 | 126 |
| Binary | 10111101 | 11111111 | 10111010 | 11010 | 0 | 11011 | 0 | 1110101 | 1100100 | 1010110 |
Color Harmonies of #BDFFBA
Complementary color
Monochromatic Colors of #BDFFBA
Black with #BDFFBA
Text Example
Text Example
White with #BDFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFBA; }
p { color: rgb(189,255,186); }
H1.HeaderClassName
{
color: #BDFFBA;
}
.AnyTagClassName
{
color: #BDFFBA;
}
</style>
background-color css
<style>
a { background-color: #BDFFBA; }
a { background-color: rgb(189,255,186); }
div.DivClassName
{
background-color: #BDFFBA;
}
.BgClassName
{
background-color: #BDFFBA;
}
</style>
border-color css
<style>
span { border-color: #BDFFBA; }
span { border-color: rgb(189,255,186); }
td.TdClassName
{
border-color: #BDFFBA;
}
.TagClassName
{
border-color: #BDFFBA;
}
</style>