Shades of Sprout #BCCD94
Tints of Sprout #BCCD94
RGB
CMYK
RGB Variations
Color information
#BCCD94 (or 0xBCCD94) is known color: Sprout. HEX triplet: BC, CD and 94. RGB value is (188,205,148). Sum of RGB (Red+Green+Blue) = 188+205+148=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD94 is #43326B. Grayscale: #C1C1C1. Windows color (decimal): -4403820 or 9751996. OLE color: 9751996.
HSL color Cylindrical-coordinate representation of color #BCCD94: hue angle of 77.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCD94 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 148 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.20 |
| HSL | 77.89º | 0.36% | 0.69% | - |
| HSV(B) | 77.89º | 0.28% | 0.8% | - |
| XYZ | 47.92 | 56.49 | 36.4 | - |
| YUV | 193.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 148 | 0.08 | 0 | 0.28 | 0.20 | 77.89 | 0.36 | 0.69 |
| Hex | BC | CD | 94 | 8 | 0 | 1C | 14 | 4E | 24 | 45 |
| Octal | 274 | 315 | 224 | 10 | 0 | 34 | 24 | 116 | 44 | 105 |
| Binary | 10111100 | 11001101 | 10010100 | 1000 | 0 | 11100 | 10100 | 1001110 | 100100 | 1000101 |
Color Harmonies of #BCCD94
Complementary color
Monochromatic Colors of #BCCD94
Black with #BCCD94
Text Example
Text Example
White with #BCCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD94; }
p { color: rgb(188,205,148); }
H1.HeaderClassName
{
color: #BCCD94;
}
.AnyTagClassName
{
color: #BCCD94;
}
</style>
background-color css
<style>
a { background-color: #BCCD94; }
a { background-color: rgb(188,205,148); }
div.DivClassName
{
background-color: #BCCD94;
}
.BgClassName
{
background-color: #BCCD94;
}
</style>
border-color css
<style>
span { border-color: #BCCD94; }
span { border-color: rgb(188,205,148); }
td.TdClassName
{
border-color: #BCCD94;
}
.TagClassName
{
border-color: #BCCD94;
}
</style>