Shades of Sprout #BDD08F
Tints of Sprout #BDD08F
RGB
CMYK
RGB Variations
Color information
#BDD08F (or 0xBDD08F) is known color: Sprout. HEX triplet: BD, D0 and 8F. RGB value is (189,208,143). Sum of RGB (Red+Green+Blue) = 189+208+143=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08F is #422F70. Grayscale: #C3C3C3. Windows color (decimal): -4337521 or 9425085. OLE color: 9425085.
HSL color Cylindrical-coordinate representation of color #BDD08F: hue angle of 77.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD08F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 143 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.18 |
| HSL | 77.54º | 0.41% | 0.69% | - |
| HSV(B) | 77.54º | 0.31% | 0.82% | - |
| XYZ | 48.5 | 57.91 | 34.61 | - |
| YUV | 194.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 143 | 0.09 | 0 | 0.31 | 0.18 | 77.54 | 0.41 | 0.69 |
| Hex | BD | D0 | 8F | 9 | 0 | 1F | 12 | 4E | 29 | 45 |
| Octal | 275 | 320 | 217 | 11 | 0 | 37 | 22 | 116 | 51 | 105 |
| Binary | 10111101 | 11010000 | 10001111 | 1001 | 0 | 11111 | 10010 | 1001110 | 101001 | 1000101 |
Color Harmonies of #BDD08F
Complementary color
Monochromatic Colors of #BDD08F
Black with #BDD08F
Text Example
Text Example
White with #BDD08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD08F; }
p { color: rgb(189,208,143); }
H1.HeaderClassName
{
color: #BDD08F;
}
.AnyTagClassName
{
color: #BDD08F;
}
</style>
background-color css
<style>
a { background-color: #BDD08F; }
a { background-color: rgb(189,208,143); }
div.DivClassName
{
background-color: #BDD08F;
}
.BgClassName
{
background-color: #BDD08F;
}
</style>
border-color css
<style>
span { border-color: #BDD08F; }
span { border-color: rgb(189,208,143); }
td.TdClassName
{
border-color: #BDD08F;
}
.TagClassName
{
border-color: #BDD08F;
}
</style>