Shades of Sprout #BBCB9C
Tints of Sprout #BBCB9C
RGB
CMYK
RGB Variations
Color information
#BBCB9C (or 0xBBCB9C) is known color: Sprout. HEX triplet: BB, CB and 9C. RGB value is (187,203,156). Sum of RGB (Red+Green+Blue) = 187+203+156=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB9C is #443463. Grayscale: #C1C1C1. Windows color (decimal): -4469860 or 10275771. OLE color: 10275771.
HSL color Cylindrical-coordinate representation of color #BBCB9C: hue angle of 80.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCB9C is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 156 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.20 |
| HSL | 80.43º | 0.31% | 0.7% | - |
| HSV(B) | 80.43º | 0.23% | 0.8% | - |
| XYZ | 47.85 | 55.68 | 39.68 | - |
| YUV | 192.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 156 | 0.08 | 0 | 0.23 | 0.20 | 80.43 | 0.31 | 0.7 |
| Hex | BB | CB | 9C | 8 | 0 | 17 | 14 | 50 | 1F | 46 |
| Octal | 273 | 313 | 234 | 10 | 0 | 27 | 24 | 120 | 37 | 106 |
| Binary | 10111011 | 11001011 | 10011100 | 1000 | 0 | 10111 | 10100 | 1010000 | 11111 | 1000110 |
Color Harmonies of #BBCB9C
Complementary color
Monochromatic Colors of #BBCB9C
Black with #BBCB9C
Text Example
Text Example
White with #BBCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB9C; }
p { color: rgb(187,203,156); }
H1.HeaderClassName
{
color: #BBCB9C;
}
.AnyTagClassName
{
color: #BBCB9C;
}
</style>
background-color css
<style>
a { background-color: #BBCB9C; }
a { background-color: rgb(187,203,156); }
div.DivClassName
{
background-color: #BBCB9C;
}
.BgClassName
{
background-color: #BBCB9C;
}
</style>
border-color css
<style>
span { border-color: #BBCB9C; }
span { border-color: rgb(187,203,156); }
td.TdClassName
{
border-color: #BBCB9C;
}
.TagClassName
{
border-color: #BBCB9C;
}
</style>