Shades of Sprout #BFCD9C
Tints of Sprout #BFCD9C
RGB
CMYK
RGB Variations
Color information
#BFCD9C (or 0xBFCD9C) is known color: Sprout. HEX triplet: BF, CD and 9C. RGB value is (191,205,156). Sum of RGB (Red+Green+Blue) = 191+205+156=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9C is #403263. Grayscale: #C3C3C3. Windows color (decimal): -4207204 or 10276287. OLE color: 10276287.
HSL color Cylindrical-coordinate representation of color #BFCD9C: hue angle of 77.14º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCD9C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 156 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.20 |
| HSL | 77.14º | 0.33% | 0.71% | - |
| HSV(B) | 77.14º | 0.24% | 0.8% | - |
| XYZ | 49.32 | 57.14 | 39.88 | - |
| YUV | 195.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 156 | 0.07 | 0 | 0.24 | 0.20 | 77.14 | 0.33 | 0.71 |
| Hex | BF | CD | 9C | 7 | 0 | 18 | 14 | 4D | 21 | 47 |
| Octal | 277 | 315 | 234 | 7 | 0 | 30 | 24 | 115 | 41 | 107 |
| Binary | 10111111 | 11001101 | 10011100 | 111 | 0 | 11000 | 10100 | 1001101 | 100001 | 1000111 |
Color Harmonies of #BFCD9C
Complementary color
Monochromatic Colors of #BFCD9C
Black with #BFCD9C
Text Example
Text Example
White with #BFCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD9C; }
p { color: rgb(191,205,156); }
H1.HeaderClassName
{
color: #BFCD9C;
}
.AnyTagClassName
{
color: #BFCD9C;
}
</style>
background-color css
<style>
a { background-color: #BFCD9C; }
a { background-color: rgb(191,205,156); }
div.DivClassName
{
background-color: #BFCD9C;
}
.BgClassName
{
background-color: #BFCD9C;
}
</style>
border-color css
<style>
span { border-color: #BFCD9C; }
span { border-color: rgb(191,205,156); }
td.TdClassName
{
border-color: #BFCD9C;
}
.TagClassName
{
border-color: #BFCD9C;
}
</style>