Shades of Sprout #BCD097
Tints of Sprout #BCD097
RGB
CMYK
RGB Variations
Color information
#BCD097 (or 0xBCD097) is known color: Sprout. HEX triplet: BC, D0 and 97. RGB value is (188,208,151). Sum of RGB (Red+Green+Blue) = 188+208+151=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD097 is #432F68. Grayscale: #C3C3C3. Windows color (decimal): -4403049 or 9949372. OLE color: 9949372.
HSL color Cylindrical-coordinate representation of color #BCD097: hue angle of 81.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD097 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 151 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.18 |
| HSL | 81.05º | 0.38% | 0.7% | - |
| HSV(B) | 81.05º | 0.27% | 0.82% | - |
| XYZ | 48.88 | 58.04 | 37.9 | - |
| YUV | 195.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 151 | 0.10 | 0 | 0.27 | 0.18 | 81.05 | 0.38 | 0.7 |
| Hex | BC | D0 | 97 | A | 0 | 1B | 12 | 51 | 26 | 46 |
| Octal | 274 | 320 | 227 | 12 | 0 | 33 | 22 | 121 | 46 | 106 |
| Binary | 10111100 | 11010000 | 10010111 | 1010 | 0 | 11011 | 10010 | 1010001 | 100110 | 1000110 |
Color Harmonies of #BCD097
Complementary color
Monochromatic Colors of #BCD097
Black with #BCD097
Text Example
Text Example
White with #BCD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD097; }
p { color: rgb(188,208,151); }
H1.HeaderClassName
{
color: #BCD097;
}
.AnyTagClassName
{
color: #BCD097;
}
</style>
background-color css
<style>
a { background-color: #BCD097; }
a { background-color: rgb(188,208,151); }
div.DivClassName
{
background-color: #BCD097;
}
.BgClassName
{
background-color: #BCD097;
}
</style>
border-color css
<style>
span { border-color: #BCD097; }
span { border-color: rgb(188,208,151); }
td.TdClassName
{
border-color: #BCD097;
}
.TagClassName
{
border-color: #BCD097;
}
</style>