Shades of Sprout #BFCD9E
Tints of Sprout #BFCD9E
RGB
CMYK
RGB Variations
Color information
#BFCD9E (or 0xBFCD9E) is known color: Sprout. HEX triplet: BF, CD and 9E. RGB value is (191,205,158). Sum of RGB (Red+Green+Blue) = 191+205+158=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9E is #403261. Grayscale: #C3C3C3. Windows color (decimal): -4207202 or 10407359. OLE color: 10407359.
HSL color Cylindrical-coordinate representation of color #BFCD9E: hue angle of 77.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCD9E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 158 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.20 |
| HSL | 77.87º | 0.32% | 0.71% | - |
| HSV(B) | 77.87º | 0.23% | 0.8% | - |
| XYZ | 49.49 | 57.21 | 40.78 | - |
| YUV | 195.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 158 | 0.07 | 0 | 0.23 | 0.20 | 77.87 | 0.32 | 0.71 |
| Hex | BF | CD | 9E | 7 | 0 | 17 | 14 | 4E | 20 | 47 |
| Octal | 277 | 315 | 236 | 7 | 0 | 27 | 24 | 116 | 40 | 107 |
| Binary | 10111111 | 11001101 | 10011110 | 111 | 0 | 10111 | 10100 | 1001110 | 100000 | 1000111 |
Color Harmonies of #BFCD9E
Complementary color
Monochromatic Colors of #BFCD9E
Black with #BFCD9E
Text Example
Text Example
White with #BFCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD9E; }
p { color: rgb(191,205,158); }
H1.HeaderClassName
{
color: #BFCD9E;
}
.AnyTagClassName
{
color: #BFCD9E;
}
</style>
background-color css
<style>
a { background-color: #BFCD9E; }
a { background-color: rgb(191,205,158); }
div.DivClassName
{
background-color: #BFCD9E;
}
.BgClassName
{
background-color: #BFCD9E;
}
</style>
border-color css
<style>
span { border-color: #BFCD9E; }
span { border-color: rgb(191,205,158); }
td.TdClassName
{
border-color: #BFCD9E;
}
.TagClassName
{
border-color: #BFCD9E;
}
</style>