Shades of Tea Green #BDFDB7
Tints of Tea Green #BDFDB7
RGB
CMYK
RGB Variations
Color information
#BDFDB7 (or 0xBDFDB7) is known color: Tea Green. HEX triplet: BD, FD and B7. RGB value is (189,253,183). Sum of RGB (Red+Green+Blue) = 189+253+183=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB7 is #420248. Grayscale: #E2E2E2. Windows color (decimal): -4325961 or 12058045. OLE color: 12058045.
HSL color Cylindrical-coordinate representation of color #BDFDB7: hue angle of 114.86º degrees, saturation: 0.95, 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 #BDFDB7 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 183 | - |
CMYK | 0.25 | 0 | 0.28 | 0.01 |
HSL | 114.86º | 0.95% | 0.85% | - |
HSV(B) | 114.86º | 0.28% | 0.99% | - |
XYZ | 64.66 | 84.49 | 57.7 | - |
YUV | 225.88 | 103.8 | 101.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 183 | 0.25 | 0 | 0.28 | 0.01 | 114.86 | 0.95 | 0.85 |
Hex | BD | FD | B7 | 19 | 0 | 1C | 1 | 73 | 5F | 55 |
Octal | 275 | 375 | 267 | 31 | 0 | 34 | 1 | 163 | 137 | 125 |
Binary | 10111101 | 11111101 | 10110111 | 11001 | 0 | 11100 | 1 | 1110011 | 1011111 | 1010101 |
Color Harmonies of #BDFDB7
Complementary color
Monochromatic Colors of #BDFDB7
Black with #BDFDB7
Text Example
Text Example
White with #BDFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDB7; }
p { color: rgb(189,253,183); }
H1.HeaderClassName
{
color: #BDFDB7;
}
.AnyTagClassName
{
color: #BDFDB7;
}
</style>
background-color css
<style>
a { background-color: #BDFDB7; }
a { background-color: rgb(189,253,183); }
div.DivClassName
{
background-color: #BDFDB7;
}
.BgClassName
{
background-color: #BDFDB7;
}
</style>
border-color css
<style>
span { border-color: #BDFDB7; }
span { border-color: rgb(189,253,183); }
td.TdClassName
{
border-color: #BDFDB7;
}
.TagClassName
{
border-color: #BDFDB7;
}
</style>