Shades of Sprout #BDCE8F
Tints of Sprout #BDCE8F
RGB
CMYK
RGB Variations
Color information
#BDCE8F (or 0xBDCE8F) is known color: Sprout. HEX triplet: BD, CE and 8F. RGB value is (189,206,143). Sum of RGB (Red+Green+Blue) = 189+206+143=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE8F is #423170. Grayscale: #C1C1C1. Windows color (decimal): -4338033 or 9424573. OLE color: 9424573.
HSL color Cylindrical-coordinate representation of color #BDCE8F: hue angle of 76.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDCE8F is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 143 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.19 |
| HSL | 76.19º | 0.39% | 0.68% | - |
| HSV(B) | 76.19º | 0.31% | 0.81% | - |
| XYZ | 48.02 | 56.94 | 34.45 | - |
| YUV | 193.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 143 | 0.08 | 0 | 0.31 | 0.19 | 76.19 | 0.39 | 0.68 |
| Hex | BD | CE | 8F | 8 | 0 | 1F | 13 | 4C | 27 | 44 |
| Octal | 275 | 316 | 217 | 10 | 0 | 37 | 23 | 114 | 47 | 104 |
| Binary | 10111101 | 11001110 | 10001111 | 1000 | 0 | 11111 | 10011 | 1001100 | 100111 | 1000100 |
Color Harmonies of #BDCE8F
Complementary color
Monochromatic Colors of #BDCE8F
Black with #BDCE8F
Text Example
Text Example
White with #BDCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE8F; }
p { color: rgb(189,206,143); }
H1.HeaderClassName
{
color: #BDCE8F;
}
.AnyTagClassName
{
color: #BDCE8F;
}
</style>
background-color css
<style>
a { background-color: #BDCE8F; }
a { background-color: rgb(189,206,143); }
div.DivClassName
{
background-color: #BDCE8F;
}
.BgClassName
{
background-color: #BDCE8F;
}
</style>
border-color css
<style>
span { border-color: #BDCE8F; }
span { border-color: rgb(189,206,143); }
td.TdClassName
{
border-color: #BDCE8F;
}
.TagClassName
{
border-color: #BDCE8F;
}
</style>