Shades of Tea Green #BDFCB6
Tints of Tea Green #BDFCB6
RGB
CMYK
RGB Variations
Color information
#BDFCB6 (or 0xBDFCB6) is known color: Tea Green. HEX triplet: BD, FC and B6. RGB value is (189,252,182). Sum of RGB (Red+Green+Blue) = 189+252+182=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCB6 is #420349. Grayscale: #E1E1E1. Windows color (decimal): -4326218 or 11992253. OLE color: 11992253.
HSL color Cylindrical-coordinate representation of color #BDFCB6: hue angle of 114º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFCB6 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 182 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.01 |
| HSL | 114º | 0.92% | 0.85% | - |
| HSV(B) | 114º | 0.28% | 0.99% | - |
| XYZ | 64.24 | 83.82 | 57.05 | - |
| YUV | 225.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 182 | 0.25 | 0 | 0.28 | 0.01 | 114 | 0.92 | 0.85 |
| Hex | BD | FC | B6 | 19 | 0 | 1C | 1 | 72 | 5C | 55 |
| Octal | 275 | 374 | 266 | 31 | 0 | 34 | 1 | 162 | 134 | 125 |
| Binary | 10111101 | 11111100 | 10110110 | 11001 | 0 | 11100 | 1 | 1110010 | 1011100 | 1010101 |
Color Harmonies of #BDFCB6
Complementary color
Monochromatic Colors of #BDFCB6
Black with #BDFCB6
Text Example
Text Example
White with #BDFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCB6; }
p { color: rgb(189,252,182); }
H1.HeaderClassName
{
color: #BDFCB6;
}
.AnyTagClassName
{
color: #BDFCB6;
}
</style>
background-color css
<style>
a { background-color: #BDFCB6; }
a { background-color: rgb(189,252,182); }
div.DivClassName
{
background-color: #BDFCB6;
}
.BgClassName
{
background-color: #BDFCB6;
}
</style>
border-color css
<style>
span { border-color: #BDFCB6; }
span { border-color: rgb(189,252,182); }
td.TdClassName
{
border-color: #BDFCB6;
}
.TagClassName
{
border-color: #BDFCB6;
}
</style>