Shades of Sprout #BBCE8C
Tints of Sprout #BBCE8C
RGB
CMYK
RGB Variations
Color information
#BBCE8C (or 0xBBCE8C) is known color: Sprout. HEX triplet: BB, CE and 8C. RGB value is (187,206,140). Sum of RGB (Red+Green+Blue) = 187+206+140=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8C is #443173. Grayscale: #C1C1C1. Windows color (decimal): -4469108 or 9227963. OLE color: 9227963.
HSL color Cylindrical-coordinate representation of color #BBCE8C: hue angle of 77.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCE8C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 140 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.19 |
| HSL | 77.27º | 0.4% | 0.68% | - |
| HSV(B) | 77.27º | 0.32% | 0.81% | - |
| XYZ | 47.3 | 56.6 | 33.24 | - |
| YUV | 192.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 140 | 0.09 | 0 | 0.32 | 0.19 | 77.27 | 0.4 | 0.68 |
| Hex | BB | CE | 8C | 9 | 0 | 20 | 13 | 4D | 28 | 44 |
| Octal | 273 | 316 | 214 | 11 | 0 | 40 | 23 | 115 | 50 | 104 |
| Binary | 10111011 | 11001110 | 10001100 | 1001 | 0 | 100000 | 10011 | 1001101 | 101000 | 1000100 |
Color Harmonies of #BBCE8C
Complementary color
Monochromatic Colors of #BBCE8C
Black with #BBCE8C
Text Example
Text Example
White with #BBCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE8C; }
p { color: rgb(187,206,140); }
H1.HeaderClassName
{
color: #BBCE8C;
}
.AnyTagClassName
{
color: #BBCE8C;
}
</style>
background-color css
<style>
a { background-color: #BBCE8C; }
a { background-color: rgb(187,206,140); }
div.DivClassName
{
background-color: #BBCE8C;
}
.BgClassName
{
background-color: #BBCE8C;
}
</style>
border-color css
<style>
span { border-color: #BBCE8C; }
span { border-color: rgb(187,206,140); }
td.TdClassName
{
border-color: #BBCE8C;
}
.TagClassName
{
border-color: #BBCE8C;
}
</style>