Shades of Sprout #BDDA8F
Tints of Sprout #BDDA8F
RGB
CMYK
RGB Variations
Color information
#BDDA8F (or 0xBDDA8F) is known color: Sprout. HEX triplet: BD, DA and 8F. RGB value is (189,218,143). Sum of RGB (Red+Green+Blue) = 189+218+143=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA8F is #422570. Grayscale: #C9C9C9. Windows color (decimal): -4334961 or 9427645. OLE color: 9427645.
HSL color Cylindrical-coordinate representation of color #BDDA8F: hue angle of 83.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDDA8F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 143 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 83.2º | 0.5% | 0.71% | - |
| HSV(B) | 83.2º | 0.34% | 0.85% | - |
| XYZ | 51.02 | 62.94 | 35.45 | - |
| YUV | 200.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 143 | 0.13 | 0 | 0.34 | 0.15 | 83.2 | 0.5 | 0.71 |
| Hex | BD | DA | 8F | D | 0 | 22 | F | 53 | 32 | 47 |
| Octal | 275 | 332 | 217 | 15 | 0 | 42 | 17 | 123 | 62 | 107 |
| Binary | 10111101 | 11011010 | 10001111 | 1101 | 0 | 100010 | 1111 | 1010011 | 110010 | 1000111 |
Color Harmonies of #BDDA8F
Complementary color
Monochromatic Colors of #BDDA8F
Black with #BDDA8F
Text Example
Text Example
White with #BDDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA8F; }
p { color: rgb(189,218,143); }
H1.HeaderClassName
{
color: #BDDA8F;
}
.AnyTagClassName
{
color: #BDDA8F;
}
</style>
background-color css
<style>
a { background-color: #BDDA8F; }
a { background-color: rgb(189,218,143); }
div.DivClassName
{
background-color: #BDDA8F;
}
.BgClassName
{
background-color: #BDDA8F;
}
</style>
border-color css
<style>
span { border-color: #BDDA8F; }
span { border-color: rgb(189,218,143); }
td.TdClassName
{
border-color: #BDDA8F;
}
.TagClassName
{
border-color: #BDDA8F;
}
</style>