Shades of Sprout #BDCD8F
Tints of Sprout #BDCD8F
RGB
CMYK
RGB Variations
Color information
#BDCD8F (or 0xBDCD8F) is known color: Sprout. HEX triplet: BD, CD and 8F. RGB value is (189,205,143). Sum of RGB (Red+Green+Blue) = 189+205+143=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8F is #423270. Grayscale: #C1C1C1. Windows color (decimal): -4338289 or 9424317. OLE color: 9424317.
HSL color Cylindrical-coordinate representation of color #BDCD8F: hue angle of 75.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCD8F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 143 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.20 |
| HSL | 75.48º | 0.38% | 0.68% | - |
| HSV(B) | 75.48º | 0.3% | 0.8% | - |
| XYZ | 47.78 | 56.46 | 34.37 | - |
| YUV | 193.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 143 | 0.08 | 0 | 0.30 | 0.20 | 75.48 | 0.38 | 0.68 |
| Hex | BD | CD | 8F | 8 | 0 | 1E | 14 | 4B | 26 | 44 |
| Octal | 275 | 315 | 217 | 10 | 0 | 36 | 24 | 113 | 46 | 104 |
| Binary | 10111101 | 11001101 | 10001111 | 1000 | 0 | 11110 | 10100 | 1001011 | 100110 | 1000100 |
Color Harmonies of #BDCD8F
Complementary color
Monochromatic Colors of #BDCD8F
Black with #BDCD8F
Text Example
Text Example
White with #BDCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD8F; }
p { color: rgb(189,205,143); }
H1.HeaderClassName
{
color: #BDCD8F;
}
.AnyTagClassName
{
color: #BDCD8F;
}
</style>
background-color css
<style>
a { background-color: #BDCD8F; }
a { background-color: rgb(189,205,143); }
div.DivClassName
{
background-color: #BDCD8F;
}
.BgClassName
{
background-color: #BDCD8F;
}
</style>
border-color css
<style>
span { border-color: #BDCD8F; }
span { border-color: rgb(189,205,143); }
td.TdClassName
{
border-color: #BDCD8F;
}
.TagClassName
{
border-color: #BDCD8F;
}
</style>