Shades of Sprout #BCCBA0
Tints of Sprout #BCCBA0
RGB
CMYK
RGB Variations
Color information
#BCCBA0 (or 0xBCCBA0) is known color: Sprout. HEX triplet: BC, CB and A0. RGB value is (188,203,160). Sum of RGB (Red+Green+Blue) = 188+203+160=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA0 is #43345F. Grayscale: #C1C1C1. Windows color (decimal): -4404320 or 10537916. OLE color: 10537916.
HSL color Cylindrical-coordinate representation of color #BCCBA0: hue angle of 80.93º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCBA0 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 160 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.20 |
| HSL | 80.93º | 0.29% | 0.71% | - |
| HSV(B) | 80.93º | 0.21% | 0.8% | - |
| XYZ | 48.44 | 55.94 | 41.5 | - |
| YUV | 193.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 160 | 0.07 | 0 | 0.21 | 0.20 | 80.93 | 0.29 | 0.71 |
| Hex | BC | CB | A0 | 7 | 0 | 15 | 14 | 51 | 1D | 47 |
| Octal | 274 | 313 | 240 | 7 | 0 | 25 | 24 | 121 | 35 | 107 |
| Binary | 10111100 | 11001011 | 10100000 | 111 | 0 | 10101 | 10100 | 1010001 | 11101 | 1000111 |
Color Harmonies of #BCCBA0
Complementary color
Monochromatic Colors of #BCCBA0
Black with #BCCBA0
Text Example
Text Example
White with #BCCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBA0; }
p { color: rgb(188,203,160); }
H1.HeaderClassName
{
color: #BCCBA0;
}
.AnyTagClassName
{
color: #BCCBA0;
}
</style>
background-color css
<style>
a { background-color: #BCCBA0; }
a { background-color: rgb(188,203,160); }
div.DivClassName
{
background-color: #BCCBA0;
}
.BgClassName
{
background-color: #BCCBA0;
}
</style>
border-color css
<style>
span { border-color: #BCCBA0; }
span { border-color: rgb(188,203,160); }
td.TdClassName
{
border-color: #BCCBA0;
}
.TagClassName
{
border-color: #BCCBA0;
}
</style>