Shades of Tea Green #BDFDB8
Tints of Tea Green #BDFDB8
RGB
CMYK
RGB Variations
Color information
#BDFDB8 (or 0xBDFDB8) is known color: Tea Green. HEX triplet: BD, FD and B8. RGB value is (189,253,184). Sum of RGB (Red+Green+Blue) = 189+253+184=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB8 is #420247. Grayscale: #E2E2E2. Windows color (decimal): -4325960 or 12123581. OLE color: 12123581.
HSL color Cylindrical-coordinate representation of color #BDFDB8: hue angle of 115.65º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFDB8 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 184 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.01 |
| HSL | 115.65º | 0.95% | 0.86% | - |
| HSV(B) | 115.65º | 0.27% | 0.99% | - |
| XYZ | 64.76 | 84.53 | 58.25 | - |
| YUV | 226 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 184 | 0.25 | 0 | 0.27 | 0.01 | 115.65 | 0.95 | 0.86 |
| Hex | BD | FD | B8 | 19 | 0 | 1B | 1 | 74 | 5F | 56 |
| Octal | 275 | 375 | 270 | 31 | 0 | 33 | 1 | 164 | 137 | 126 |
| Binary | 10111101 | 11111101 | 10111000 | 11001 | 0 | 11011 | 1 | 1110100 | 1011111 | 1010110 |
Color Harmonies of #BDFDB8
Complementary color
Monochromatic Colors of #BDFDB8
Black with #BDFDB8
Text Example
Text Example
White with #BDFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDB8; }
p { color: rgb(189,253,184); }
H1.HeaderClassName
{
color: #BDFDB8;
}
.AnyTagClassName
{
color: #BDFDB8;
}
</style>
background-color css
<style>
a { background-color: #BDFDB8; }
a { background-color: rgb(189,253,184); }
div.DivClassName
{
background-color: #BDFDB8;
}
.BgClassName
{
background-color: #BDFDB8;
}
</style>
border-color css
<style>
span { border-color: #BDFDB8; }
span { border-color: rgb(189,253,184); }
td.TdClassName
{
border-color: #BDFDB8;
}
.TagClassName
{
border-color: #BDFDB8;
}
</style>