Shades of Sprout #BBCF9D
Tints of Sprout #BBCF9D
RGB
CMYK
RGB Variations
Color information
#BBCF9D (or 0xBBCF9D) is known color: Sprout. HEX triplet: BB, CF and 9D. RGB value is (187,207,157). Sum of RGB (Red+Green+Blue) = 187+207+157=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF9D is #443062. Grayscale: #C3C3C3. Windows color (decimal): -4468835 or 10342331. OLE color: 10342331.
HSL color Cylindrical-coordinate representation of color #BBCF9D: hue angle of 84º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCF9D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 157 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.19 |
| HSL | 84º | 0.34% | 0.71% | - |
| HSV(B) | 84º | 0.24% | 0.81% | - |
| XYZ | 48.89 | 57.62 | 40.44 | - |
| YUV | 195.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 157 | 0.10 | 0 | 0.24 | 0.19 | 84 | 0.34 | 0.71 |
| Hex | BB | CF | 9D | A | 0 | 18 | 13 | 54 | 22 | 47 |
| Octal | 273 | 317 | 235 | 12 | 0 | 30 | 23 | 124 | 42 | 107 |
| Binary | 10111011 | 11001111 | 10011101 | 1010 | 0 | 11000 | 10011 | 1010100 | 100010 | 1000111 |
Color Harmonies of #BBCF9D
Complementary color
Monochromatic Colors of #BBCF9D
Black with #BBCF9D
Text Example
Text Example
White with #BBCF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF9D; }
p { color: rgb(187,207,157); }
H1.HeaderClassName
{
color: #BBCF9D;
}
.AnyTagClassName
{
color: #BBCF9D;
}
</style>
background-color css
<style>
a { background-color: #BBCF9D; }
a { background-color: rgb(187,207,157); }
div.DivClassName
{
background-color: #BBCF9D;
}
.BgClassName
{
background-color: #BBCF9D;
}
</style>
border-color css
<style>
span { border-color: #BBCF9D; }
span { border-color: rgb(187,207,157); }
td.TdClassName
{
border-color: #BBCF9D;
}
.TagClassName
{
border-color: #BBCF9D;
}
</style>