Shades of Sprout #BBCF9C
Tints of Sprout #BBCF9C
RGB
CMYK
RGB Variations
Color information
#BBCF9C (or 0xBBCF9C) is known color: Sprout. HEX triplet: BB, CF and 9C. RGB value is (187,207,156). Sum of RGB (Red+Green+Blue) = 187+207+156=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF9C is #443063. Grayscale: #C3C3C3. Windows color (decimal): -4468836 or 10276795. OLE color: 10276795.
HSL color Cylindrical-coordinate representation of color #BBCF9C: hue angle of 83.53º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCF9C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 156 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.19 |
| HSL | 83.53º | 0.35% | 0.71% | - |
| HSV(B) | 83.53º | 0.25% | 0.81% | - |
| XYZ | 48.81 | 57.59 | 40 | - |
| YUV | 195.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 156 | 0.10 | 0 | 0.25 | 0.19 | 83.53 | 0.35 | 0.71 |
| Hex | BB | CF | 9C | A | 0 | 19 | 13 | 54 | 23 | 47 |
| Octal | 273 | 317 | 234 | 12 | 0 | 31 | 23 | 124 | 43 | 107 |
| Binary | 10111011 | 11001111 | 10011100 | 1010 | 0 | 11001 | 10011 | 1010100 | 100011 | 1000111 |
Color Harmonies of #BBCF9C
Complementary color
Monochromatic Colors of #BBCF9C
Black with #BBCF9C
Text Example
Text Example
White with #BBCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF9C; }
p { color: rgb(187,207,156); }
H1.HeaderClassName
{
color: #BBCF9C;
}
.AnyTagClassName
{
color: #BBCF9C;
}
</style>
background-color css
<style>
a { background-color: #BBCF9C; }
a { background-color: rgb(187,207,156); }
div.DivClassName
{
background-color: #BBCF9C;
}
.BgClassName
{
background-color: #BBCF9C;
}
</style>
border-color css
<style>
span { border-color: #BBCF9C; }
span { border-color: rgb(187,207,156); }
td.TdClassName
{
border-color: #BBCF9C;
}
.TagClassName
{
border-color: #BBCF9C;
}
</style>