Shades of Sprout #BDD09F
Tints of Sprout #BDD09F
RGB
CMYK
RGB Variations
Color information
#BDD09F (or 0xBDD09F) is known color: Sprout. HEX triplet: BD, D0 and 9F. RGB value is (189,208,159). Sum of RGB (Red+Green+Blue) = 189+208+159=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09F is #422F60. Grayscale: #C4C4C4. Windows color (decimal): -4337505 or 10473661. OLE color: 10473661.
HSL color Cylindrical-coordinate representation of color #BDD09F: hue angle of 83.27º degrees, saturation: 0.34, 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 #BDD09F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 159 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.18 |
| HSL | 83.27º | 0.34% | 0.72% | - |
| HSV(B) | 83.27º | 0.24% | 0.82% | - |
| XYZ | 49.8 | 58.43 | 41.45 | - |
| YUV | 196.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 159 | 0.09 | 0 | 0.24 | 0.18 | 83.27 | 0.34 | 0.72 |
| Hex | BD | D0 | 9F | 9 | 0 | 18 | 12 | 53 | 22 | 48 |
| Octal | 275 | 320 | 237 | 11 | 0 | 30 | 22 | 123 | 42 | 110 |
| Binary | 10111101 | 11010000 | 10011111 | 1001 | 0 | 11000 | 10010 | 1010011 | 100010 | 1001000 |
Color Harmonies of #BDD09F
Complementary color
Monochromatic Colors of #BDD09F
Black with #BDD09F
Text Example
Text Example
White with #BDD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD09F; }
p { color: rgb(189,208,159); }
H1.HeaderClassName
{
color: #BDD09F;
}
.AnyTagClassName
{
color: #BDD09F;
}
</style>
background-color css
<style>
a { background-color: #BDD09F; }
a { background-color: rgb(189,208,159); }
div.DivClassName
{
background-color: #BDD09F;
}
.BgClassName
{
background-color: #BDD09F;
}
</style>
border-color css
<style>
span { border-color: #BDD09F; }
span { border-color: rgb(189,208,159); }
td.TdClassName
{
border-color: #BDD09F;
}
.TagClassName
{
border-color: #BDD09F;
}
</style>