Shades of Tea Green #BDFEB6
Tints of Tea Green #BDFEB6
RGB
CMYK
RGB Variations
Color information
#BDFEB6 (or 0xBDFEB6) is known color: Tea Green. HEX triplet: BD, FE and B6. RGB value is (189,254,182). Sum of RGB (Red+Green+Blue) = 189+254+182=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB6 is #420149. Grayscale: #E2E2E2. Windows color (decimal): -4325706 or 11992765. OLE color: 11992765.
HSL color Cylindrical-coordinate representation of color #BDFEB6: hue angle of 114.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFEB6 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 189 | 254 | 182 | - |
CMYK | 0.26 | 0 | 0.28 | 0.00 |
HSL | 114.17º | 0.97% | 0.85% | - |
HSV(B) | 114.17º | 0.28% | 1% | - |
XYZ | 64.87 | 85.08 | 57.26 | - |
YUV | 226.36 | 102.97 | 101.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 254 | 182 | 0.26 | 0 | 0.28 | 0.00 | 114.17 | 0.97 | 0.85 |
Hex | BD | FE | B6 | 1A | 0 | 1C | 0 | 72 | 61 | 55 |
Octal | 275 | 376 | 266 | 32 | 0 | 34 | 0 | 162 | 141 | 125 |
Binary | 10111101 | 11111110 | 10110110 | 11010 | 0 | 11100 | 0 | 1110010 | 1100001 | 1010101 |
Color Harmonies of #BDFEB6
Complementary color
Monochromatic Colors of #BDFEB6
Black with #BDFEB6
Text Example
Text Example
White with #BDFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEB6; }
p { color: rgb(189,254,182); }
H1.HeaderClassName
{
color: #BDFEB6;
}
.AnyTagClassName
{
color: #BDFEB6;
}
</style>
background-color css
<style>
a { background-color: #BDFEB6; }
a { background-color: rgb(189,254,182); }
div.DivClassName
{
background-color: #BDFEB6;
}
.BgClassName
{
background-color: #BDFEB6;
}
</style>
border-color css
<style>
span { border-color: #BDFEB6; }
span { border-color: rgb(189,254,182); }
td.TdClassName
{
border-color: #BDFEB6;
}
.TagClassName
{
border-color: #BDFEB6;
}
</style>