Shades of Sprout #BCCA9B
Tints of Sprout #BCCA9B
RGB
CMYK
RGB Variations
Color information
#BCCA9B (or 0xBCCA9B) is known color: Sprout. HEX triplet: BC, CA and 9B. RGB value is (188,202,155). Sum of RGB (Red+Green+Blue) = 188+202+155=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA9B is #433564. Grayscale: #C0C0C0. Windows color (decimal): -4404581 or 10209980. OLE color: 10209980.
HSL color Cylindrical-coordinate representation of color #BCCA9B: hue angle of 77.87º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCA9B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 155 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.21 |
| HSL | 77.87º | 0.31% | 0.7% | - |
| HSV(B) | 77.87º | 0.23% | 0.79% | - |
| XYZ | 47.78 | 55.3 | 39.17 | - |
| YUV | 192.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 155 | 0.07 | 0 | 0.23 | 0.21 | 77.87 | 0.31 | 0.7 |
| Hex | BC | CA | 9B | 7 | 0 | 17 | 15 | 4E | 1F | 46 |
| Octal | 274 | 312 | 233 | 7 | 0 | 27 | 25 | 116 | 37 | 106 |
| Binary | 10111100 | 11001010 | 10011011 | 111 | 0 | 10111 | 10101 | 1001110 | 11111 | 1000110 |
Color Harmonies of #BCCA9B
Complementary color
Monochromatic Colors of #BCCA9B
Black with #BCCA9B
Text Example
Text Example
White with #BCCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA9B; }
p { color: rgb(188,202,155); }
H1.HeaderClassName
{
color: #BCCA9B;
}
.AnyTagClassName
{
color: #BCCA9B;
}
</style>
background-color css
<style>
a { background-color: #BCCA9B; }
a { background-color: rgb(188,202,155); }
div.DivClassName
{
background-color: #BCCA9B;
}
.BgClassName
{
background-color: #BCCA9B;
}
</style>
border-color css
<style>
span { border-color: #BCCA9B; }
span { border-color: rgb(188,202,155); }
td.TdClassName
{
border-color: #BCCA9B;
}
.TagClassName
{
border-color: #BCCA9B;
}
</style>