Shades of Sprout #BBCE9C
Tints of Sprout #BBCE9C
RGB
CMYK
RGB Variations
Color information
#BBCE9C (or 0xBBCE9C) is known color: Sprout. HEX triplet: BB, CE and 9C. RGB value is (187,206,156). Sum of RGB (Red+Green+Blue) = 187+206+156=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE9C is #443163. Grayscale: #C2C2C2. Windows color (decimal): -4469092 or 10276539. OLE color: 10276539.
HSL color Cylindrical-coordinate representation of color #BBCE9C: hue angle of 82.8º 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 #BBCE9C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 156 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.19 |
| HSL | 82.8º | 0.34% | 0.71% | - |
| HSV(B) | 82.8º | 0.24% | 0.81% | - |
| XYZ | 48.57 | 57.11 | 39.92 | - |
| YUV | 194.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 156 | 0.09 | 0 | 0.24 | 0.19 | 82.8 | 0.34 | 0.71 |
| Hex | BB | CE | 9C | 9 | 0 | 18 | 13 | 53 | 22 | 47 |
| Octal | 273 | 316 | 234 | 11 | 0 | 30 | 23 | 123 | 42 | 107 |
| Binary | 10111011 | 11001110 | 10011100 | 1001 | 0 | 11000 | 10011 | 1010011 | 100010 | 1000111 |
Color Harmonies of #BBCE9C
Complementary color
Monochromatic Colors of #BBCE9C
Black with #BBCE9C
Text Example
Text Example
White with #BBCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE9C; }
p { color: rgb(187,206,156); }
H1.HeaderClassName
{
color: #BBCE9C;
}
.AnyTagClassName
{
color: #BBCE9C;
}
</style>
background-color css
<style>
a { background-color: #BBCE9C; }
a { background-color: rgb(187,206,156); }
div.DivClassName
{
background-color: #BBCE9C;
}
.BgClassName
{
background-color: #BBCE9C;
}
</style>
border-color css
<style>
span { border-color: #BBCE9C; }
span { border-color: rgb(187,206,156); }
td.TdClassName
{
border-color: #BBCE9C;
}
.TagClassName
{
border-color: #BBCE9C;
}
</style>