Shades of Sprout #BCC896
Tints of Sprout #BCC896
RGB
CMYK
RGB Variations
Color information
#BCC896 (or 0xBCC896) is known color: Sprout. HEX triplet: BC, C8 and 96. RGB value is (188,200,150). Sum of RGB (Red+Green+Blue) = 188+200+150=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC896 is #433769. Grayscale: #BEBEBE. Windows color (decimal): -4405098 or 9881788. OLE color: 9881788.
HSL color Cylindrical-coordinate representation of color #BCC896: hue angle of 74.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC896 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 150 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.22 |
| HSL | 74.4º | 0.31% | 0.69% | - |
| HSV(B) | 74.4º | 0.25% | 0.78% | - |
| XYZ | 46.9 | 54.2 | 36.84 | - |
| YUV | 190.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 150 | 0.06 | 0 | 0.25 | 0.22 | 74.4 | 0.31 | 0.69 |
| Hex | BC | C8 | 96 | 6 | 0 | 19 | 16 | 4A | 1F | 45 |
| Octal | 274 | 310 | 226 | 6 | 0 | 31 | 26 | 112 | 37 | 105 |
| Binary | 10111100 | 11001000 | 10010110 | 110 | 0 | 11001 | 10110 | 1001010 | 11111 | 1000101 |
Color Harmonies of #BCC896
Complementary color
Monochromatic Colors of #BCC896
Black with #BCC896
Text Example
Text Example
White with #BCC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC896; }
p { color: rgb(188,200,150); }
H1.HeaderClassName
{
color: #BCC896;
}
.AnyTagClassName
{
color: #BCC896;
}
</style>
background-color css
<style>
a { background-color: #BCC896; }
a { background-color: rgb(188,200,150); }
div.DivClassName
{
background-color: #BCC896;
}
.BgClassName
{
background-color: #BCC896;
}
</style>
border-color css
<style>
span { border-color: #BCC896; }
span { border-color: rgb(188,200,150); }
td.TdClassName
{
border-color: #BCC896;
}
.TagClassName
{
border-color: #BCC896;
}
</style>