Shades of Sprout #BBCF9F
Tints of Sprout #BBCF9F
RGB
CMYK
RGB Variations
Color information
#BBCF9F (or 0xBBCF9F) is known color: Sprout. HEX triplet: BB, CF and 9F. RGB value is (187,207,159). Sum of RGB (Red+Green+Blue) = 187+207+159=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF9F is #443060. Grayscale: #C3C3C3. Windows color (decimal): -4468833 or 10473403. OLE color: 10473403.
HSL color Cylindrical-coordinate representation of color #BBCF9F: hue angle of 85º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCF9F is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 159 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.19 |
| HSL | 85º | 0.33% | 0.72% | - |
| HSV(B) | 85º | 0.23% | 0.81% | - |
| XYZ | 49.06 | 57.69 | 41.35 | - |
| YUV | 195.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 159 | 0.10 | 0 | 0.23 | 0.19 | 85 | 0.33 | 0.72 |
| Hex | BB | CF | 9F | A | 0 | 17 | 13 | 55 | 21 | 48 |
| Octal | 273 | 317 | 237 | 12 | 0 | 27 | 23 | 125 | 41 | 110 |
| Binary | 10111011 | 11001111 | 10011111 | 1010 | 0 | 10111 | 10011 | 1010101 | 100001 | 1001000 |
Color Harmonies of #BBCF9F
Complementary color
Monochromatic Colors of #BBCF9F
Black with #BBCF9F
Text Example
Text Example
White with #BBCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF9F; }
p { color: rgb(187,207,159); }
H1.HeaderClassName
{
color: #BBCF9F;
}
.AnyTagClassName
{
color: #BBCF9F;
}
</style>
background-color css
<style>
a { background-color: #BBCF9F; }
a { background-color: rgb(187,207,159); }
div.DivClassName
{
background-color: #BBCF9F;
}
.BgClassName
{
background-color: #BBCF9F;
}
</style>
border-color css
<style>
span { border-color: #BBCF9F; }
span { border-color: rgb(187,207,159); }
td.TdClassName
{
border-color: #BBCF9F;
}
.TagClassName
{
border-color: #BBCF9F;
}
</style>