Shades of Sprout #BCD09B
Tints of Sprout #BCD09B
RGB
CMYK
RGB Variations
Color information
#BCD09B (or 0xBCD09B) is known color: Sprout. HEX triplet: BC, D0 and 9B. RGB value is (188,208,155). Sum of RGB (Red+Green+Blue) = 188+208+155=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09B is #432F64. Grayscale: #C4C4C4. Windows color (decimal): -4403045 or 10211516. OLE color: 10211516.
HSL color Cylindrical-coordinate representation of color #BCD09B: hue angle of 82.64º 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 #BCD09B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 155 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.18 |
| HSL | 82.64º | 0.36% | 0.71% | - |
| HSV(B) | 82.64º | 0.25% | 0.82% | - |
| XYZ | 49.21 | 58.17 | 39.64 | - |
| YUV | 195.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 155 | 0.10 | 0 | 0.25 | 0.18 | 82.64 | 0.36 | 0.71 |
| Hex | BC | D0 | 9B | A | 0 | 19 | 12 | 53 | 24 | 47 |
| Octal | 274 | 320 | 233 | 12 | 0 | 31 | 22 | 123 | 44 | 107 |
| Binary | 10111100 | 11010000 | 10011011 | 1010 | 0 | 11001 | 10010 | 1010011 | 100100 | 1000111 |
Color Harmonies of #BCD09B
Complementary color
Monochromatic Colors of #BCD09B
Black with #BCD09B
Text Example
Text Example
White with #BCD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD09B; }
p { color: rgb(188,208,155); }
H1.HeaderClassName
{
color: #BCD09B;
}
.AnyTagClassName
{
color: #BCD09B;
}
</style>
background-color css
<style>
a { background-color: #BCD09B; }
a { background-color: rgb(188,208,155); }
div.DivClassName
{
background-color: #BCD09B;
}
.BgClassName
{
background-color: #BCD09B;
}
</style>
border-color css
<style>
span { border-color: #BCD09B; }
span { border-color: rgb(188,208,155); }
td.TdClassName
{
border-color: #BCD09B;
}
.TagClassName
{
border-color: #BCD09B;
}
</style>