Shades of Sprout #BDD09E
Tints of Sprout #BDD09E
RGB
CMYK
RGB Variations
Color information
#BDD09E (or 0xBDD09E) is known color: Sprout. HEX triplet: BD, D0 and 9E. RGB value is (189,208,158). Sum of RGB (Red+Green+Blue) = 189+208+158=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09E is #422F61. Grayscale: #C4C4C4. Windows color (decimal): -4337506 or 10408125. OLE color: 10408125.
HSL color Cylindrical-coordinate representation of color #BDD09E: hue angle of 82.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD09E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 158 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.18 |
| HSL | 82.8º | 0.35% | 0.72% | - |
| HSV(B) | 82.8º | 0.24% | 0.82% | - |
| XYZ | 49.71 | 58.4 | 41 | - |
| YUV | 196.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 158 | 0.09 | 0 | 0.24 | 0.18 | 82.8 | 0.35 | 0.72 |
| Hex | BD | D0 | 9E | 9 | 0 | 18 | 12 | 53 | 23 | 48 |
| Octal | 275 | 320 | 236 | 11 | 0 | 30 | 22 | 123 | 43 | 110 |
| Binary | 10111101 | 11010000 | 10011110 | 1001 | 0 | 11000 | 10010 | 1010011 | 100011 | 1001000 |
Color Harmonies of #BDD09E
Complementary color
Monochromatic Colors of #BDD09E
Black with #BDD09E
Text Example
Text Example
White with #BDD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD09E; }
p { color: rgb(189,208,158); }
H1.HeaderClassName
{
color: #BDD09E;
}
.AnyTagClassName
{
color: #BDD09E;
}
</style>
background-color css
<style>
a { background-color: #BDD09E; }
a { background-color: rgb(189,208,158); }
div.DivClassName
{
background-color: #BDD09E;
}
.BgClassName
{
background-color: #BDD09E;
}
</style>
border-color css
<style>
span { border-color: #BDD09E; }
span { border-color: rgb(189,208,158); }
td.TdClassName
{
border-color: #BDD09E;
}
.TagClassName
{
border-color: #BDD09E;
}
</style>