Shades of Sprout #BCD09C
Tints of Sprout #BCD09C
RGB
CMYK
RGB Variations
Color information
#BCD09C (or 0xBCD09C) is known color: Sprout. HEX triplet: BC, D0 and 9C. RGB value is (188,208,156). Sum of RGB (Red+Green+Blue) = 188+208+156=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09C is #432F63. Grayscale: #C4C4C4. Windows color (decimal): -4403044 or 10277052. OLE color: 10277052.
HSL color Cylindrical-coordinate representation of color #BCD09C: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD09C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 156 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.18 |
| HSL | 83.08º | 0.36% | 0.71% | - |
| HSV(B) | 83.08º | 0.25% | 0.82% | - |
| XYZ | 49.3 | 58.2 | 40.09 | - |
| YUV | 196.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 156 | 0.10 | 0 | 0.25 | 0.18 | 83.08 | 0.36 | 0.71 |
| Hex | BC | D0 | 9C | A | 0 | 19 | 12 | 53 | 24 | 47 |
| Octal | 274 | 320 | 234 | 12 | 0 | 31 | 22 | 123 | 44 | 107 |
| Binary | 10111100 | 11010000 | 10011100 | 1010 | 0 | 11001 | 10010 | 1010011 | 100100 | 1000111 |
Color Harmonies of #BCD09C
Complementary color
Monochromatic Colors of #BCD09C
Black with #BCD09C
Text Example
Text Example
White with #BCD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD09C; }
p { color: rgb(188,208,156); }
H1.HeaderClassName
{
color: #BCD09C;
}
.AnyTagClassName
{
color: #BCD09C;
}
</style>
background-color css
<style>
a { background-color: #BCD09C; }
a { background-color: rgb(188,208,156); }
div.DivClassName
{
background-color: #BCD09C;
}
.BgClassName
{
background-color: #BCD09C;
}
</style>
border-color css
<style>
span { border-color: #BCD09C; }
span { border-color: rgb(188,208,156); }
td.TdClassName
{
border-color: #BCD09C;
}
.TagClassName
{
border-color: #BCD09C;
}
</style>