Shades of Sprout #BDCE9F
Tints of Sprout #BDCE9F
RGB
CMYK
RGB Variations
Color information
#BDCE9F (or 0xBDCE9F) is known color: Sprout. HEX triplet: BD, CE and 9F. RGB value is (189,206,159). Sum of RGB (Red+Green+Blue) = 189+206+159=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE9F is #423160. Grayscale: #C3C3C3. Windows color (decimal): -4338017 or 10473149. OLE color: 10473149.
HSL color Cylindrical-coordinate representation of color #BDCE9F: hue angle of 81.7º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCE9F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 159 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.19 |
| HSL | 81.7º | 0.32% | 0.72% | - |
| HSV(B) | 81.7º | 0.23% | 0.81% | - |
| XYZ | 49.32 | 57.46 | 41.29 | - |
| YUV | 195.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 159 | 0.08 | 0 | 0.23 | 0.19 | 81.7 | 0.32 | 0.72 |
| Hex | BD | CE | 9F | 8 | 0 | 17 | 13 | 52 | 20 | 48 |
| Octal | 275 | 316 | 237 | 10 | 0 | 27 | 23 | 122 | 40 | 110 |
| Binary | 10111101 | 11001110 | 10011111 | 1000 | 0 | 10111 | 10011 | 1010010 | 100000 | 1001000 |
Color Harmonies of #BDCE9F
Complementary color
Monochromatic Colors of #BDCE9F
Black with #BDCE9F
Text Example
Text Example
White with #BDCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE9F; }
p { color: rgb(189,206,159); }
H1.HeaderClassName
{
color: #BDCE9F;
}
.AnyTagClassName
{
color: #BDCE9F;
}
</style>
background-color css
<style>
a { background-color: #BDCE9F; }
a { background-color: rgb(189,206,159); }
div.DivClassName
{
background-color: #BDCE9F;
}
.BgClassName
{
background-color: #BDCE9F;
}
</style>
border-color css
<style>
span { border-color: #BDCE9F; }
span { border-color: rgb(189,206,159); }
td.TdClassName
{
border-color: #BDCE9F;
}
.TagClassName
{
border-color: #BDCE9F;
}
</style>