Shades of Sprout #BBC895
Tints of Sprout #BBC895
RGB
CMYK
RGB Variations
Color information
#BBC895 (or 0xBBC895) is known color: Sprout. HEX triplet: BB, C8 and 95. RGB value is (187,200,149). Sum of RGB (Red+Green+Blue) = 187+200+149=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC895 is #44376A. Grayscale: #BEBEBE. Windows color (decimal): -4470635 or 9816251. OLE color: 9816251.
HSL color Cylindrical-coordinate representation of color #BBC895: hue angle of 75.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC895 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 149 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.22 |
| HSL | 75.29º | 0.32% | 0.68% | - |
| HSV(B) | 75.29º | 0.26% | 0.78% | - |
| XYZ | 46.57 | 54.04 | 36.41 | - |
| YUV | 190.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 149 | 0.06 | 0 | 0.26 | 0.22 | 75.29 | 0.32 | 0.68 |
| Hex | BB | C8 | 95 | 6 | 0 | 1A | 16 | 4B | 20 | 44 |
| Octal | 273 | 310 | 225 | 6 | 0 | 32 | 26 | 113 | 40 | 104 |
| Binary | 10111011 | 11001000 | 10010101 | 110 | 0 | 11010 | 10110 | 1001011 | 100000 | 1000100 |
Color Harmonies of #BBC895
Complementary color
Monochromatic Colors of #BBC895
Black with #BBC895
Text Example
Text Example
White with #BBC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC895; }
p { color: rgb(187,200,149); }
H1.HeaderClassName
{
color: #BBC895;
}
.AnyTagClassName
{
color: #BBC895;
}
</style>
background-color css
<style>
a { background-color: #BBC895; }
a { background-color: rgb(187,200,149); }
div.DivClassName
{
background-color: #BBC895;
}
.BgClassName
{
background-color: #BBC895;
}
</style>
border-color css
<style>
span { border-color: #BBC895; }
span { border-color: rgb(187,200,149); }
td.TdClassName
{
border-color: #BBC895;
}
.TagClassName
{
border-color: #BBC895;
}
</style>