Shades of Tea Green #BDFEB5
Tints of Tea Green #BDFEB5
RGB
CMYK
RGB Variations
Color information
#BDFEB5 (or 0xBDFEB5) is known color: Tea Green. HEX triplet: BD, FE and B5. RGB value is (189,254,181). Sum of RGB (Red+Green+Blue) = 189+254+181=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB5 is #42014A. Grayscale: #E2E2E2. Windows color (decimal): -4325707 or 11927229. OLE color: 11927229.
HSL color Cylindrical-coordinate representation of color #BDFEB5: hue angle of 113.42º 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 #BDFEB5 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 181 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.00 |
| HSL | 113.42º | 0.97% | 0.85% | - |
| HSV(B) | 113.42º | 0.29% | 1% | - |
| XYZ | 64.77 | 85.04 | 56.72 | - |
| YUV | 226.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 181 | 0.26 | 0 | 0.29 | 0.00 | 113.42 | 0.97 | 0.85 |
| Hex | BD | FE | B5 | 1A | 0 | 1D | 0 | 71 | 61 | 55 |
| Octal | 275 | 376 | 265 | 32 | 0 | 35 | 0 | 161 | 141 | 125 |
| Binary | 10111101 | 11111110 | 10110101 | 11010 | 0 | 11101 | 0 | 1110001 | 1100001 | 1010101 |
Color Harmonies of #BDFEB5
Complementary color
Monochromatic Colors of #BDFEB5
Black with #BDFEB5
Text Example
Text Example
White with #BDFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEB5; }
p { color: rgb(189,254,181); }
H1.HeaderClassName
{
color: #BDFEB5;
}
.AnyTagClassName
{
color: #BDFEB5;
}
</style>
background-color css
<style>
a { background-color: #BDFEB5; }
a { background-color: rgb(189,254,181); }
div.DivClassName
{
background-color: #BDFEB5;
}
.BgClassName
{
background-color: #BDFEB5;
}
</style>
border-color css
<style>
span { border-color: #BDFEB5; }
span { border-color: rgb(189,254,181); }
td.TdClassName
{
border-color: #BDFEB5;
}
.TagClassName
{
border-color: #BDFEB5;
}
</style>