Shades of Tea Green #BDFEB4
Tints of Tea Green #BDFEB4
RGB
CMYK
RGB Variations
Color information
#BDFEB4 (or 0xBDFEB4) is known color: Tea Green. HEX triplet: BD, FE and B4. RGB value is (189,254,180). Sum of RGB (Red+Green+Blue) = 189+254+180=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB4 is #42014B. Grayscale: #E2E2E2. Windows color (decimal): -4325708 or 11861693. OLE color: 11861693.
HSL color Cylindrical-coordinate representation of color #BDFEB4: hue angle of 112.7º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDFEB4 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 180 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.00 |
| HSL | 112.7º | 0.97% | 0.85% | - |
| HSV(B) | 112.7º | 0.29% | 1% | - |
| XYZ | 64.67 | 85 | 56.18 | - |
| YUV | 226.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 180 | 0.26 | 0 | 0.29 | 0.00 | 112.7 | 0.97 | 0.85 |
| Hex | BD | FE | B4 | 1A | 0 | 1D | 0 | 71 | 61 | 55 |
| Octal | 275 | 376 | 264 | 32 | 0 | 35 | 0 | 161 | 141 | 125 |
| Binary | 10111101 | 11111110 | 10110100 | 11010 | 0 | 11101 | 0 | 1110001 | 1100001 | 1010101 |
Color Harmonies of #BDFEB4
Complementary color
Monochromatic Colors of #BDFEB4
Black with #BDFEB4
Text Example
Text Example
White with #BDFEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEB4; }
p { color: rgb(189,254,180); }
H1.HeaderClassName
{
color: #BDFEB4;
}
.AnyTagClassName
{
color: #BDFEB4;
}
</style>
background-color css
<style>
a { background-color: #BDFEB4; }
a { background-color: rgb(189,254,180); }
div.DivClassName
{
background-color: #BDFEB4;
}
.BgClassName
{
background-color: #BDFEB4;
}
</style>
border-color css
<style>
span { border-color: #BDFEB4; }
span { border-color: rgb(189,254,180); }
td.TdClassName
{
border-color: #BDFEB4;
}
.TagClassName
{
border-color: #BDFEB4;
}
</style>