Shades of Tea Green #BDFAB8
Tints of Tea Green #BDFAB8
RGB
CMYK
RGB Variations
Color information
#BDFAB8 (or 0xBDFAB8) is known color: Tea Green. HEX triplet: BD, FA and B8. RGB value is (189,250,184). Sum of RGB (Red+Green+Blue) = 189+250+184=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB8 is #420547. Grayscale: #E0E0E0. Windows color (decimal): -4326728 or 12122813. OLE color: 12122813.
HSL color Cylindrical-coordinate representation of color #BDFAB8: hue angle of 115.45º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFAB8 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 184 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.02 |
| HSL | 115.45º | 0.87% | 0.85% | - |
| HSV(B) | 115.45º | 0.26% | 0.98% | - |
| XYZ | 63.82 | 82.65 | 57.94 | - |
| YUV | 224.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 184 | 0.24 | 0 | 0.26 | 0.02 | 115.45 | 0.87 | 0.85 |
| Hex | BD | FA | B8 | 18 | 0 | 1A | 2 | 73 | 57 | 55 |
| Octal | 275 | 372 | 270 | 30 | 0 | 32 | 2 | 163 | 127 | 125 |
| Binary | 10111101 | 11111010 | 10111000 | 11000 | 0 | 11010 | 10 | 1110011 | 1010111 | 1010101 |
Color Harmonies of #BDFAB8
Complementary color
Monochromatic Colors of #BDFAB8
Black with #BDFAB8
Text Example
Text Example
White with #BDFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAB8; }
p { color: rgb(189,250,184); }
H1.HeaderClassName
{
color: #BDFAB8;
}
.AnyTagClassName
{
color: #BDFAB8;
}
</style>
background-color css
<style>
a { background-color: #BDFAB8; }
a { background-color: rgb(189,250,184); }
div.DivClassName
{
background-color: #BDFAB8;
}
.BgClassName
{
background-color: #BDFAB8;
}
</style>
border-color css
<style>
span { border-color: #BDFAB8; }
span { border-color: rgb(189,250,184); }
td.TdClassName
{
border-color: #BDFAB8;
}
.TagClassName
{
border-color: #BDFAB8;
}
</style>