Shades of Tea Green #BDFDB5
Tints of Tea Green #BDFDB5
RGB
CMYK
RGB Variations
Color information
#BDFDB5 (or 0xBDFDB5) is known color: Tea Green. HEX triplet: BD, FD and B5. RGB value is (189,253,181). Sum of RGB (Red+Green+Blue) = 189+253+181=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB5 is #42024A. Grayscale: #E1E1E1. Windows color (decimal): -4325963 or 11926973. OLE color: 11926973.
HSL color Cylindrical-coordinate representation of color #BDFDB5: hue angle of 113.33º 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 #BDFDB5 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 181 | - |
CMYK | 0.25 | 0 | 0.28 | 0.01 |
HSL | 113.33º | 0.95% | 0.85% | - |
HSV(B) | 113.33º | 0.28% | 0.99% | - |
XYZ | 64.45 | 84.41 | 56.61 | - |
YUV | 225.66 | 102.8 | 101.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 181 | 0.25 | 0 | 0.28 | 0.01 | 113.33 | 0.95 | 0.85 |
Hex | BD | FD | B5 | 19 | 0 | 1C | 1 | 71 | 5F | 55 |
Octal | 275 | 375 | 265 | 31 | 0 | 34 | 1 | 161 | 137 | 125 |
Binary | 10111101 | 11111101 | 10110101 | 11001 | 0 | 11100 | 1 | 1110001 | 1011111 | 1010101 |
Color Harmonies of #BDFDB5
Complementary color
Monochromatic Colors of #BDFDB5
Black with #BDFDB5
Text Example
Text Example
White with #BDFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDB5; }
p { color: rgb(189,253,181); }
H1.HeaderClassName
{
color: #BDFDB5;
}
.AnyTagClassName
{
color: #BDFDB5;
}
</style>
background-color css
<style>
a { background-color: #BDFDB5; }
a { background-color: rgb(189,253,181); }
div.DivClassName
{
background-color: #BDFDB5;
}
.BgClassName
{
background-color: #BDFDB5;
}
</style>
border-color css
<style>
span { border-color: #BDFDB5; }
span { border-color: rgb(189,253,181); }
td.TdClassName
{
border-color: #BDFDB5;
}
.TagClassName
{
border-color: #BDFDB5;
}
</style>