Shades of Sprout #BFCF9D
Tints of Sprout #BFCF9D
RGB
CMYK
RGB Variations
Color information
#BFCF9D (or 0xBFCF9D) is known color: Sprout. HEX triplet: BF, CF and 9D. RGB value is (191,207,157). Sum of RGB (Red+Green+Blue) = 191+207+157=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF9D is #403062. Grayscale: #C4C4C4. Windows color (decimal): -4206691 or 10342335. OLE color: 10342335.
HSL color Cylindrical-coordinate representation of color #BFCF9D: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCF9D is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 157 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.19 |
| HSL | 79.2º | 0.34% | 0.71% | - |
| HSV(B) | 79.2º | 0.24% | 0.81% | - |
| XYZ | 49.88 | 58.14 | 40.49 | - |
| YUV | 196.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 157 | 0.08 | 0 | 0.24 | 0.19 | 79.2 | 0.34 | 0.71 |
| Hex | BF | CF | 9D | 8 | 0 | 18 | 13 | 4F | 22 | 47 |
| Octal | 277 | 317 | 235 | 10 | 0 | 30 | 23 | 117 | 42 | 107 |
| Binary | 10111111 | 11001111 | 10011101 | 1000 | 0 | 11000 | 10011 | 1001111 | 100010 | 1000111 |
Color Harmonies of #BFCF9D
Complementary color
Monochromatic Colors of #BFCF9D
Black with #BFCF9D
Text Example
Text Example
White with #BFCF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF9D; }
p { color: rgb(191,207,157); }
H1.HeaderClassName
{
color: #BFCF9D;
}
.AnyTagClassName
{
color: #BFCF9D;
}
</style>
background-color css
<style>
a { background-color: #BFCF9D; }
a { background-color: rgb(191,207,157); }
div.DivClassName
{
background-color: #BFCF9D;
}
.BgClassName
{
background-color: #BFCF9D;
}
</style>
border-color css
<style>
span { border-color: #BFCF9D; }
span { border-color: rgb(191,207,157); }
td.TdClassName
{
border-color: #BFCF9D;
}
.TagClassName
{
border-color: #BFCF9D;
}
</style>