Shades of Tea Green #BDFDB9
Tints of Tea Green #BDFDB9
RGB
CMYK
RGB Variations
Color information
#BDFDB9 (or 0xBDFDB9) is known color: Tea Green. HEX triplet: BD, FD and B9. RGB value is (189,253,185). Sum of RGB (Red+Green+Blue) = 189+253+185=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB9 is #420246. Grayscale: #E2E2E2. Windows color (decimal): -4325959 or 12189117. OLE color: 12189117.
HSL color Cylindrical-coordinate representation of color #BDFDB9: hue angle of 116.47º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFDB9 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 185 | - |
CMYK | 0.25 | 0 | 0.27 | 0.01 |
HSL | 116.47º | 0.94% | 0.86% | - |
HSV(B) | 116.47º | 0.27% | 0.99% | - |
XYZ | 64.87 | 84.57 | 58.8 | - |
YUV | 226.11 | 104.8 | 101.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 185 | 0.25 | 0 | 0.27 | 0.01 | 116.47 | 0.94 | 0.86 |
Hex | BD | FD | B9 | 19 | 0 | 1B | 1 | 74 | 5E | 56 |
Octal | 275 | 375 | 271 | 31 | 0 | 33 | 1 | 164 | 136 | 126 |
Binary | 10111101 | 11111101 | 10111001 | 11001 | 0 | 11011 | 1 | 1110100 | 1011110 | 1010110 |
Color Harmonies of #BDFDB9
Complementary color
Monochromatic Colors of #BDFDB9
Black with #BDFDB9
Text Example
Text Example
White with #BDFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDB9; }
p { color: rgb(189,253,185); }
H1.HeaderClassName
{
color: #BDFDB9;
}
.AnyTagClassName
{
color: #BDFDB9;
}
</style>
background-color css
<style>
a { background-color: #BDFDB9; }
a { background-color: rgb(189,253,185); }
div.DivClassName
{
background-color: #BDFDB9;
}
.BgClassName
{
background-color: #BDFDB9;
}
</style>
border-color css
<style>
span { border-color: #BDFDB9; }
span { border-color: rgb(189,253,185); }
td.TdClassName
{
border-color: #BDFDB9;
}
.TagClassName
{
border-color: #BDFDB9;
}
</style>