Shades of Tea Green #BDFBB6
Tints of Tea Green #BDFBB6
RGB
CMYK
RGB Variations
Color information
#BDFBB6 (or 0xBDFBB6) is known color: Tea Green. HEX triplet: BD, FB and B6. RGB value is (189,251,182). Sum of RGB (Red+Green+Blue) = 189+251+182=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB6 is #420449. Grayscale: #E0E0E0. Windows color (decimal): -4326474 or 11991997. OLE color: 11991997.
HSL color Cylindrical-coordinate representation of color #BDFBB6: hue angle of 113.91º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFBB6 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 182 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.02 |
| HSL | 113.91º | 0.9% | 0.85% | - |
| HSV(B) | 113.91º | 0.27% | 0.98% | - |
| XYZ | 63.93 | 83.19 | 56.94 | - |
| YUV | 224.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 182 | 0.25 | 0 | 0.27 | 0.02 | 113.91 | 0.9 | 0.85 |
| Hex | BD | FB | B6 | 19 | 0 | 1B | 2 | 72 | 5A | 55 |
| Octal | 275 | 373 | 266 | 31 | 0 | 33 | 2 | 162 | 132 | 125 |
| Binary | 10111101 | 11111011 | 10110110 | 11001 | 0 | 11011 | 10 | 1110010 | 1011010 | 1010101 |
Color Harmonies of #BDFBB6
Complementary color
Monochromatic Colors of #BDFBB6
Black with #BDFBB6
Text Example
Text Example
White with #BDFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBB6; }
p { color: rgb(189,251,182); }
H1.HeaderClassName
{
color: #BDFBB6;
}
.AnyTagClassName
{
color: #BDFBB6;
}
</style>
background-color css
<style>
a { background-color: #BDFBB6; }
a { background-color: rgb(189,251,182); }
div.DivClassName
{
background-color: #BDFBB6;
}
.BgClassName
{
background-color: #BDFBB6;
}
</style>
border-color css
<style>
span { border-color: #BDFBB6; }
span { border-color: rgb(189,251,182); }
td.TdClassName
{
border-color: #BDFBB6;
}
.TagClassName
{
border-color: #BDFBB6;
}
</style>