Shades of Sprout #BCCC8F
Tints of Sprout #BCCC8F
RGB
CMYK
RGB Variations
Color information
#BCCC8F (or 0xBCCC8F) is known color: Sprout. HEX triplet: BC, CC and 8F. RGB value is (188,204,143). Sum of RGB (Red+Green+Blue) = 188+204+143=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8F is #433370. Grayscale: #C0C0C0. Windows color (decimal): -4404081 or 9424060. OLE color: 9424060.
HSL color Cylindrical-coordinate representation of color #BCCC8F: hue angle of 75.74º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCC8F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 143 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.2 |
| HSL | 75.74º | 0.37% | 0.68% | - |
| HSV(B) | 75.74º | 0.3% | 0.8% | - |
| XYZ | 47.29 | 55.86 | 34.28 | - |
| YUV | 192.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 143 | 0.08 | 0 | 0.30 | 0.2 | 75.74 | 0.37 | 0.68 |
| Hex | BC | CC | 8F | 8 | 0 | 1E | 14 | 4C | 25 | 44 |
| Octal | 274 | 314 | 217 | 10 | 0 | 36 | 24 | 114 | 45 | 104 |
| Binary | 10111100 | 11001100 | 10001111 | 1000 | 0 | 11110 | 10100 | 1001100 | 100101 | 1000100 |
Color Harmonies of #BCCC8F
Complementary color
Monochromatic Colors of #BCCC8F
Black with #BCCC8F
Text Example
Text Example
White with #BCCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC8F; }
p { color: rgb(188,204,143); }
H1.HeaderClassName
{
color: #BCCC8F;
}
.AnyTagClassName
{
color: #BCCC8F;
}
</style>
background-color css
<style>
a { background-color: #BCCC8F; }
a { background-color: rgb(188,204,143); }
div.DivClassName
{
background-color: #BCCC8F;
}
.BgClassName
{
background-color: #BCCC8F;
}
</style>
border-color css
<style>
span { border-color: #BCCC8F; }
span { border-color: rgb(188,204,143); }
td.TdClassName
{
border-color: #BCCC8F;
}
.TagClassName
{
border-color: #BCCC8F;
}
</style>