Shades of Sprout #BFCA9C
Tints of Sprout #BFCA9C
RGB
CMYK
RGB Variations
Color information
#BFCA9C (or 0xBFCA9C) is known color: Sprout. HEX triplet: BF, CA and 9C. RGB value is (191,202,156). Sum of RGB (Red+Green+Blue) = 191+202+156=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA9C is #403563. Grayscale: #C1C1C1. Windows color (decimal): -4207972 or 10275519. OLE color: 10275519.
HSL color Cylindrical-coordinate representation of color #BFCA9C: hue angle of 74.35º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCA9C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 156 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.21 |
| HSL | 74.35º | 0.3% | 0.7% | - |
| HSV(B) | 74.35º | 0.23% | 0.79% | - |
| XYZ | 48.61 | 55.72 | 39.65 | - |
| YUV | 193.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 156 | 0.05 | 0 | 0.23 | 0.21 | 74.35 | 0.3 | 0.7 |
| Hex | BF | CA | 9C | 5 | 0 | 17 | 15 | 4A | 1E | 46 |
| Octal | 277 | 312 | 234 | 5 | 0 | 27 | 25 | 112 | 36 | 106 |
| Binary | 10111111 | 11001010 | 10011100 | 101 | 0 | 10111 | 10101 | 1001010 | 11110 | 1000110 |
Color Harmonies of #BFCA9C
Complementary color
Monochromatic Colors of #BFCA9C
Black with #BFCA9C
Text Example
Text Example
White with #BFCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA9C; }
p { color: rgb(191,202,156); }
H1.HeaderClassName
{
color: #BFCA9C;
}
.AnyTagClassName
{
color: #BFCA9C;
}
</style>
background-color css
<style>
a { background-color: #BFCA9C; }
a { background-color: rgb(191,202,156); }
div.DivClassName
{
background-color: #BFCA9C;
}
.BgClassName
{
background-color: #BFCA9C;
}
</style>
border-color css
<style>
span { border-color: #BFCA9C; }
span { border-color: rgb(191,202,156); }
td.TdClassName
{
border-color: #BFCA9C;
}
.TagClassName
{
border-color: #BFCA9C;
}
</style>