Shades of Tea Green #BDFFB8
Tints of Tea Green #BDFFB8
RGB
CMYK
RGB Variations
Color information
#BDFFB8 (or 0xBDFFB8) is known color: Tea Green. HEX triplet: BD, FF and B8. RGB value is (189,255,184). Sum of RGB (Red+Green+Blue) = 189+255+184=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFB8 is #420047. Grayscale: #E3E3E3. Windows color (decimal): -4325448 or 12124093. OLE color: 12124093.
HSL color Cylindrical-coordinate representation of color #BDFFB8: hue angle of 115.77º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFFB8 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 184 | - |
| CMYK | 0.26 | 0 | 0.28 | 0 |
| HSL | 115.77º | 1% | 0.86% | - |
| HSV(B) | 115.77º | 0.28% | 1% | - |
| XYZ | 65.4 | 85.8 | 58.46 | - |
| YUV | 227.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 184 | 0.26 | 0 | 0.28 | 0 | 115.77 | 1 | 0.86 |
| Hex | BD | FF | B8 | 1A | 0 | 1C | 0 | 74 | 64 | 56 |
| Octal | 275 | 377 | 270 | 32 | 0 | 34 | 0 | 164 | 144 | 126 |
| Binary | 10111101 | 11111111 | 10111000 | 11010 | 0 | 11100 | 0 | 1110100 | 1100100 | 1010110 |
Color Harmonies of #BDFFB8
Complementary color
Monochromatic Colors of #BDFFB8
Black with #BDFFB8
Text Example
Text Example
White with #BDFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFB8; }
p { color: rgb(189,255,184); }
H1.HeaderClassName
{
color: #BDFFB8;
}
.AnyTagClassName
{
color: #BDFFB8;
}
</style>
background-color css
<style>
a { background-color: #BDFFB8; }
a { background-color: rgb(189,255,184); }
div.DivClassName
{
background-color: #BDFFB8;
}
.BgClassName
{
background-color: #BDFFB8;
}
</style>
border-color css
<style>
span { border-color: #BDFFB8; }
span { border-color: rgb(189,255,184); }
td.TdClassName
{
border-color: #BDFFB8;
}
.TagClassName
{
border-color: #BDFFB8;
}
</style>